Forums / Cotonti / Support / text

trecky
#7987 2009-02-15 03:19
i noticed the default skin FORM POST TEXT was almost unreadable on internet explorer on vista was ultra light gray with a bad drop shadow, btw cotonti.com is totaly fine as ive checked it :)

im about to go out just so will just put the bits i change on forums.posts.tpl


from

<div class="fmsg" style="width:550px; overflow-x:auto; overflow-y:visible; margin-bottom:8px;" curpos="0" maxpos="0" pageincrement="440" increment="10" disabled="true" collapsed="true">

to

<div class="fmsg" >

and in my css i added the class fmsg ..



.fmsg {
font:11px Verdana, Arial, sans-serif;
color:#000000;
width:550px;
overflow-x:auto;
overflow-y:visible;
margin-bottom:8px;
}

dont know if thats what u mean or if its been fixed already but like i said im about to go out and thought a quick post may help...so that helps as its something i had complaints over when i 1st used the default sed-light skin. if not sorry hehe
This post was edited by trecky (2009-02-15 03:31, 15 years ago)