List Menu

liunx

Guest
Hi,
<!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/cssstyles/gradient/#">http://www.sixfoottallrabbit.co.uk/cssstyles/gradient/#</a><!-- m -->
As you can see, there is a menu, but I don't want the menu to go vertically, I'd like it to go horizontally. Originally the line 'display: inline' made them all line up, but now that doesn't work. What can I do to fix it?
The CSS file is here:
<!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/cssstyles/gradient/styles.css">http://www.sixfoottallrabbit.co.uk/csss ... styles.css</a><!-- m -->
Thanks a lot.apply display inline to the UL and LI AND the A:LINK styles.
then apply a float left to the A:link and the LI.


should work.Remove the display:inline from the ul.menu and ul.menu li styles. Add a float:left to the ul.menu link styles.
 
Back
Top