I need to find hack code for IE8 only to fix margin:, left: or something to fix to position of view on screen. because my web look good in Firefox, Opera, Safari, Netscape and all IE except IE8. Thank you.
Why don't you just use a conditional for IE8 ? http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=11612
I don't know the rule of this forum about leave the link. If you kindly visit here xiiuscom, please include "." I'm a stater theme develop for wordpress and very enjoy my hobby. Your theme of inditethewebcom is very nice.
Thanks, I appreciate the feedback. : ) Now, about your site. I'm actually not running IE8 yet (!). (Sorry!) But, can you describe what the issue is? Obviously shallowink gave a solution of using conditionals, which would work. But, we might be able to get to the root of the problem if you give some more details. Up to you, though. : )
Are you trying to fix the gap to the right of the blog in IE ? Is a small gap to the left too. That's showing up in IE7.
I try to shift text in left bar and right bar to right about 25px My CSS are here. /*Main page*/ #container {padding-left: 175px; padding-right: 166px;} #container .column {position: relative; float: left; } #centrecontent {padding: 0px 15px 5px 10px;width: 100%; list-style:none; } /*Left bar*/ #sidebar { text-align:left;float: left; width: 165px; padding: 0px 0px 0px 0px;margin:0px 0px 0px 0px; margin-left: -100%;right: 195px; } /* IE */ *html #sidebar {left: 147px;} /* IE7 */ *+html #sidebar {left: 147px;} /*Right bar*/ #sidebarright { width: 125px; padding: 20px 0px 20px 5px;margin:0px 0px 0px 0px; margin-right: -100%; right: 0px; }