The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> IE 6 bugs, CSS that works everywhere except for IE6, Help with CSS for IE6
inthesun
post May 22 2007, 09:24 AM
Post #1





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



Hi,

I've just finished this site:

http://www.nhp.com.es/stevenjones/

and it views perfectly in all browswers (including IE7), except for IE6… the image gallery pushes the whole content off to one side.

Does anyone know what I can do to fix this?

Thanks! biggrin.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 22 2007, 12:37 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



I recommend that you start by fixing the HTML errors and CSS errors reported by the online tools.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 22 2007, 01:48 PM
Post #3





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



Hey – thanks! What onine tools should I use? blink.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
john f
post May 22 2007, 02:39 PM
Post #4


Member
***

Group: Members
Posts: 47
Joined: 23-August 06
Member No.: 10



See: http://validator.w3.org/

See: http://jigsaw.w3.org/css-validator/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 22 2007, 04:01 PM
Post #5





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



thank you!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 22 2007, 04:28 PM
Post #6





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



I've had a look, and thanks for the recommendation.

A lot of it seems unnecessary as they aren't actually errors, but I'll clean up the ones that are.

Still, what I'm after is some clue as to why in 5 browsers the page shows perfectly, then it an old version (or common version) of IE (6), the page is out of place.

I don't know anything about web programming… but any answers would be very much ppreciated
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 22 2007, 06:34 PM
Post #7


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
A lot of it seems unnecessary as they aren't actually errors
If they weren't errors, then the validator wouldn't report them as errors.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 23 2007, 09:30 AM
Post #8





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



QUOTE(Darin McGrew @ May 22 2007, 06:34 PM) *

QUOTE
A lot of it seems unnecessary as they aren't actually errors
If they weren't errors, then the validator wouldn't report them as errors.


sorry, what I mean is that they're not 'errors' in that they actually work fine. The coding for the Slider comes from a professional site… the 'errors' say things like don't use uppercase, but then the coding doesn't work. So I think it's a bit over the top what it reports. Maybe it an error with IE6.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 23 2007, 12:09 PM
Post #9


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



See also Why Validate?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Peter1968
post May 23 2007, 05:19 PM
Post #10


Serious Coder
*****

Group: Members
Posts: 448
Joined: 23-September 06
Member No.: 213



Trust us - they're errors. You have things like mismatched </a> tags, proprietary tags like <nobr>, one closing <head> tag too many, unescaped variables etc...

If you fix those, then we can get down to the business of browser quirks (of which IE 6.0 has squillions).

If you eliminate these errors, it'll make what is causing IE 6.0 to misrepresent your page that much more simpler.

Agreed?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 24 2007, 02:53 AM
Post #11





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



QUOTE(Peter1968 @ May 23 2007, 05:19 PM) *

Trust us - they're errors. You have things like mismatched </a> tags, proprietary tags like <nobr>, one closing <head> tag too many, unescaped variables etc...

If you fix those, then we can get down to the business of browser quirks (of which IE 6.0 has squillions).

If you eliminate these errors, it'll make what is causing IE 6.0 to misrepresent your page that much more simpler.

Agreed?



Ok… only prob is I'm not a web designer/programmer… so things like <nobr> I have to leave there because it says here:

http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm

"Do NOT remove the <nobr> tag nor the two outer DIV tags!"

…so I can't really start doing stuff like that without breaking the code.

However, I'll try my best to clean up those extra head tags…

Thank you for all your comments! excl.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
inthesun
post May 24 2007, 03:19 AM
Post #12





Group: Members
Posts: 7
Joined: 22-May 07
Member No.: 2,884



QUOTE(Darin McGrew @ May 22 2007, 06:34 PM) *

QUOTE
A lot of it seems unnecessary as they aren't actually errors
If they weren't errors, then the validator wouldn't report them as errors.



Hi – me again… so I've changed the doc type to Transitional (which seems to have cleared up most errors).

However, some of the errors aren't 'errors'… they are the code placed into the doc by FLASH – it can't be that Adobe write bad code??

So after inserting a Flash element, is it ok to change the automatic code from Adobe?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 24 2007, 10:13 AM
Post #13


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE(inthesun @ May 24 2007, 01:19 AM) *
However, some of the errors aren't 'errors'… they are the code placed into the doc by FLASH – it can't be that Adobe write bad code??
I wouldn't be so sure about that.

QUOTE(inthesun @ May 24 2007, 01:19 AM) *
So after inserting a Flash element, is it ok to change the automatic code from Adobe?
See Flash Satay: Embedding Flash While Supporting Standards
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 01:42 AM