Could Someone Check this out before i submit ... |
Could Someone Check this out before i submit ... |
![]()
Post
#1
|
|
![]() Hello, I'm Heli ![]() ![]() ![]() ![]() Group: Member Posts: 198 Joined: Aug 2007 Member No: 568,604 ![]() |
sooo .. as always i have this stupid IE Problem ..
http://www.myspace.com/charlesplanet (this is the layout .. it looks perfectly fine to me on FF .. but IE looks SUCKY to me, but seems to look perfectly fine to everybody else i know tho) .. |
|
|
![]() |
![]()
Post
#2
|
|
![]() HAHA I love korn! ![]() ![]() ![]() Group: Member Posts: 85 Joined: Feb 2008 Member No: 618,986 ![]() |
I'm looking at it right now the only thing's unaligned are the rollovers.
What you should do is use a table put the rollovers in them instead of using rollovers with a positioning tool because those will never always show the same place in FF and IE. Other then that The layout's pretty tight. Here's a code I use for table properties CODE <style>.(name) {width:0px; height:0px; position:absolute; border-color:none; border-style:none; border-width:0px; top:0px; left:50%; margin-left:0px; text-align:center;}</style> <div class="(name)"> <table id="Table_01" width="0" height="0" border="0" cellpadding="0" cellspacing="0"> <tr><td> </td></tr></table> </div> To make it work just change the name to the name you want the table to be and then change where you want it to appear on your layout it should work FF and IE. Then put your rollovers inside the table. Cheers, |
|
|
![]() ![]() |