gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

A HREF does not work unless positioned:relative #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load this page: http://www.dreamspacestudio.com/about.htm
2. Check the bottom links labeled {James} {Tawnya} {Alecks}
3. Not clickable.

What is the expected output? What do you see instead?

I am trying to make it so these links are clickable.  When I change the 
css under "template.css" so a:link is positioned:relative everything works 
but in IE 7 the links stay static to the page and the content rolls over 
it.  I want the links to move with the DIVS they are encased in.

What version of the product are you using? On what operating system?

When a:link positioned relative
IE 6/WIN2K SP2 - Links work properly.
IE 7/WIN XP SP2 - Links work, but do not travel with the scroll on it's 
containing DIV and all other links except those on initial page have 
dissapeared.

When a:link not positioned:relative
IE6/WIN2K SP2 - Links not clickable.
IE7/WIN XP SP2 - Links work as expected.

Please provide any additional information below.

Original issue reported on code.google.com by tictacto...@hotmail.com on 22 Jul 2008 at 5:28

GoogleCodeExporter commented 9 years ago
http://www.dreamspacestudio.com/about.htm    Address Not Found

well simple solution for no link on png background.

just use individual div for link and png background content div

like use div with background as position:absolute or nothing(no 
position:relative)
and link only position:relative

Original comment by officialstupid on 4 Aug 2009 at 5:17

GoogleCodeExporter commented 9 years ago
This is a duplicate of Issue #76.

It should be fixed in the next release.

Original comment by dean.edw...@gmail.com on 10 Feb 2010 at 9:11