Halford
02-21-2010, 06:15 PM
Hui Guys,
Used to use this website 5 years ago, and was a BIG help with learning CSS.
I tried to find my old login but i cant (must have changed email address also) so had to sign up again.
Well...i am still out of the Web Devloping game but just recently found myself doing some code for my bands website.
How ever, since i sawped to Mac, i forgot all the bugs IE has!
I was wondering if you guys could help me with a IE bug?
The roll overs seem to get displayed quite a bit down the page and not where they are meant to be
here is the website (i know its myspace, sorry)
and here is the code in question.
I have copied some other myspace code for this and changed it to suit my needs. i know Tables for placing pics is a bad idea but hopefully theres a easy fix to my IE Bug!
Thanks guys, look forward to any help!
www.myspace.com/gaywyre
<style>
div.sublinks a:hover{
border-top: none;
opacity: 0.0;
filter: alpha(opacity=0);
width: 0px;
height: 200px;
z-index:1;
} </style>
<div class="sublinks">
<table id="TRS_sublinks" width="900" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX2NvbmZpcm0mc3RhdHVzQ0Q9MSZmcmllbmRJZD0zODM1MjUwMjY="><img src="http://i46.tinypic.com/6xyzcj.jpg" width="99" height="41" alt="" /></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29t"><img src="http://i48.tinypic.com/ogkx2u.jpg" alt="" width="148" height="41" border="0" /></a></td>
<td><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=498017282"><img src="http://i47.tinypic.com/2efoqkg.jpg" alt="" width="223" height="41" border="0" /></a></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnlvdXR1YmUuY29tL3Jlc3VsdHM/c2VhcmNoX3F1ZXJ5PWdheXd5cmUmc2VhcmNoX3R5cGU9JmFxPWY="><img src="http://i48.tinypic.com/2eg8bie.jpg" alt="" width="210" height="41" border="0" /></a></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vZ2F5d3lyZS5iaWdjYXJ0ZWwuY29t"><img src="http://i47.tinypic.com/2us7n6q.jpg" alt="" width="220" height="41" border="0" /></a></td>
</tr></table></div>
<div class="topbanner">
<img src="http://i79.photobucket.com/albums/j142/henchmania/mayspace-header8.jpg" />
Used to use this website 5 years ago, and was a BIG help with learning CSS.
I tried to find my old login but i cant (must have changed email address also) so had to sign up again.
Well...i am still out of the Web Devloping game but just recently found myself doing some code for my bands website.
How ever, since i sawped to Mac, i forgot all the bugs IE has!
I was wondering if you guys could help me with a IE bug?
The roll overs seem to get displayed quite a bit down the page and not where they are meant to be
here is the website (i know its myspace, sorry)
and here is the code in question.
I have copied some other myspace code for this and changed it to suit my needs. i know Tables for placing pics is a bad idea but hopefully theres a easy fix to my IE Bug!
Thanks guys, look forward to any help!
www.myspace.com/gaywyre
<style>
div.sublinks a:hover{
border-top: none;
opacity: 0.0;
filter: alpha(opacity=0);
width: 0px;
height: 200px;
z-index:1;
} </style>
<div class="sublinks">
<table id="TRS_sublinks" width="900" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX2NvbmZpcm0mc3RhdHVzQ0Q9MSZmcmllbmRJZD0zODM1MjUwMjY="><img src="http://i46.tinypic.com/6xyzcj.jpg" width="99" height="41" alt="" /></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29t"><img src="http://i48.tinypic.com/ogkx2u.jpg" alt="" width="148" height="41" border="0" /></a></td>
<td><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=498017282"><img src="http://i47.tinypic.com/2efoqkg.jpg" alt="" width="223" height="41" border="0" /></a></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnlvdXR1YmUuY29tL3Jlc3VsdHM/c2VhcmNoX3F1ZXJ5PWdheXd5cmUmc2VhcmNoX3R5cGU9JmFxPWY="><img src="http://i48.tinypic.com/2eg8bie.jpg" alt="" width="210" height="41" border="0" /></a></td>
<td><a href="http://www.msplinks.com/MDFodHRwOi8vZ2F5d3lyZS5iaWdjYXJ0ZWwuY29t"><img src="http://i47.tinypic.com/2us7n6q.jpg" alt="" width="220" height="41" border="0" /></a></td>
</tr></table></div>
<div class="topbanner">
<img src="http://i79.photobucket.com/albums/j142/henchmania/mayspace-header8.jpg" />