I am a Graphics Designer, and i have been working on photoshop for about 5 years, and im pretty good at HTML/CSS, BUT at times it still frustrates me just like everybody else. and now is one of those times.
I am currently designing a friends Country Music myspace, (Here)
and i am working on the left side panel of the myspace. on FIREFOX AND INTERNET EXPLORER it is aligned and working, but on Safari, it is WAY OFF, idk what to do, i have almost run out of patience for it, but its a lot of work i dont want to throw away!
my friend checked it on his mac, and he said the left side div is all the way down near the comments.. idk what the hell to do. i have never heard of editing the code seperatly for firefox, IE, AND safari.
this is rediculous.
please help a frustrated designer!
Here is the code for the left side of the myspace (all the table stuff is for my sliced image):
CODE
<style type="text/css">
.tg_left {position:absolute; top:765px; _top:-337; margin-left:-390px; _margin-left:-545px; left:50%; width:325px; height:1500px; background-color:FFFFFF; z-index:2;}
</style>
<div class="tg_left">
<table id="Table_01" width="310" height="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_01.gif" width="310" height="333" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_02.gif" width="163" height="47" alt=""></td>
<td>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld1BpY3R1cmUmZnJpZW5kSUQ9Mzg4MDk0OTA3JmFsYnVtSWQ9NTE4OTY=">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/View-Pictures.jpg" width="139" height="36" border="0" alt=""></a></td>
<td rowspan="2">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_04.gif" width="8" height="47" alt=""></td>
</tr>
<tr>
<td>
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_05.gif" width="139" height="11" alt=""></td>
</tr>
</table>
</div>
.tg_left {position:absolute; top:765px; _top:-337; margin-left:-390px; _margin-left:-545px; left:50%; width:325px; height:1500px; background-color:FFFFFF; z-index:2;}
</style>
<div class="tg_left">
<table id="Table_01" width="310" height="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_01.gif" width="310" height="333" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_02.gif" width="163" height="47" alt=""></td>
<td>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld1BpY3R1cmUmZnJpZW5kSUQ9Mzg4MDk0OTA3JmFsYnVtSWQ9NTE4OTY=">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/View-Pictures.jpg" width="139" height="36" border="0" alt=""></a></td>
<td rowspan="2">
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_04.gif" width="8" height="47" alt=""></td>
</tr>
<tr>
<td>
<img src="http://i393.photobucket.com/albums/pp13/FactorGFX/Josh%20Adams/viewpics_05.gif" width="139" height="11" alt=""></td>
</tr>
</table>
</div>
Sn00ch-FGFX