This content has been marked as final.
Show 5 replies
-
1. Re: Nav list won't position properly
martincou Apr 17, 2010 4:29 PM (in response to auctioneer)Hi,
try to add margin-top : 0px; to the rule #navcontainer ul.
--
Martin
-
2. Re: Nav list won't position properly
Ken Binney-GnPIX3 Apr 17, 2010 4:42 PM (in response to auctioneer)Zero out the margin here
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #FF0000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
margin: 0} -
3. Re: Nav list won't position properly
martincou Apr 17, 2010 4:45 PM (in response to Ken Binney-GnPIX3)I do not see that in Firebug ... Sorry ...
-
4. Re: Nav list won't position properly
Ken Binney-GnPIX3 Apr 17, 2010 5:15 PM (in response to martincou)Look at your CSS code
-
5. Re: Nav list won't position properly
auctioneer Apr 17, 2010 5:59 PM (in response to auctioneer)Mission Accomplished!
Thanks for the help.


