Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2007, 10:09 PM   PM User | #1
sybil6
Regular Coder

 
Join Date: Jul 2006
Posts: 399
Thanks: 33
Thanked 7 Times in 7 Posts
sybil6 can only hope to improve
some problems on ie

i have a few poblems left with ie, the site looks what i expect on FF. i have 2 problems on ie: the pattern wich is find below the big gray rectangle(normally a photo) shows a strange adding(wich doesnt happen under FF), and the distance between this pattern and the big gray rectangle is supposed to be 2 or 3 pixels(looks okay on FF) but renders much more distance on ie(see pic below).
i am using ie 6.0.29(i know this one is old) but maybe many people are using this version even now( i cannot see the way this errors look on the new ie)




Shot at 2007-08-06

Last edited by sybil6; 08-07-2007 at 04:09 AM..
sybil6 is offline   Reply With Quote
Old 08-06-2007, 10:33 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,601
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
One big problem I see is that you code is highly… uhm… “unsemantic” (is that a word?). I mean things like these:
Code:
<div id="trame_haut"></div>
<img src="images/spacer.gif" width="1px" height="2px">
<div id="photo_main"></div>
<img src="images/spacer.gif" width="1px" height="2px">
<div id="trame_bas"></div>
…
<div class="hor"></div>
…is very bad practice. Empty elements, spacer images, and width/height attributes are things that don’t belong on a website because they have no meaning and/or are the total opposite of all web design principles of the 21st century which endorse the use of semantic code, separating styling from content, and the use of CSS to style a website.

For example if you removed those spacer images and just used margins instead it might get rid of your problem right away.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 08-06-2007, 10:46 PM   PM User | #3
sybil6
Regular Coder

 
Join Date: Jul 2006
Posts: 399
Thanks: 33
Thanked 7 Times in 7 Posts
sybil6 can only hope to improve
i used margin and it effectively did work for the patterns, thank you
but i still can get rid of that extra pattern(the thin one) on ie

Last edited by sybil6; 08-07-2007 at 12:12 AM..
sybil6 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:04 AM.


Advertisement
Log in to turn off these ads.