HighDots Forums  

links not working in IE6

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss links not working in IE6 in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
geeree@gmail.com
 
Posts: n/a

Default links not working in IE6 - 07-17-2006 , 10:05 AM






Hi,

I'm having a strange problem with this webpage I recently created:

http://girish.50webs.com/gallery/page1.htm

The navigation links in the left hand side box do not work in IE6.
They're okay in other browsers. The problem is with the CSS. Links
worked fine when I removed the style sheet fed.css. What is wrong?

Girish


Reply With Quote
  #2  
Old   
Els
 
Posts: n/a

Default Re: links not working in IE6 - 07-17-2006 , 10:24 AM






geeree (AT) gmail (DOT) com wrote:

Quote:
Hi,

I'm having a strange problem with this webpage I recently created:

http://girish.50webs.com/gallery/page1.htm

The navigation links in the left hand side box do not work in IE6.
They're okay in other browsers. The problem is with the CSS. Links
worked fine when I removed the style sheet fed.css. What is wrong?
IE is wrong ;-)

The table's top-margin of -300px does take the table to the top, but
it also causes div#name to get 'hidden'. It is not actually behind the
table, but even the left-margin of table seems to trouble the div.
If you give div#name position:relative, the links are clickable again.

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/

Now playing: The Scene - Kom Omhoog


Reply With Quote
  #3  
Old   
geeree@gmail.com
 
Posts: n/a

Default Re: links not working in IE6 - 07-17-2006 , 11:30 AM



Yep. Thanks.

Els wrote:

Quote:
The table's top-margin of -300px does take the table to the top, but
it also causes div#name to get 'hidden'. It is not actually behind the
table, but even the left-margin of table seems to trouble the div.
If you give div#name position:relative, the links are clickable again.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.