This is a discussion on "FF vs IE7" within the Web Page Design section. This forum, and the thread "FF vs IE7 are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
FF vs IE7
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
FF vs IE7
Could someone please tell me what I've got wrong that this page displays fine with FF but not with IE7. Does IE7 not recognize ( valign="" )?
I'm not an expert but have been writing HTML for a few years on a basic level. Thanks. http://homepages.maxnet.co.nz/wheelz/wanganuipb.htm |
|
|
|
||||
|
Re: FF vs IE7
Do you mean all your table borders (top & bottom) are out of align? or are you asking about your page being in the center?
|
|
|||
|
Re: FF vs IE7
Sorry, Yes I was referring to the table border vertical alignment and also the right hand images having no border.
|
|
||||
|
Re: FF vs IE7
Well ... it doesn't work in IE6 either.
With a simple design like that, I would suggest you ditch the tables and start using CSS Resources for learning how to use CSS for layout There are a bunch of examples in there on how to achieve 3 column layouts. Just look in the "How" section. |
|
|||
|
Re: FF vs IE7
The reason those pieces are not aligning is because they are not the right height.
Your corner pieces are 30px high but the black bars going between the corners are only 12 px high. Since they are sitting in a table row that has a height of 30 px you need to adjust the size of the black bars. If they were 30px high they would sit snuggly in the row. Right now they are centering themselves and doing their own thing with the extra space that's left over. Does that help? |
|
|||
|
Re: FF vs IE7
Thanks Lchad,
Yes, I had considered that, although I was trying to get away with one image for the "bar". To make the bar 30px high I would then need an upper and a lower bar. (Which I'll probably end up doing.) Quote:
Thanks for confirming my thoughts. karinne: I did look briefly at CSS a few months ago but didn't have a lot of time to pursue the learning process. I do have some time now and intend to follow up on the resource link you posted. Many thanks. I'd also like to learn PHP, which I believe will require a little more effort. Thanks to all for your advice. |
|
|||
|
Re: FF vs IE7
Quick update.
I was given this: style="vertical-align:top;" which did the trick nicely. Thanks again. http://homepages.maxnet.co.nz/wheelz/wanganuipb.htm |
![]() |
| Tags |
| whats wrong |
| Thread Tools | |
|
|