Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default DIVs and UL

    Hi all. I was curious if anyone has had any luck in having Contribute add a DIV
    by the user that the user can then style to have a certain look/feel
    (basically, a float: right colored callout box). Additionally, for content that
    requires a jump down menu, in my CSS I have it so that a class on the UL styles
    the links in the LI a certain way to differentiate them from a regular list of
    links. When I try to apply the class, it instead adds the class to the LI
    rather than the parent UL. Is there any way to have that work correctly? This
    happens in ver 3 and 4.

    Thank you in advanced.

    --jj

    jjoven Guest

  2. Similar Questions and Discussions

    1. css divs
      i've got two scrolling divs on my site and i want to be able to edit both divs in contribute, but when i hit "edit page," i can only edit one of the...
    2. flashpaper and divs
      I'm having a really hard time trying to use Javascript to resize, set style.display to 'none', etc. I found a livedoc that mentioned that this may...
    3. CSS & Divs
      My page contains 2 Div's - one inside the other. (Menu Div is contained inside wrapper div) #wrapper { width: 770px; margin: 0px auto; border:...
    4. Gap between divs?!?!
      Hi there. I have just started learning about CSS and I have started to make a site, but I have a problem with a gap in between my banner and...
    5. collapsing divs
      Is there any way to stop a div tag collapsing under certain circumstances? It seems as if an outer div will happily expand itself an inner one, but...
  3. #2

    Default Re: DIVs and UL

    Don't know about divs. But for lists, I've had about 50-50 success in getting
    the class to go inside the [BULLET] instead of the [LI] by adding the style
    immediately after the list is created. Start with list items in paragraphs.
    Select them all. Click the bullet button. Before deselecting, apply the style.

    Since it's so difficult, though, we just rewrote our stylesheets to make the
    list look roughly the same regardless of whether the class is in the ul or li.

    abna Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139