Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Applications / Internet Explorer / February 2007



Tip: Looking for answers? Try searching our database.

problem with links in mac ie 5.2

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DJA - 14 Feb 2007 01:07 GMT
Hello,

I site I designed has links that don't seem to work in mac IE 5.2.  In
my site I'm using CSS to imitate image buttons by using the background
image property along with a little extra markup to make it work.  The
buttons work work fine in PC IE 6, firefox, safari, etc. but not in
mac IE 5.2.  I've looked around the newsgroups but can't seem to find
anyone else who has the same problem.  I've pasted the relevant bits
of code below.  Any ideas?

CSS:
.homepage-links-list {
    position: absolute; left: 33px; top: 136px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.homepage-links-images {
    width: 56px; height: 16px;
    position: absolute; left: 60px; top: 87px;
    overflow: hidden;
}
.homepage-links-images a {
    position:absolute; left:0; top:0;
    width: 56px; height: 16px;
    display: block;
    background:  url(../images/nav-images-over.gif);
}
.homepage-links-images a p {
    position:absolute; left:0; top:0;
    width: 56px; height: 16px;
    display: block;
    text-indent: -56px;
}
.homepage-links-images a span {
    display:block;
    position:absolute;
    left:0;    top:0;    z-index: 1;
    width: 56px;    height:16px;
    background:  url(../images/nav-images.gif);
    cursor: hand;
}
.homepage-links-images a:hover span{
    background: transparent;
}
etc. (it goes on like this for the rest of the list)

HTML
<ul class="homepage-links-list">
   <li class="homepage-links-images"><a href="images.htm">
     <p>Images</p>
     <span></span></a></li>
   <li class="homepage-links-statement"><a href="statement.htm">
     <p>Statement</p>
     <span></span></a></li>
   <li class="homepage-links-bio"><a href="bio.htm">
     <p>Bio</p>
     <span></span></a></li>
   <li class="homepage-links-contact"><a href="contact.htm">
     <p>Contact</p>
     <span></span></a></li>
 </ul>
Corentin Cras-Méneur - 14 Feb 2007 16:59 GMT
> Hello,
>
[quoted text clipped - 5 lines]
> anyone else who has the same problem.  I've pasted the relevant bits
> of code below.  Any ideas?

I'm not sure this version of IE supports all the CSS tags you need for
that :-\
Unfortunatly, proper documentation on IE 5.2 for Mac is getting
difficult to find these days :-\

Corentin

Signature

     --- Mac:MS MVP (Francophone)  http://www.cortig.net/wordpress/ ---
      http://www.mvps.org       -     http://mvp.support.microsoft.com
   MVPs are not MS employees    -    Les MVP ne travaillent pas pour MS
Remove "NoSpam" to e-mail me    -      Retirez "NoSpam" pour m'écrire

DJA - 14 Feb 2007 22:48 GMT
> I'm not sure this version of IE supports all the CSS tags you need for
> that :-\
[quoted text clipped - 8 lines]
>     MVPs are not MS employees    -    Les MVP ne travaillent pas pour MS
>  Remove "NoSpam" to e-mail me    -      Retirez "NoSpam" pour m'écrire

Thanks for the response, Corentin

I asked this question on another newsgroup and someone suggested that
the p tag nested within the a tag was causing the problem.  So I will
try replacing it with a b tag and see if that helps.  I won't be able
to get to a mac with IE 5.2 until Monday, so I will let you know the
result then.
Corentin Cras-Méneur - 15 Feb 2007 01:04 GMT
> I asked this question on another newsgroup and someone suggested that
> the p tag nested within the a tag was causing the problem.  So I will
> try replacing it with a b tag and see if that helps.  I won't be able
> to get to a mac with IE 5.2 until Monday, so I will let you know the
> result then.

Thanks for letting us know what the solution is :-)

Corentin

Signature

     --- Mac:MS MVP (Francophone)  http://www.cortig.net/wordpress/ ---
      http://www.mvps.org       -     http://mvp.support.microsoft.com
   MVPs are not MS employees    -    Les MVP ne travaillent pas pour MS
Remove "NoSpam" to e-mail me    -      Retirez "NoSpam" pour m'écrire

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.