This is a discussion on "Msie doesn't make my links links.." within the Web Page Design section. This forum, and the thread "Msie doesn't make my links links.. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Msie doesn't make my links links..
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Msie doesn't make my links links..
I'm still working on this project, and now MSIE doesn't want to make my links link.. Where did I go wrong?
URL: http://www.mainevents.nl/preview |
|
|
|
|||
|
Re: Msie doesn't make my links links..
I would remove the title="" from each link and see if that helps.
I'm sure once you remove the title="" you'll lose your styling. So at that point, use <li></li> instead of div id's for each link. Then style the lists. |
|
|||
|
Re: Msie doesn't make my links links..
How about getting rid of the divs, and applying the #button id to the links themselves. Like this:
Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
||||
|
delusion,
I couldn't work out what exactly was going on, but it was something to do with your div arrangement and the quirks / bugs in IE I fixed the problem, see if it's still working as you wanted - if you need something fixed let me know
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
||||
|
Re: Msie doesn't make my links links..
Swagner, IDs are UNIQUE! You should not use them more than once, that's what classes are for.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Msie doesn't make my links links..
Oh yes, sorry! I meant to change that to class=""
delusion had each link in a div with id="button". The id was still used more than once. I forgot to mention that it should be changed to class
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Msie doesn't make my links links..
Quote:
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: Msie doesn't make my links links..
Note that <ul> is a block-level element too, just like <div>. Unless you need an additional wrapper for styling purposes, the <div> is redundant. Use:
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PR4 links for sale...links in an excellent position | agent14 | Link Building and Link Sales | 1 | Mar 5th, 2007 21:33 |
| PR 5 Links available for recip links | GARY | Link Building and Link Sales | 1 | Aug 19th, 2006 09:52 |
| Links | sjh | Link Building and Link Sales | 4 | Aug 19th, 2006 09:36 |
| Blured Links (image links) | bruno89 | Web Page Design | 2 | Jul 25th, 2006 14:48 |
| Different coloured links without modifying links? | Webforumz Staff | Web Page Design | 12 | Aug 29th, 2003 18:48 |