This is a discussion on "Issue in IE6" within the Web Page Design section. This forum, and the thread "Issue in IE6 are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Issue in IE6
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Issue in IE6
Hi, I have a major issue with IE6. Have a look at the site. It works fine in FF2 and IE7.
The OSS logo on the left hand side seems to get a white line to the right and being new to this and obviously loathing IE6 could someone please advise how I could get rid of it. Thanks very much. |
|
|
|
#2
|
|||
|
|||
|
Re: Issue in IE6
wow ... that code is a mess!
I don't know ... Have you tried adding a background-color: #000; to #mainbody? |
|
#3
|
|||
|
|||
|
Re: Issue in IE6
Yes that already exists.
I have only just started out and this is my first web build after progressing from design. I have been building this site with my trainer however he is unavailable to ask at the minute. Can you possibly tell me why the code is a mess? Thanks |
|
#4
|
|||
|
|||
|
Re: Issue in IE6
hmmm ... I don't think so.
Granted I use Firebug which indents the code properly itself, but sometimes I do like to do a View Source and check it out 'cause Firebug doesn't show the DOCTYPE. 2) You have empty paragraphs?!
3) Use a STRICT doctype. 4) Why are you using tables for the middle portion? It's not data ... 5) You have classes and id with the same name. That causes confusing when reading the code. You code has to be semantic ... meaning when you look at the markup, it should make sense. You should be able to make a mental picture (and have it right) of exactly how the site "can" look. With names like .mainbody and #mainbody this draws ALOT of confusion. |
|
#5
|
|||
|
|||
|
Re: Issue in IE6
Here's your code for that logo
All the margin, float, padding and border need to be placed into css. Often times in IE6, if you have spaces between the last element and the closing div, you will see white. So delete all the extra spaces in the code between </a> and </div> See if that solves that problem. If not come back. |
|
#6
|
|||
|
|||
|
Re: Issue in IE6
What's this for?
Quote:
Last edited by Lchad; Jul 12th, 2007 at 14:10. |
|
#7
|
|||
|
|||
|
Re: Issue in IE6
Add a specific width to this table column
|
|
#8
|
|||
|
|||
|
Re: Issue in IE6
Thanks very much for your help, I will try the code however in response to all your comments about the code, is the code different because the site has been built in Joomla?
|
![]() |
| Tags |
| ie6, issue |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JS issue | acrikey | JavaScript Forum | 6 | Jul 25th, 2007 17:45 |
| CSS issue in IE7 | bluetech | Web Page Design | 6 | Jul 3rd, 2007 15:36 |
| css issue | acrikey | Web Page Design | 4 | May 24th, 2007 16:01 |
| Help Odd Issue? | drappendix | Web Page Design | 8 | Aug 9th, 2006 17:53 |
| IE issue | Pheonix | Web Page Design | 2 | Dec 2nd, 2005 21:58 |