View Single Post
  #3 (permalink)  
Old Jun 29th, 2007, 20:30
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with my website.....

I think if you set a width for the #nav it will not break.

Something like this:
Code: Select all
nav{
   background: url("../images/bgmenu.gif") repeat-x;
   height: 50px;
   padding-left: 400px;
   padding-top: 2px;
   width: 400px;
}
Please not I chose a random width.. set it to what you need.
See if that works.
Reply With Quote