IE not understand hight?
Internet Explorer does not understand the concept of hight??
http://www.bja888.com/blog/
This is the second time IE has destroyed my whole layout!!
First in html 4.01 and now in xhtml (1.0).
index.asp
<td><img src="images/layout_31.gif" width="24" height="100%" alt="" border="0" class="fullUp" /></td>
'
sheet.css
img.fullUp{height:100%;}
'
Any alternatives?
bja888 (not verified) posted this at 03:56 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
I'm just going to make it a css background image...
marcus1060 posted this at 04:20 — 5th September 2005.
They have: 14 posts
Joined: May 2004
Get rid of the tables all togther. Then work from there.
bja888 (not verified) posted this at 04:52 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
WTF?!?! There is no way! Thre is like 20 images in there and absolute positoning only goes so far...
bja888 (not verified) posted this at 04:51 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
I am working on this page still and getting really pissed. The lik isnt showing the proublem any more. But it still needs fixed.
The top half of my table is fixed heights. Then there is a section where I want it to stretch. Then the bottom caps it off. What all browsers are doing is totally forgetting any height settings and avarageing all the rows destroying the whole design.
I'm starting to think that browsers are compleatly uncapable of advanced designs and we should surrender web disign to the idiots makeing the shitty designs.
help.....please.....
chrishirst posted this at 06:23 — 5th September 2005.
He has: 379 posts
Joined: Apr 2005
Actually browsers do understand height perfectly, What they don't understand is an arbitary un-dimensioned figure such as 100%, or more correctly they understand as being the full height of the parent container if the parent container has an explicit height associated.
Not heard of float and clear? It's not that difficult to position a few images together in CSS
And BTW The correct spelling of "Regester" is Register
Chris
Indifference will be the downfall of mankind, but who cares?
Venue Capacity Monitoring
Code Samples
bja888 (not verified) posted this at 06:31 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
ok, lets say that i dont use 100% (which im not after the 2nd post) how do i get it to work?
chrishirst posted this at 06:46 — 5th September 2005.
He has: 379 posts
Joined: Apr 2005
Dunno Which bit doesn't work?
The linked page looks the same in IE6, FF1.0.6, NS7.1, Moz1.6, Opera7.54
Have you a link to a "broken" page
bja888 (not verified) posted this at 06:53 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
Look now, fine in firefox but not in IE or opera.
If I take the 100% image out of the page firefox looks the same at the others.
demonhale posted this at 07:29 — 5th September 2005.
He has: 3,278 posts
Joined: May 2005
Try this and remove the CSS class on the CSS file associated with the image...
Try...
bja888 (not verified) posted this at 08:04 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
Tried... Screwed it up in FF, IE and O
demonhale posted this at 15:25 — 5th September 2005.
He has: 3,278 posts
Joined: May 2005
I dont see an actual problem in the link you provided for the three major browsers, please be specific, and I might figure out what the real problem is...
bja888 (not verified) posted this at 17:13 — 5th September 2005.
They have: 5,633 posts
Joined: Jan 1970
You don't see this?
chrishirst posted this at 22:22 — 5th September 2005.
He has: 379 posts
Joined: Apr 2005
Bit of playing time
http://www.candsdesign.co.uk/demo/bja/
bja888 (not verified) posted this at 01:37 — 6th September 2005.
They have: 5,633 posts
Joined: Jan 1970
seroiusly... are tables really that bad?
demonhale posted this at 01:42 — 6th September 2005.
He has: 3,278 posts
Joined: May 2005
Hey I see the problem, I looked into it and you have a floating element or non existing cell on the body part which stretches the left nav, then pushing the table up... This is difficult to fix unless you recode the whole thing and being creful with the use of tables, or code everything in CSS to make it all work out...
Heres a bit of tip... Make a backup of the original html file, then open it in frontpage to see what part of your table has the problems...
bja888 (not verified) posted this at 01:53 — 6th September 2005.
They have: 5,633 posts
Joined: Jan 1970
I'm going to try to make it 2 tables... ty for the help
bja888 (not verified) posted this at 13:38 — 6th September 2005.
They have: 5,633 posts
Joined: Jan 1970
Welll that f***ing s**ks. I been useing tables for like 3 years now. They really only started to let me down in xhtml.
bja888 (not verified) posted this at 02:42 — 9th September 2005.
They have: 5,633 posts
Joined: Jan 1970
Fallow up...
I started from scratch and created the whole design and then added the content to find no... IE does not understand height....
http://www.bja888.com/blog/postArchive.aspx
This page was intended to stay mostly blank but I needed to make the table 500 pixles high so it would look right.
Row one - 20 pixels
Row two - 20 pixels
Row three - 50 pixels
Row Four - No value
Onece again IE does not take into consideration the hight valuse and mave every row 125 pixels.
Was supposed to be at 40 pixels is now at 250.
I had to put in a 400 pixel spacer to make it look closer to normal.
F**K Microsoft Internet Explorer!
chrishirst posted this at 06:16 — 6th September 2005.
He has: 379 posts
Joined: Apr 2005
As you have found out they don't always work as expected, the reason being they were never meant to be used for layout.
Use them for their correct purpose, tabular data, and use appropriate markup for layout.
Chris
Indifference will be the downfall of mankind, but who cares?
Venue Capacity Monitoring
Code Samples
JeevesBond posted this at 12:03 — 6th September 2005.
He has: 3,956 posts
Joined: Jun 2002
I second that motion - we've had countless debates about this here in the past though, have a feeling am about to start another one
a Padded Cell our articles site!
demonhale posted this at 12:42 — 6th September 2005.
He has: 3,278 posts
Joined: May 2005
Third This! Anyways you can combine CSS and tables if you can be be patient enough, see the template I posted for review as an example of this, the client coded it in table and didnt lay-out quite as he expected, I corrected it then use a combination of CSS where now it looks ok...
demonhale posted this at 13:41 — 6th September 2005.
He has: 3,278 posts
Joined: May 2005
Ive been in this dillema before... I just suck it up and decided to learn as much as I could to become effective for my needs... You can Do It!!! Go Go Go! Fire in the Hole!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.