Click to See Complete Forum and Search --> : Help with IE CSS issues


MySyZyGy
07-03-2006, 05:38 PM
i've posted my files on SendSpace.com. I can't get the attachments to work on this website...
Here's the url....


http://www.sendspace.com/uploaddone.html?is=ff8b2a6e5b08c7a88f1202f67f4d5a2d%2C63d5e96333d0d8650526c4d456276568%2C646ffa5443b 485335583446da5d0a68f%2C76f5bce8e003ade422eb643ad2d6e47a&ls=egf0vf%2C7xbh1c%2Cx760w1%2C5e8a17

put all the stuff into a single folder, than open index.html

My problem is, I need to know what to write to make it so the CSS image flips work in IE...

thnx,
Jesse

Fang
07-04-2006, 04:19 AM
CSS.imageback {text-align:center; line-height:30px; display:block; background-image: url(orangetab.gif); width:122px; height:30px; background-repeat:no-repeat}
td a.imageback:hover {background-image:url(bluetab.gif); background-repeat:no-repeat;font-size:105%}
a:visited {color:black}
a {text-decoration: none}
HTML<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>MySyZyGy.net -- Jesse's Home on the Web</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<table align="center" border="0">
<tr>
<td>
<a class="imageback" href="http://www.amazon.com/">Amazon.com</a>
</td></tr>
<tr><td>
<a class="imageback" href="http://www.htmlgoodies.com/">HTML Goodies</a></td></tr>
</table>

</body>
</html>

MySyZyGy
07-06-2006, 10:17 PM
thank you
can someone please label this thread as resolved
Jesse