Log In · Register

 
FF/IE Compatability Issues
honestly613
post 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
 
 
Start new topic
Replies
adafsdfasdfadasd...
post Jan 22 2007, 11:30 AM
Post #2


-Lost in the void-
****

Group: Member
Posts: 103
Joined: Aug 2006
Member No: 452,563



Did you try using span instead of making a new element? Right now you're trying to define the styles of an element (tag) which i don't think IE will recognize. [I played with what css you had in with div on my test page here]

Example:

CODE
.h {
color: white;
font-family: times;
text-decoration: none;
font-size: 22pt;
font-weight:normal;
border: none;
letter-spacing:-3.0;
line-height:13px;
background-color: FEC192;
text-transform: lowercase;
display: inline;
position: left;
top: 9px;
left: 0px;
display: block;
text-align:center;
}

<div class="books">
<span class="heading">[[Me]]</span>
<div class="content">
<span class="h">what do you want to know?</span><br/>
<span class="f">status: single  && loving it<br/>
here for: anything :]<br/>
orientation: gay [[&&proud of it]]<br/>
hometown: chi-town<br/>
ethnicity: mexican-american<br/>
zodiac sign: gemini [[13 June 1989]]<br/>
religion: catholic <br/>
smoker: nope <br/>
drinker: "no"<br/>
children: maybe<br/>
education: high school <br/></span>


This post has been edited by ximonolithix: Jan 22 2007, 11:31 AM
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: