Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal UL Problems

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23914
    ebowers
    Member

    Hi Everyone,
    About a week ago I posted about a problem with ie6 not displaying my ul horizontally. I almost have it where I want it thanks to everyone’s help. However I have ran into yet another small problem. The li’s gradually move down the page. Its like they are trying to line up but not quite. I am stumped. Any help would be appreciated.

    http://www.ebowersdesigntest.com/html/media.html

    #52837
    sixes
    Member

    I usually just have a

    Code:
    li{ float: left; }
    li a{ display: block; width: x; height: x; }

    try taking off the display: inline on the ‘li’ and the float: left on the ‘li a’

    #52902
    ebowers
    Member

    hey thanks, that worked for me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.