Firefox/Safari DIV positioning different on IE |
Firefox/Safari DIV positioning different on IE |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Dec 2007 Member No: 601,095 ![]() |
I'm sure there's been other topics about this but I've tried searching and changing my codes so many times and nothing has worked...
I've had a MySpace DIV layout up for a couple of weeks that worked absolutely fine with Firefox and Safari. Today, I was on IE, looking at my layout when I noticed that only some of the DIV boxes were not in the right space and the width was different...not all of the DIVs but only some... Can anyone help me out? If you need codes just let me know. Thank you. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
It's because you turned DIVs into links. You're supposed to have links inside DIVs. I fixed all of them up for you. Here's your revised code:
CODE </td></tr></table></td></tr></table></td></tr></table></div> <div class="bbzContainer"> <div class="background"> <img src="http://img377.imageshack.us/img377/1558/xtinalayoutsh1.png" /> </div> <div class="kali"> ABOUT ME TEXT HERE </div> <div class="friends"> PICTURES HERE </marquee></div> <div class="friendsname"> <img src="http://img520.imageshack.us/img520/1364/friendsoq6.png" /></div> <div class="message"> <a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRJRD0gMTU1NDI0MzQy" target="_blank"></a></div> <div class="block"> <a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja1VzZXImdXNlcklEPTE1NTQyNDM0Mg==" target="_blank"></a></div> <div class="comment"> <a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdQcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTE1NTQyNDM0Mg==" target="_blank"></a></div> <div class="pictures"> <a href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu mlld0FsYnVtcyZmcmllbmRJRD0xNTU0MjQzNDI=" target="_blank"></a></div> <div class="blog"> <a href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLkxpc3RBbGwmZnJpZW5kSUQ9MTU1NDI0MzQy" target="_blank"></a> </div> <div class="facebook"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmZhY2Vib29rLmNvbS9wcm9maWxlLnBocD9pZD01NzE2MDgxNDMmcmVmPXByb2Zp GU=" target="_blank"></a></div> <div class="clickhere"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=199129327" target="_blank"></a> </div> <div class="kalico"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=199129327" target="_blank"></a> </div> <div class="music"> MUSIC PLAYER HERE </div> <div class="about"><a href="http://www.myspace.com/index.cfm?fuseaction=misc.aboutus" target="_blank"> </a></div> <div class="faq"><a href="http://www.msplinks.com/MDFodHRwOi8vZmFxLm15c3BhY2UuY29tLw==" target="_blank"></a> </div> <div class="terms"><a href="http://www.myspace.com/index.cfm?fuseaction=misc.terms" target="_blank"></a> </div> <div class="privacy"><a href="http://www.myspace.com/index.cfm?fuseaction=misc.privacy" target="_blank"></a> </div> <div class="safety"><a href="http://www.myspace.com/index.cfm?fuseaction=cms.viewpage&placement=safety_pagehome" target="_blank"></a> </div> <div class="contact"><a href="http://www.myspace.com/index.cfm?fuseaction=misc.contact" target="_blank"></a> </div> <div class="abuse"><a href="http://www.myspace.com/index.cfm?fuseaction=help.reportabuse&AbuseType=Profile&ProfileContentID=6221" target="_blank"></a> </div> <div class="advertise"><a href="http://www.msplinks.com/MDFodHRwczovLy4uY29tLy4uP2Fkdj1nZi4x" target="_blank"></a> </div> <div class="international"><a href="http://www.myspace.com/index.cfm?fuseaction=InternationalMap" target="_blank"></a> </div> <div class="latino"><a href="http://www.msplinks.com/MDFodHRwOi8vbGF0aW5vLm15c3BhY2UuY29tLw==" target="_blank"></a> </div> </div> <div> class="bbzsc"><table><tr><td><table><tr><td><table><tr><td> Replace all of your Music codes with that and it should all go back to normal. |
|
|
![]() ![]() |