TwelvestoneFront End

Inline lists.


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Napalm
 
2010-08-05

DIE IE DIE

Works fine in Firefox, but in IE 6 (shudder*) the bloody borders won't disappear in the menu, and won't display inline, and in IE7 it doesnt display inline.

ul.menu { margin: 0; padding: 0; list-style: none; } ul.menu li { margin: 0; padding: 0; list-style: none; display: inline; color: #9E8D7A; } ul.menu li > a{ color: #4c3f31; text-decoration: none; padding: 0; border: 0; } ul.menu >li > a >img{ border: 0; }

wowbagger[tip]
 
2010-08-05

IE6 doesn't support the ">" selector

Napalm
 
2010-08-05

Thanks - that sorted the borders, but it won't show inline correctly. 2 menu items doesn't but not the rest

wowbagger[tip]
 
2010-08-05

The menu is wrapped in a table cell with width:160px, that's probably it k

Napalm
 
2010-08-06

God I'm a dumbasss.

Thanks

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

Inline lists.