FF/IE Compatability Issues |
FF/IE Compatability Issues |
Jan 21 2007, 06:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2007 Member No: 497,252 |
I have a DIV layout && there are some sections that just won't appear correctly in IE.
I don't know if there is anything I can do on my part, or if it something that is completely out of my hands. I defined a new font span, I suppose you would call it, in my style sheet && the font won't display correctly in IE. Screenshots: IE ![]() FF ![]() You can see in FF, the font is displaying correctly. Also, the comment box && contact sections are displaying normally, whereas in IE they're distorted. If anyone can help, it really would be greatly appreciated. Please thumb your images. This post has been edited by WHIMSICAL 0NE: Jan 21 2007, 06:10 PM |
|
|
|
![]() |
Jan 21 2007, 11:36 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2007 Member No: 497,252 |
this is the comment & contact boxes...which are oddly distorted in IE
CODE <div class=commentbox> <span class=heading>[[comment]]</span> <div class=content> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="52278333" type="hidden"> <textarea name="f_comments" class="Skem9box">you got what it takes to set me free. oh you could mean everything to me <33 </textarea><br /><input type="submit" value="♥" class="Skem9sub"></form> <style type="text/css"> textarea.Skem9box {width:180px; height:60px;color:ffffff;font-size:15pt;font-family:Times New Roman;background-color:93BCDC;} input.Skem9sub {width:180px;color:ffffff;font-size:15pt;font-family:Times New Roman;background-color:93BCDC;} </style> </div> </div> <div class=contact> <span class=heading>[[Contact.Me]]</span> <div class=content> <center> <a href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=52278333" style="margin-bottom:2px;">message</a> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=52278333" style="margin-bottom:2px;">add</a> <a href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=52278333" style="width:192">block</a> <a href="http://collect.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=52278333" style="margin-bottom:2px;">rate</a> </center> </div> </div> && this is the custom details section... CODE <div class=books>
<span class=heading>[[Me]]</span> <div class=content> <h>what do you want to know?</h><br> <f>status: single && loving it</f><br> <f>here for: anything :]</f><br> <f>orientation: gay [[&&proud of it]]</f><br> <f>hometown: chi-town </f><br> <f>ethnicity: mexican-american</f><br> <f>zodiac sign: gemini [[13 June 1989]]</f><br> <f>religion: catholic </f><br> <f>smoker: nope </f><br> <f>drinker: "no"</f><br> <f>children: maybe</f><br> <f>education: high school </f><br> |
|
|
|
honestly613 FF/IE Compatability Issues Jan 21 2007, 06:07 PM
ximonolithix It's possible... I can't really tell you w... Jan 21 2007, 06:23 PM
Quarantine. Can you post your code & provide a link to you... Jan 21 2007, 06:23 PM
honestly613 Oh yeah
probably should have done that.
myspace.... Jan 21 2007, 06:48 PM
Quarantine. Honestly, I don't know whats wrong here. It sh... Jan 21 2007, 07:53 PM
Quarantine. I know this may sound laboring, but perhaps inputi... Jan 22 2007, 12:26 AM
ximonolithix Did you try using span instead of making a new ele... Jan 22 2007, 11:30 AM
honestly613 Thank you so much ximonolithix! what you said ... Jan 22 2007, 10:57 PM
Quarantine. I'm glad you figured it out, and I'm sorry... Jan 22 2007, 11:05 PM![]() ![]() |