|
|
#1 |
|
New Member
![]() Join Date: Jan 2009
Posts: 4
|
I'm working on a new site for my employer and I'm having a minor aesthetic issue in Firefox 3 (the site runs fine in IE6/7 so far). There is some blank space at the top of the screen - I can provide screenshots or code if necessary, but to keep things simple I'm just including this link:
http://www.maincareenergy.com/sitede...20v1/index.php The only PHP is a couple of includes for the contents of the nav and header divs. If someone could help me find the root of this problem I would appreciate it very much! |
|
|
|
|
|
#2 |
|
Bronze Member
![]() Join Date: Nov 2008
Posts: 70
|
What is the code for the header tables used for that area?
Do you have vertical align set to top? |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Jan 2009
Posts: 4
|
Thanks for the reply! I'm trying to go with a standards based layout so it's all CSS, no tables.
I will make a zip file with the code when I get back to work. |
|
|
|
|
|
#4 |
|
Silver Member
![]() Join Date: Dec 2008
Location: HBG, PA
Posts: 160
|
add this to your layout.css
Code:
#header p {
padding: 0;
margin: 0;
}
__________________
<!-- Tables are for data, not layout! --> |
|
|
|
|
|
#5 |
|
New Member
![]() Join Date: Jan 2009
Posts: 4
|
Thank you Horrorshow and SpecialK!
Adding the code to my layout css did the trick, your help is GREATLY appreciated! |
|
|
|
|
|
#6 |
|
Silver Member
![]() Join Date: Dec 2008
Location: HBG, PA
Posts: 160
|
No problem J. Glad to help.
__________________
<!-- Tables are for data, not layout! --> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|