mesurezvie
07-16-2007, 06:48 PM
I'm having a slight problem with my DIV layout for MySpace. I'm making a Music Space for the talented actress and vocalist Tracie Thoms, but I've run in to the problem of Mac users not being able to use the page. They say that they can't click on links and the page doesn't load correctly. It works fine with most Mac users, so I wonder if it might be a browser problem. Here is the gist of my code:
<style>
.div1 {
background-color:8C3439; color:000000;
border:0px solid; border-color:633829;
width:120px; height:1900px; overflow:auto;
position:absolute; z-index:2; left:0%; top:0%;
margin-left: 0px; margin-top:0px;
visibility:visible;}
.div2 {
background-color:8C3439; color:000000;
border:0px solid; border-color:633829;
width:100px; height:1900px; overflow:auto;
position:absolute; z-index:2; left:0%; top:0%;
margin-left: 903px; margin-top:0px;
visibility:visible;}
</div>
...and then another example:
</div>
<div class="div4">
<center>
<img src="http://i129.photobucket.com/albums/p202/lahanmeeshel/halflay1.png">
<img src="http://i129.photobucket.com/albums/p202/lahanmeeshel/halflay2.png">
</div>
I have eight DIVs, but they all look similar to that.
Any suggestions?
Is it possible to tailor the code to fit certain browsers?
Also, a link to the page:
www.myspace.com/traciethomsmusicspace
<style>
.div1 {
background-color:8C3439; color:000000;
border:0px solid; border-color:633829;
width:120px; height:1900px; overflow:auto;
position:absolute; z-index:2; left:0%; top:0%;
margin-left: 0px; margin-top:0px;
visibility:visible;}
.div2 {
background-color:8C3439; color:000000;
border:0px solid; border-color:633829;
width:100px; height:1900px; overflow:auto;
position:absolute; z-index:2; left:0%; top:0%;
margin-left: 903px; margin-top:0px;
visibility:visible;}
</div>
...and then another example:
</div>
<div class="div4">
<center>
<img src="http://i129.photobucket.com/albums/p202/lahanmeeshel/halflay1.png">
<img src="http://i129.photobucket.com/albums/p202/lahanmeeshel/halflay2.png">
</div>
I have eight DIVs, but they all look similar to that.
Any suggestions?
Is it possible to tailor the code to fit certain browsers?
Also, a link to the page:
www.myspace.com/traciethomsmusicspace