michael789
Jul 15 2007, 05:29 PM
i have a div profile, what up until a few days ago has been fine, it is still fine in mozilla firefox, but most of it is missing in ie, i wondered if anyone else has had this problem and might know a way to fix it, here is my myspace url, http:\\www.myspace.com/m1ch4el1988
help would be much appreciated!
SinfullySweet
Jul 15 2007, 05:32 PM
It would help if you posted up the codes
freeflow
Jul 15 2007, 05:35 PM
Things you can try :
- Giving your divs a different z-index.
- Are you positive it was working in IE before? If not you can try different codes to see how its going.
- Make sure its ALL versions of IE and not just one. (Ask your friends to look at your page)
- If you are using margins for positioning make sure you being consistent.
- When using margins you can also try doing this:
left: 50%;
margin left: #px;
top: 0%;
margin-top: #px;
( Someone previously told me that fixed their problem. Don't know how but yea)
- How much of your profile is not showing? If its just an area then try using replacement codes for that div or space.
michael789
Jul 15 2007, 06:49 PM
here is my code
<style type="text/css">
.friendSpace, .friendsComments, .btext, .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>
<style type="text/css">
body div table td form img{display:none!important;}
</style>
<style type="text/css">
div table,div table table td,div table table,div table table div,table td div div,div table,div table td{height:0px;border:0px;}
a.text,table div font a,table div div,.navbar font,tr td font,table font,tr font,td font,div font,td textarea,td input,td form{visibility:hidden;}
body {
background-color:FFFFFF;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
scrollbar-face-color:000000;
scrollbar-3dlight-color:000000;
scrollbar-shadow-color:FFFFFF;
scrollbar-darkshadow-color:000000;
scrollbar-arrow-color:808080;
scrollbar-track-color:000000;
}
.div1 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -140px;
top: 120px;
height: 200px;
width: 280px;
border: 0px solid black;
overflow: auto;
z-index: 1;
}
* html .div1 {
position:absolute;
width:280px;
height:200px;
top:120px;
left:50%;
margin-left:-140px;
}
.div2 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -425px;
top: 230px;
height: 200px;
width: 850px;
border: 0px solid black;
overflow: auto;
z-index: 1;
}
.div3 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 180px;
height: 50px;
width: 250px;
border: 1px solid black;
overflow: auto;
z-index: 1;
}
* html .div3 {
position:absolute;
width:250px;
height:50px;
top:480px;
left:50%;
margin-left:-125px;
}
.div4 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -370px;
top: 490px;
height: 240px;
width: 175px;
border: 0px solid black;
overflow: auto;
z-index: 1;
}
* html .div4 {
position:absolute;
width:175px;
height:240px;
top:490px;
left:50%;
margin-left:-370px;
}
.div5 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -170px;
top: 490px;
height: 190px;
width: 550px;
border: 0px solid black;
overflow: auto;
z-index: 1;
}
* html .div5 {
position:absolute;
width:550px;
height:190px;
top:490px;
left:50%;
margin-left:-170px;
}
.div6 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 420px;
height: 65px;
width: 900px;
border: 0px solid black;
overflow: auto;
z-index: 1;
}
* html .div6 {
position:absolute;
width:900px;
height:65px;
top:420px;
left:50%;
margin-left:-450px;
}
.div7 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 860px;
height: 50px;
width: 250px;
border: 1px solid black;
overflow: auto;
z-index: 1;
}
.div8 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 920px;
height: 50px;
width: 250px;
border: 1px solid black;
overflow: auto;
z-index: 1;
}
* html .div8 {
position:absolute;
width:250px;
height:50px;
top:920px;
left:50%;
margin-left:-450px;
}
.div9 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 980px;
height: 50px;
width: 250px;
border: 1px solid black;
overflow: auto;
z-index: 1;
}
* html .div9 {
position:absolute;
width:250px;
height:50px;
top:980px;
left:50%;
margin-left:-450px;
}
.div10 {
background-color: white;
background-image: url(URL_GOES_HERE);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -450px;
top: 1040px;
height: 50px;
width: 250px;
border: 1px solid black;
overflow: auto;
z-index: 1;
}
* html .div10 {
position:absolute;
width:250px;
height:50px;
top:1040px;
left:50%;
margin-left:-450px;
}
</style>
<div class="div1">
<center>
<a href="http://www.msplinks.com/MDFodHRwOlxcd3d3Lm1vemlsbGEtZXVyb3BlLm9yZy9lbi9wcm9kdWN0cy9maXJlZm94" >My profile has broken in ie, sorry.</a><br>
*<a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja3VzZXImdXNlcmlkPTUwNTAyNDg5" >Block</a>*
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlX2NvbW1lbnRmb3JtJmZyaWVuZGlkPTUwNTAyNDg5Jm15
G9rZW49NWNmMTZiZjMtMDA0MS00NGMwLWE0YmQtOWYyYjZkZTg1MWU0" >Comment</a>*
<br>
<img src="http://i52.photobucket.com/albums/g30/tsunami172/Name-1.png"></a>
</center
</div>
<div class="div2">
<center>
<img src="http://i52.photobucket.com/albums/g30/tsunami172/picture.png"></a>
</center>
</div>
<div class="div3">
<a href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyJm15dG9rZW49ODE4ZjIxNzMtYWUxYS00YmQxLWEyYjctZDUyMzQ0MGJhZDRl" >Home</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRpZD01MDUwMjQ4OSZteXRva2Vu
TVjZjE2YmYzLTAwNDEtNDRjMC1hNGJkLTlmMmI2ZGU4NTFlNA==" >Add</a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja3VzZXImdXNlcmlkPTUwNTAyNDg5" >Block</a>
</center>
</div>
<div class="div4">
<img src="http://i52.photobucket.com/albums/g30/tsunami172/m_fc4ed39746445455eeb3776fa93c8f39.jpg" border="0" </a>
</div>
<div class="div5">
I am me, myself, not someone else.
<p>
i like stuff like mountains, beaches, the sea and countryside because they are pretty and will always be there, i like mountainbiking, mountainboarding, snowboarding, bodyboarding and all the fun stuff that goes with em.
<p>
i like things that look nice, and i take photos of them. here are my photos.
<p>
i think music shows people who you are. listen to what you like. not what people say you should like.
<p>
i do, think, and say what i choose to, and dont like being told what to do, think or say.
<p>
<p>
<center>xxx</center>
</div>
<div class="div6">
<center>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlX2NvbW1lbnRmb3JtJmZyaWVuZGlkPTUwNTAyNDg5Jm15
G9rZW49NWNmMTZiZjMtMDA0MS00NGMwLWE0YmQtOWYyYjZkZTg1MWU0"><img src="http://i52.photobucket.com/albums/g30/tsunami172/Comment-2.png" border="0" ></a>
<a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRpZD01MDUwMjQ4OSZteXRva2VuPTVjZjE2YmYzLTAwNDEtNDRjMC1hNGJkLTlmMmI2Z
U4NTFlNA=="><img src="http://i52.photobucket.com/albums/g30/tsunami172/Message-1.png" border="0" ></a>
<a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD01MDUwMjQ4OQ=="><img src="http://i52.photobucket.com/albums/g30/tsunami172/Pictures.png" border="0" ></a>
<a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdDb21tZW50cyZmcmllbmRJRD01MDUwMjQ4OQ=="><img src="http://i52.photobucket.com/albums/g30/tsunami172/Comments.png" border="0" ></a>
<a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdmcmllbmRzJmZyaWVuZElEPTUwNTAyNDg5Jk15VG9rZW49YWFkNzdi
GYtZDI2Mi00YTU1LThhNmMtYzUxZGIxOGIxMzFi"><img src="http://i52.photobucket.com/albums/g30/tsunami172/Friends.png" border="0" ></a>
</center>
</div>
</style>