This is a discussion on "Weird menu problem" within the Web Page Design section. This forum, and the thread "Weird menu problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Weird menu problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Weird menu problem
I'm working on a website and a gap has appeared and I cannot figure out why or how to get rid of it. The gap only appeared after I put a horizontal menu in place of some normal text. I've tried adding padding:none & margin: none to both the ul & li tags but get the same results.
Here's a URL to my site, If anyone can help me I'd be very grateful. Clicky Edit: forgot to include the css file, here Last edited by Aardvarked; Jun 28th, 2007 at 11:58. |
|
|
|
|||
|
Re: Weird menu problem
try adding overflow: hidden;
to the ul div |
|
|||
|
Re: Weird menu problem
Didn't help but thanks anyway!
|
|
|||
|
Re: Weird menu problem
your unordered list has padding or margin:
just add:
|
|
|||
|
Re: Weird menu problem
It was the margin, thank you. I swore I already tried that, it must have been the only tag I didn't set margin to 0 on xD
Thanks! |
|
|||
|
Re: Weird menu problem
to find things like that out, get this addon for Firefox (if you don't have it yet):
Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843 Thats how I say that one: I moused over the <ul> tag, and it showed me that little bit of padding! That is the best addon I have ever had, along with the Web Developer Toolbar! |
![]() |
| Tags |
| css, gap, menu |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| got a weird PS problem | shammy2007 | Graphics and 3D | 2 | Dec 29th, 2007 02:27 |
| [SOLVED] Weird Problem with Form in IE | Jack Franklin | PHP Forum | 3 | Dec 20th, 2007 15:58 |
| CSS weird block problem IE only - help!!! | stridenoble | Web Page Design | 5 | Jun 7th, 2007 16:37 |
| Weird Problem in FireFox | Powderhound | Web Page Design | 11 | Sep 20th, 2006 07:10 |
| Weird display problem in IE | Paul.Yeoman | Web Page Design | 7 | Jan 27th, 2006 14:42 |