Firefox/Safari DIV positioning different on IE |
Firefox/Safari DIV positioning different on IE |
Feb 21 2009, 02:19 PM
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. |
|
|
|
![]() |
Feb 21 2009, 02:53 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Dec 2007 Member No: 601,095 |
Here is how the DIV looks on Safari...I made one of the DIVs blue to show the difference...
LAYOUT_S.png ( 7.63K )
Number of downloads: 8Here is how the DIV looks on IE...
LAYOUT_IE.png ( 6.06K )
Number of downloads: 7Notice how not only the blue DIV on IE is short but the other DIVs (Block, Comment, Pictures, etc.) are cut off by white space...the place where the DIV is turning white is where the links are just starting. I'm not sure if this is even making any sense...but in any case, here are the codes... This is in my 'General' area... CODE .message { background-color:BLUE; color:FFFFFF; border:0px solid; border-color:transparent; width:48px; height:9px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:57px; margin-top:207px; text-align:center; visibility:visible;} This is in my 'Music' area... CODE <a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRJRD0gMTU1NDI0MzQy" target="_blank"> <div class="message"> </div></a> Sorry if it's messy and I'm not making sense. The box on the layout where it should say 'Message' should be one link to message me... |
|
|
|
kaliiiiiiiii Firefox/Safari DIV positioning different on IE Feb 21 2009, 02:19 PM
Mikeplyts Yeah, it would be great if you could post your cod... Feb 21 2009, 02:26 PM
aQuafly when you make your divs try using this code, it... Feb 21 2009, 02:29 PM
Mike If it looks alright on FireFox and Safari, duplica... Feb 21 2009, 02:34 PM
aQuafly ^ I never knew that, I may actually start using th... Feb 21 2009, 02:37 PM
Mike No problem. Feb 21 2009, 02:49 PM
Mike Do you mind posting all of your codes? Feb 21 2009, 03:00 PM
aQuafly Are you sure you have all your widths set properly... Feb 21 2009, 03:14 PM
aQuafly ^ Ah, I figured, I'm just trying a DIY approac... Feb 21 2009, 03:21 PM
kaliiiiiiiii There's A LOT so here it goes...
'General... Feb 21 2009, 03:23 PM
aQuafly ^ Agreed, so let's get to searching x] Feb 21 2009, 03:24 PM
aQuafly Quite Honestly from a few attempts, I'm baffle... Feb 21 2009, 03:31 PM
Mike It's because you turned DIVs into links. You... Feb 21 2009, 03:38 PM
aQuafly ^ I should have known that. My mind is a little ru... Feb 21 2009, 03:41 PM
kaliiiiiiiii I just tried to put it all in, and now the links a... Feb 21 2009, 03:59 PM
Mike Take the class from the <div> tag and put it... Feb 21 2009, 04:01 PM
kaliiiiiiiii It did the same thing, the link isn't clickabl... Feb 21 2009, 04:09 PM
Mike Topic closed & moved. Feb 21 2009, 04:16 PM![]() ![]() |