Re: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread Chris Stratford




Damn that is weird!
If I had any more time before bed I would of had a proper look.
atm im am dead tired, and just thought it would be good to express my
utter suprise...
and disbelief - what the hell happened there!

:)
hehehe
have a good night!
best of luck finding your issue!

Ciao!

alex 'fanatique' thomas wrote:

  hello everybody,

ok. this seems to be the right time for my first posting on this great
list which im enjoying very much.

does anyone know what kinda weird trick this is? ie6 (on a w2k
machine) does not display the background graphic of the head div and
the links are NOT WORKING at all. any other browser i know does.

i've never experienced such a behaviour but maybe one of you have an idea.

http://www.die-besten.net/die-besten/monkey/

code and css are valid of course.

regards,
_alex


_ alexander 'fanatique' thomas
   [EMAIL PROTECTED]

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 












RE: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread Mike Pepper
Because you're applying a negative left margin to compensate for the 50%
declared body margin.

Replace the first 2 id's with --

body {
background-color: #fff;
padding: 0px;
margin: 20px auto;
text-align: center;
}

#container {
width: 398px;
height: 101px;
text-align: left;
}

and bring a little sunshine into your life :o)

Mike Pepper
Accessible Web Developer
www.seowebsitepromotion.com
www.gawds.org


hello everybody,

ok. this seems to be the right time for my first posting on this great
list which im enjoying very much.

does anyone know what kinda weird trick this is? ie6 (on a w2k
machine) does not display the background graphic of the head div and
the links are NOT WORKING at all. any other browser i know does.

i've never experienced such a behaviour but maybe one of you have an idea.

http://www.die-besten.net/die-besten/monkey/

code and css are valid of course.

regards,
_alex



*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*