Layout not showing up in IE but does in Firefox, Myspace layout trouble |
Layout not showing up in IE but does in Firefox, Myspace layout trouble |
Jan 27 2008, 04:29 PM
Post
#1
|
|
![]() I fell for all the best deceptions ![]() ![]() ![]() Group: Member Posts: 39 Joined: Aug 2007 Member No: 564,318 |
It is a div myspace layout and has an image map. but the image map is not showing up in IE, and is showing only in firefox. I have gone over the code millions of times and does not seem to work. I just submitted it before I discovered this problem. It has not been rejected or accepted.
If you have Firefox and IE, you might be able to help me out. I have never had this problem before and I have posted 7 other layouts before this one. THis is the layout I am having trouble with UPDATE**so the layout was accepted. http://www.createblog.com/layouts/code.php?id=24994 |
|
|
|
![]() |
Jan 27 2008, 05:04 PM
Post
#2
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
well maybe try changing around your coding, that helped my Slash DIV show up on IE.
so instead of. CODE <div class="aboutme" style="position:absolute; overflow:auto; width:243px; height:162px; z-index:1; left: 297px; top: 623px;"> you could try. CODE .aboutme { width:243px; height:162px; overflow:auto; position:absolute; z-index:1; left:297; top:623; visibility:visible;} and then just put this in the who id like to meet. CODE <div class=aboutme> Stuffhere. </div> and if that doesn't work it could be the z-index. |
|
|
|
forever-without-you Layout not showing up in IE but does in Firefox Jan 27 2008, 04:29 PM
forever-without-you I've tried moving it around a lot. it does not... Jan 27 2008, 05:40 PM
libertie For z-index -
The larger the number, the more ... Jan 27 2008, 07:24 PM
forever-without-you thank you i will try. right now, though no one see... Jan 27 2008, 09:53 PM
forever-without-you I fixed the problem. I'm not sure how. but I f... Jan 28 2008, 04:54 PM
libertie You're right, it does seem to be showing up in... Jan 28 2008, 05:30 PM![]() ![]() |