Results 1 to 7 of 7

Thread: Whole table or div link in IE problem

  1. #1
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Whole table or div link in IE problem

    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
    Last edited by vanka; 02-21-2009 at 01:12 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    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.

  3. #3
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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
    Last edited by vanka; 02-17-2009 at 02:37 PM.

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    HTML Code:
    <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!

  5. #5
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    its working, but what happened with pictures? and with firefox???

    i try to figure out ... but ...

  6. #6
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    stupid me


    thnx a lot

  7. #7
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, glad to help!

    Good luck with your site!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •