Msie doesn't make my links links..

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 3rd, 2007, 11:36
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 28
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Nov 3rd, 2007, 12:47
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Nov 3rd, 2007, 17:54
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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:
HTML: Select all
<div id="menu">
     <a href="/" title="Home!" id="button">Home</a>
     <a href="/" title="Contact" id="button">Contact</a>
     <a href="/" title="Actie" id="button">Actie</a>
     <a href="/" title="Feesten" id="button">Feesten</a>
     <div id="logo"></div>
</div>
The title should not affect the links. If IE is still not treating the anchors (<a>) as links, try adding this to your css:
Code: Select all
cursor:pointer;
But only use the css option if the html option above does not work.

Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #4 (permalink)  
Old Nov 6th, 2007, 20:04
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 967
Blog Entries: 2
Thanks: 5
Thanked 19 Times in 17 Posts
Send a message via Skype™ to Aso
Lightbulb Re: Msie doesn't make my links links..

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
Attached Files
File Type: css main.css (1.2 KB, 1 views)
File Type: html index.html (4.3 KB, 2 views)
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
  #5 (permalink)  
Old Nov 6th, 2007, 21:28
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
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)
Reply With Quote
  #6 (permalink)  
Old Nov 7th, 2007, 00:36
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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 Sorry again...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #7 (permalink)  
Old Nov 7th, 2007, 00:51
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Msie doesn't make my links links..

Quote:
Originally Posted by Lchad View Post
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.
This is what Linda talking about:
HTML: Select all
<div id="nav">
<ul>
   <li><a href="#">Home</a></li>
   <li><a href="#">Products</a></li>
   <li><a href="#">Contact</a></li>
   </ul>
</div>
and for the styling, you can do it yourself easily
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #8 (permalink)  
Old Nov 7th, 2007, 08:05
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
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:

Code: Select all
<ul id="nav">
   <li><a href="#">Home</a></li>
   <li><a href="#">Products</a></li>
   <li><a href="#">Contact</a></li>
   </ul>
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43