You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haml
The problem I am having is in Ie6. I can't get the "ul" that is in
the first "li" to have its own width. The width is being set by the
"li". I can't change the width of the "li" because it is inline with
a flash animation that the client needs. I am sure I am missing
something very simple and just have looked at it too much and made it
more complicated then it really is; it's always that. Any assistance
would be appreciated.
~Jacob
@import general.sass
@import constant.sass
ul#nav
+column(19.5, last)
+horizontal-list
:overflow visible
:height 3px
:position absolute
li
:position relative
:margin 0
:z-index 50
:padding 0
+column(20.65/6, last)
:height 1px
&.right_menu ul
:right 0px
:left auto
li
:width 100%
ul
:margin 0
:display none
:z-index 100
:top -1px
:left 0px
:position absolute
:background #000
:padding 1px 3px 1px 1px
:border thin solid #999
li
:display block
:clear left
:height auto
:width auto
a
:width auto
:color #666666
:text-align left
:background transparent url('/images/dropdown-li.gif') no-
repeat left
:padding 3px 9px 2px 9px
:margin 1px 0 0 0
:font-weight bold
:text-decoration none
:display block