Log in

View Full Version : Resolved Whole table or div link in IE problem



vanka
02-16-2009, 05:29 PM
Hi to everybody

trying to make 7 tables on page, ( each have picture, some text, picture .... in one line ) and i need them to be links to other page ( whole table, background change on mouse over, cursor become hand , you can click enywhere on table area )

i made it like this

"<a hr...><table class...> ...... ........ ...</table></a>

it work perfectly in firefox and chrome bud in IE dont work at all
when you move mouse over the area cursor stay same, you can see link in status bar, when you click, cursor become hand bud nothing happened

i try with divs bud when i add float:left to first and second div from left ( so they can bi inline ) same thing in IE happened again

i read some post here bud not be able to solve problem with IE

thnx in advance

Vanka

Snookerman
02-16-2009, 05:43 PM
I'm not really sure I understand what you are trying to accomplish but I'm sure it can be done without tables. Please post a link to your site and try to explain what you want to do in a more detailed way.

vanka
02-17-2009, 02:25 PM
ok, first thnx for reply

i want to link whole div or table area ( with pictures, text, ... inside of it )

i made it without tables ( only div )
Firefox and Chrome work perfect but in IE if you click on images (only images ??? ) nothing happend, on other areas ( empty area, text ) link work fine

url:

www.korus.vanka.rs

Snookerman
02-17-2009, 02:48 PM
Try this:

<div><img class="grafpris" src="TEST%20PAGE_files/A6x2.png" alt=" " border="0" width="67" height="49"></div>
<div class="grafpri">Rasklopljeno:<br>visina:&nbsp;148 mm<br>širina: 210 mm</div>
<div><img class="grafpris1" src="TEST%20PAGE_files/A6x2_1.png" alt=" " border="0" width="35" height="50"></div>
<div class="grafpri">Sklopljeno:<br>visina:&nbsp;148 mm<br>širina:&nbsp;105 mm</div>
<div><img class="grafpris" src="TEST%20PAGE_files/A6x2_2.png" alt=" " border="0" width="51" height="35"></div>
<div class="grafpri">Sklopljeno:<br>visina:&nbsp;105 mm<br>širina: 148 mm</div>

Good luck!

vanka
02-17-2009, 05:16 PM
its working, but what happened with pictures? and with firefox???

i try to figure out ... but ...
:)

vanka
02-21-2009, 01:12 PM
stupid me


thnx a lot

Snookerman
02-21-2009, 01:57 PM
You're welcome, glad to help!

Good luck with your site!