I'm having an issue with a common website template of mine: http://www.radonsystems.net/newsite/
That space between the top and the first div: navbar.
I can't seem to get rid of it, because I don't know why it's there.
Any ideas?
|
I'm having an issue with a common website template of mine: http://www.radonsystems.net/newsite/ That space between the top and the first div: navbar. I can't seem to get rid of it, because I don't know why it's there. Any ideas? |
|||
|
|
|
You have an un-ordered list inside your navbar div which still has margin properties. If you add |
|||
|
|
|
Add the following to your CSS definition for
To find the issue I used Firebug. It's a fantastic tool. Once you get used to it you could find this type of problem in about 30 seconds. I really recommend trying it out. |
|||