Jump to content

IE7 - a:link Issues


stublackett

Recommended Posts

Hi Everyone,

 

I've got an issue with my site in IE7 : http://www.goldcrestfinance.com/

 

The first one was the issue with the cursor not being an hand, I've solved that now. But in any other browser the "Property Finance" & "Trade Finance" graphics are a links. As well as the "Enter" text on the right.

 

I've set an Conditional CSS for IE 7 up, but just cant seem to get the link in the right place, be it that it works in some parts of the image.

 

My Code is as follows :

 

<!--[if IE 7]>
	<style type="text/css">            
        #back345 a {
        	cursor : pointer;
            width: 500px;
        }
        
	#back3 a { 
		cursor:pointer;
            width: 600px;
        }
        
        #back3 img a {
        	cursor: pointer;
            width: 600px;
        }
        
        .backx a {
        	cursor: pointer;
        }
</style>
<![endif]-->

 

  <div id="back345">
    <div class="back33x44x">
      <a href="property_home.php">
        <div id="back3"><img src="assets/index/link_property.png" border="0"/></div>
        <div class="backx"><img src="assets/index/link_enter.png" border="0"/></div>
      </a>
    </div>
    <div id="back4"></div>
    <div class="back33x44x">
      <a href="trade_home.php">
        <div id="back5"><img src="assets/index/link_finance.png" border="0"/></div>
        <div class="backx"><img src="assets/index/link_enter.png" border="0"/></div>
      </a>
    </div>

 

Any help is much appreciated, Thanks!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.