On 7 Aug 2008, at 19:46, Kevin Evans wrote:

> I am using some jQuery tabs in the content area at the top on  
> http://www.fortheinjured.com/default_redesign.asp
>   but I can't seem to get rid of the bottom gap below the tabs.
> THere's also a gap to the left of the 3 tabs I can't get rid of also.

Remove the 15px bottom margin and 30px left margin from #content ul:

#content ul { margin: 7px 0 0 0; }

Alternatively, you could change to margin-top: 7px; as you have  
margin: 0 set globally.

Jonny
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to