website rendering in IE 6.x problem - xhtml?!

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

website rendering in IE 6.x problem - xhtml?!

Post by marcus@localhorst »

hi.
could you please visit
http://www.fieldmuzick.net/projects.phtml with you IE 6.0 (XP)

i've noticed that on some sites parts are invisible, after scrolling a bit or mark parts- the sites is rendered well.

i think there are something with the container elements (div) - did you see this?

Image

what could that be?
Firefox and validation service said it's valid

thanks for any hint
marcus
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hallo marcus@localhorst,

ich habe das selbe Problem.

Das taucht immer dann auf, wenn ich Templates verwende, in denen ein Bild mit leerer Bildunterzeile verwendet wird.

Sobald ich eine Bildunterzeile (UZ) zufüge, ist alles OK.

Grundsätzlich eine UZ einzufügen ist natürlich keine Lösung, höchstenfalls eine Notlösung, aber vielleicht ein Ansattz, das Problem "einzukreisen"!

Ist das bei deiner Site auch so???
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi marcus@localhorst,

tested with IE 6.0 XP, all well for me, I see everything ok, same as in FF... :?:
Did u made any changes 'cos everything seems ok...

Cheers
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

ha, I've found the bug:
it's the peekaboo
http://www.positioniseverything.net/exp ... kaboo.html

since 2 years i notice the discussion of tables versus div.
this year I began to realize a bigger project in XHTML and tableless layout.
it was a standard header/leftframe/content/footer layout with some specials. i was leaving hair and on the brink to kick that shit and use a clean table with 4 cells. But I take one week more to learn all the bugs when using xhtml/css and build up a Xhtml/css site with a lot of hacks. And I'm looking forward to new IE (or any other) who misinterpret all hacks. what a mess...
it's like 1999, when i began with webdev, the browserdifferences was not greater or less than today. today maybe on a higher niveau :-)

greetings marcus
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

And I'm looking forward to new IE (or any other) who misinterpret all hacks. what a mess...
it's like 1999, when i began with webdev, the browserdifferences was not greater or less than today. today maybe on a higher niveau
You're so right! We have a nice job, but sometimes a real pain in the ass!
IE 7 is already scraring the shit out of all css web devs... (imagine all the clients calling back to settle the hacks... :shock:

Cheers
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

for each browser an own stylesheet :-)
there are a lot of discussion what the best way is...
i think (i've never realized this, i'm so lazy) the best way is to build one valid global stylesheet and if there is any hack for a special browser a new css file - but overwrite a second css file the global file?
and what about the mess with empty div's for that float bug?!

-wir bauen auf und reissen nieder, so ham wir arbeit immer wieder-
-we build up and break down, so we have work over and over again-
(hehe - it doesn't rhyme in english - hope it's translated correctly :-))
brans

Post by brans »

as for IE7 you may have a look at the blog of tom eric and calm down, because you will need all your hacks in the future too :-D
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

brans wrote:as for IE7 you may have a look at the blog of tom eric and calm down, because you will need all your hacks in the future too
Oops.. relieved (I have the beta dev version of IE 7 if someone wants it btw, but can't install it on my XP because my system is in french and it installs only in english)... and nice link also brans!

Cheers
brans

Post by brans »

here we go with another expert discussion(German) at TraumProjekt.com
fabiradi
Posts: 45
Joined: Thu 24. Feb 2005, 18:34
Location: Verl, Germany
Contact:

Post by fabiradi »

okay, enough discussion here. now for the explanation on how to solve the problem (i guess that was why marcus opened this thread):

these random-display-problems in IE can be solved by adding position: relative to the parent element of the text/link oder whatever that does not show up all the time. in most cases relative positioning does not change the apperance of the site in any way. so just try it.
Fabian
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

holla,
thanks for your post - but that doesn't work for me :-(


greetings
marcus
Post Reply