/    Sign up×
Community /Pin to ProfileBookmark

Text not displaying in IE

Hey guys and girls.

Im having a problem with some text not showing in IE. Its working ok in other browsers. The text is put inside a div box, <div class=”style1″ id=”maintext”>, with these vars:

[CODE]
div.main{
leftmargin:200;
color: white;
}
#maintext {
position:absolute;
left:100px;
top:150px;
width:446px;
height:281px;
z-index:2;
overflow: yscroll;
}
[/CODE]

What can I do to make it display the text in IE?

Thx

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@WebJoelAug 08.2007 — leftmargin:200;[/QUOTE]should be:
margin-left:200px;[/QUOTE]
and
overflow: yscroll;[/QUOTE]should be:
overflow-y: scroll;[/QUOTE]
Copy linkTweet thisAlerts:
@TrailOfDeadauthorAug 13.2007 — Thanks for the tip guys. But the text is still invisible in IE. Anyone else have any clues?
Copy linkTweet thisAlerts:
@monarch_684Aug 13.2007 — may i see all your css
Copy linkTweet thisAlerts:
@toicontienAug 13.2007 — You're probably running into a hasLayout problem. Usually adding the zoom: 1; property and value to that heading's CSS declaration should solve the problem. We can give you a more specific fix when your CSS is posted, and probably your HTML too. We'll need to see both.
×

Success!

Help @TrailOfDead spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.13,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,
)...