This is a discussion on "Alignment Issue" within the Web Page Design section. This forum, and the thread "Alignment Issue are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Alignment Issue
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Alignment Issue
Could somebody please look at this site: http://pauldougherty.steveeller.com. I am relatively new to the whole xhtml/css thing and I can't seem to get the left and right columns under the header on the index page and contact page to line up in IE. The other two or three pages line up fine. I view it in Firefox, Flock, and Safari and it looks fine. IE6 is the problem.
I missed something but I can't seem to fix it. Can you help please? Steve |
|
|
|
#2
|
|||
|
|||
|
Re: Alignment Issue
IE 6 especially takes pleasure in adding about 3 extra lovely pixels of it's own.... delightful isn't it?
So if they added a few pixels of margin & padding you need to get rid of them so that right content div will scoot up to where it needs to be... So add this universal reset to bring ALL the margins to 0 and paddings to 0 This could mess with your design a bit but usually it's minimal. css: *{ margin: 0; padding: 0; } That should do it, if not, I'll be back on in the morning and look for your reply! |
|
#3
|
|||
|
|||
|
Re: Alignment Issue
A small issue that I see in IE7 is that the green navigation is off centered just a bit. It's pushed to the left a bit. You may need some additional margin or padding there.
|
![]() |
| Tags |
| alignment, css, xhtml |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] CSS Alignment Issue | AaronSmith | Web Page Design | 5 | Jan 23rd, 2008 14:21 |
| 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 |
| Alignment in IE | technicolourchameleon | Web Page Design | 4 | Oct 11th, 2006 22:59 |
| Alignment issue with header | WillisTi | Web Page Design | 1 | Jan 31st, 2006 16:20 |