IE6 problem

This is a discussion on "IE6 problem" within the Web Page Design section. This forum, and the thread "IE6 problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 14th, 2007, 08:42
New Member
Join Date: Aug 2007
Location: Netherlands
Age: 40
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
IE6 problem

Hi all, new to this forum. I made a site (first site with div's, used to work with tabels) and everything looks ok in different browsers on PC and Mac, except for IE6. I know there is lot on the net about the problems with IE6 but I can't figure how to fix this.

The site I am building:
http://www.de-plantage.nl/test/ideereclame/

Above and under de horizontal blue line (navigation) in IE6 there is a space of a few pixels. Is this the 3 pixel gab I am reading about on the net?

I know how to adress different css stylesheets for the different browsers but I don't know how to fix the problem for IE6. Any help is apreciated!
Thanks,

Marc
Reply With Quote

  #2 (permalink)  
Old Aug 14th, 2007, 12:05
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

Try adding this to the top of your css.

Code: Select all
* {
margin: 0;
padding: 0;
}
If that doesn't work, let us know and we can delve deeper.
Reply With Quote
  #3 (permalink)  
Old Aug 14th, 2007, 14:47
New Member
Join Date: Aug 2007
Location: Netherlands
Age: 40
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

Thanks, this solves one of the gabs. There is still a space between the image and the top of the blue navigation bar.

Where does the astrix stand for in the css? I had a margin and a padding of 0 in the body, Is that the same? Thanks again for the quick response!!
Reply With Quote
  #4 (permalink)  
Old Aug 14th, 2007, 16:14
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

That's a universal selector. you can read about it here.

I'm wondering why this code is not editable?
Code: Select all
<!-- InstanceBeginEditable name="foto" --><img src="images/introductie/Foto_introductie.jpg" alt="hoofdfoto" width="800" height="450" /><!-- InstanceEndEditable --><img src="images/basis/schaduw_r.png" alt="schaduw rechts" width="15" height="450" />
</div><!-- sluit foto -->

<div id="navigatie">
      <div align="right"><!-- InstanceBeginEditable name="navigatie" -->
I'd say that code is what is causing your spacing.
Reply With Quote
  #5 (permalink)  
Old Aug 14th, 2007, 19:09
New Member
Join Date: Aug 2007
Location: Netherlands
Age: 40
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

Not sure what you mean. I created a template with editable regions for the places I needed changes in the different pages. Could that effect the rendering of the page?
Reply With Quote
  #6 (permalink)  
Old Aug 14th, 2007, 20:42
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

I'm not sure since I can't see them... but I'd certainly check the templates. They maybe your problem.
Reply With Quote
  #7 (permalink)  
Old Aug 16th, 2007, 10:22
New Member
Join Date: Aug 2007
Location: Netherlands
Age: 40
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

Hi Lchad, I checked the template but saw nothing out of place. But the problem is solved! I gave the large image above the navigation div a border of 0, and gone is the gab between them... does this make sense??
Reply With Quote
  #8 (permalink)  
Old Aug 16th, 2007, 11:33
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

I've never done it that way, but that sounds good to me! Whatever works for IE 6 always sounds good to me. Good job!
Reply With Quote
  #9 (permalink)  
Old Aug 21st, 2007, 01:53
Reputable Member
Join Date: Jan 2004
Location: California
Age: 19
Posts: 232
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via AIM to tox0tes
Re: IE6 problem

i know that you fixed your problem, but usually this problem with the gap under the image in ie6 is solved by adding display:block to the style of the image.
Reply With Quote
  #10 (permalink)  
Old Aug 27th, 2007, 11:31
New Member
Join Date: Aug 2007
Location: Netherlands
Age: 40
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 problem

hi, sorry for the late response... I will try that and see if it has the same outcome...

Thanks!!
Reply With Quote
Reply

Tags
3 pixel gab, ie6, margin, padding

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08


All times are GMT. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43