Kakouhai
02-09-2007, 08:08 PM
Okay, I'm having some troubles with my links on a website I'm creating. They works fine in IE, but not so well in FF :/
How it looks in IE:
http://i112.photobucket.com/albums/n166/starzkaye/codeIE.gif
How it looks in FF:
http://i112.photobucket.com/albums/n166/starzkaye/codeFF.gif
Both the margins and the width aren't working in FF. Is there anything I can do to fix this? :confused:
Here's my coding,
<style>
body { background-image: url(IMG URL); }
body, td, p, div { font-family: tahoma; color: #7C7C7C; font-size: x-small; }
b{
color: #E8A6A6;
font-family:tahoma;
font-size:8pt;
font-weight:bold;}
A:link, A:visited, A:active
{color: #525151;
text-decoration: none;
font-family: tahoma;
border-style: solid;
border-width: 1px;
Width: 100%;
margin-bottom: 1px;
font-size: 8pt;
letter-spacing:1px;
}
A:Hover { color: #000000;
text-transform: uppercase;
background-color: #EBD5D5;
border-style: solid;
border-width: 1px;
Width: 100%;
margin-bottom: 1px;
letter-spacing: 5px;
font-weight: none;
</style></i>
<div style="position:absolute; left:0px; top:0px;width:500">
<img src="IMG URL"></div>
<div style="width:480; height:1000; overflow: auto; left: 260; top: 220; position: absolute;"><br>
TEXT HERE
</div>
<div style="width:110; height:1000; overflow: auto; left: 80; top: 280; position: absolute;">
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
</div>
How it looks in IE:
http://i112.photobucket.com/albums/n166/starzkaye/codeIE.gif
How it looks in FF:
http://i112.photobucket.com/albums/n166/starzkaye/codeFF.gif
Both the margins and the width aren't working in FF. Is there anything I can do to fix this? :confused:
Here's my coding,
<style>
body { background-image: url(IMG URL); }
body, td, p, div { font-family: tahoma; color: #7C7C7C; font-size: x-small; }
b{
color: #E8A6A6;
font-family:tahoma;
font-size:8pt;
font-weight:bold;}
A:link, A:visited, A:active
{color: #525151;
text-decoration: none;
font-family: tahoma;
border-style: solid;
border-width: 1px;
Width: 100%;
margin-bottom: 1px;
font-size: 8pt;
letter-spacing:1px;
}
A:Hover { color: #000000;
text-transform: uppercase;
background-color: #EBD5D5;
border-style: solid;
border-width: 1px;
Width: 100%;
margin-bottom: 1px;
letter-spacing: 5px;
font-weight: none;
</style></i>
<div style="position:absolute; left:0px; top:0px;width:500">
<img src="IMG URL"></div>
<div style="width:480; height:1000; overflow: auto; left: 260; top: 220; position: absolute;"><br>
TEXT HERE
</div>
<div style="width:110; height:1000; overflow: auto; left: 80; top: 280; position: absolute;">
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
<a href="URL">link</a><br>
</div>