Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 29th, 2008, 09:44 AM
Authorized User
 
Join Date: Mar 2008
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default anchor link not working in IE6

Hello Everyone,

This is the line which causes the problem

<div id="home" style="position:absolute;" class="none"><a href="home.jsp"><img src="../images/home.png" /></a></div>

When I move the mouse over the image,it doesnt recognise the anchor tag.ie it does not turn into a "hand" symbol and clicking on it doesnt take me to the home page.It works well in IE7 and Firefox.The problem is only using IE6.
Any help will be appreciated.

Thanks in advance!

 
Old July 29th, 2008, 10:50 AM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 207
Thanks: 2
Thanked 15 Times in 15 Posts
Default

You can manually set the cursor for that...

<div id="home" style="position:absolute; cursor:auto" class="none">
<a href="home.jsp"><img src="../images/home.png" /></a>
</div>

and if Auto doesn't do what you want try Default

Jason Hall
 
Old July 29th, 2008, 11:27 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

If you try the code you posted you'll find that it doesn't have the problem you describe. Which tells us the problem is elsewhere in your code. Please post the URL to a page that displays the problem.

Without having seen the page, I guess that maybe you use more absolute positioning and something is covering up your link. But that's just a guess.

--
http://yupapa.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
IE6: Hover stops working on AJAX page sigilaea Ajax 0 March 17th, 2008 09:58 AM
link to anchor in a db-generated page scottiegirl PHP Databases 4 March 11th, 2008 12:19 PM
HTML anchor and JS focus not working together sudhirgk Javascript 0 December 18th, 2007 06:29 PM
Link Display Prob using CSS in IE6 / Firefox socoolbrewster CSS Cascading Style Sheets 3 September 7th, 2005 11:07 AM
Help with paginating and anchor link. major dynamic123 Pro PHP 6 September 11th, 2003 01:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.