Alignment issue with header

This is a discussion on "Alignment issue with header" within the Web Page Design section. This forum, and the thread "Alignment issue with header are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 30th, 2006, 10:26
New Member
Join Date: Sep 2005
Location: ENG, Bath
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Alignment issue with header

Im sure this was looking fine before but now it isnt and i dont how to fix it. If you visit my site in FF first your notice my header is aligned fine.
If you now visit in IE your notice the logo is slightly above the menu.
I believe the CSS in question is below, but you may want to look at my whole stylesheet to get the bigger picture.
Code: Select all
top { background: #B82A2A; border:solid 0px black; height:95px; }
#logo {
 position:absolute;
 border:solid 0px blue;
 margin: 0px;
 padding-right:0px;
 left: 250px;
 top: -28px;
}
#logo img { padding: 25px 100px 25px 23px; }
If anyone can help that would be great. Thanks.
Reply With Quote

  #2 (permalink)  
Old Jan 31st, 2006, 16:20
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment issue with header

I'm not going to go searching for your code, when you can't be troubled to post it here, but I'll bet your problem is that IE measures absolutes from the top of the body, while FF measures absolutes from the top of the containing division.
Reply With Quote
Reply

Tags
alignment, issue, header

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
DIV alignment help e1seix Web Page Design 3 May 26th, 2008 11:19
[SOLVED] CSS Alignment Issue AaronSmith Web Page Design 5 Jan 23rd, 2008 14:21
Alignment Issue keydin Web Page Design 2 Aug 24th, 2007 01:37
Alignment issue in table with multiple select peacher Web Page Design 2 Aug 23rd, 2007 07:35
CSS alignment issue melon Web Page Design 4 Aug 13th, 2007 01:43


All times are GMT. The time now is 05:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43