Everything posted by a001
-
One troublesome CSS issue with IE
As I posted the code, even the background color(black) does not appear. After global resetting everything appears right but the overall page goes into chaos. For the code posted first, some changes are reflected and some not. I guess the problem is because of Thesis widget structure. I'll try checking code of the 'text' widget and get back.
-
One troublesome CSS issue with IE
I am a total noob on css... can you please give a example...
-
One troublesome CSS issue with IE
fontsize, background color... everything I defined as given in previous code... but nothing appears. BTW should have mentioned this earlier... it is a wordpress thesis theme website.
-
One troublesome CSS issue with IE
thnx minkie for giving your time... I'm attaching a screenshot how it looks on MSIE without h4 tags. The text appears just too smalll. It apppears normal on (almost) every other browser.
-
One troublesome CSS issue with IE
this is my site: (deleted)
-
One troublesome CSS issue with IE
Yes sure... people may be surprised #mainhead {background: #000000; border: 0.1em solid #0066CC; color: #DBEDF9; font-size: 16px; overflow: hidden; padding: 0.5em;} #mainhead a {color: #0066CC;text-decoration: none;} #mainhead a:hover {background: #DBEDF9; color: #3D3C3C;} /* controls all blue headings */ #mainhead span.cat, #foot h3 {color: #23A2D7; font-size: 20px; font-weight: bold; letter-spacing: 1px;} #mainhead h5 {font-size: 16px;} #mainhead ul li ul {margin-left: 3px;} #mainhead ul.sidebar_list {padding: 0.5em 3px 3px 3px;} #mainhead li.widget .widget_box {background: none; border: 3px;margin:0; padding:0;} #mainhead .textwidget p {line-height: 22px; margin-bottom: 3px;} #mainhead .textwidget .avatar {margin-top: 3px;margin:0; padding:0;} #mainhead .col {float: left; list-style: none; width: 31.3%;padding-left:1em;}
-
One troublesome CSS issue with IE
Thanks a lot for your replies! I have already defined margin and padding... strangely does not helps. Global resetting does not helps because it sends my entire page into chaos.
-
One troublesome CSS issue with IE
Hi, I'm having one CSS issues with MSIE 6,7,8... it is simple and I've searched all over internet but can't find a solution. Please help! Attaching screenshots from IE and a standard browser like FF, Opera etc. I'm using H4 and H2 tags to highlight the text.