IE7 seems to "hide" text in DIV tags
hi guys
how can solve this? have text horizontally , vertically centered in div-tags. goes quite in internet explorer 7 shows half of text.
how solve this?
and additionnal question: lowest of 3 buttons pasting bar can see under it. in internet explorer, goes smoothly, in google chrome or firefox there's lot of space between button , bar?
thanks!
bob
i'm not you're using now, write css code this...
.centered {
font-family:verdana;
font-size:12px;
font-weight:bold;
line-height:20px;
text-align:center;
width:150px;
height:20px;
background-color:purple;
border-radius:5px;
}
then html this...
<div class="centered">some text</div>
it's hard what's going on yours though without link actual page.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment