thoitaxh: (Avengers: Cap)
Taxh ([personal profile] thoitaxh) wrote in [community profile] style_system2012-04-25 08:54 am

Header and Browser Compatibility issues in Tabula Rasa?

Problem SOLVED! Hey, so I'm using Google Chrome most of the time, and my Thor themed layout works fine in that (except for a few issues that I'm pretty sure I can figure out myself) but when I use a different browser (i.e. Internet Explorer or Firefox; I haven't tried any others) the header doesn't sit where I want to sit. Which is mostly I guess because I used position: absolute but I'm not sure how else to get it centered above my posts.

This is how I want it to look in all browsers and how it looks when I use Chrome. This is how it looks on Firefox and this is how it looks on IE.

In both IE and FF, the header is too far left for what I want.

This is the code I used:



Also, in IE the sidebar doesn't show up. Could that be because I used position: fixed?

I'd be glad for any help!

[personal profile] ex_awakened208 2012-04-25 08:34 am (UTC)(link)
Try changing your header css to this:

#header {
font-size: 0px;
position:absolute;
top:120px;
left: 300px;
background:transparent url(http://i.imgur.com/DfuXc.png) no-repeat top center;
height:300px;
width: 600px;
}


I highlighted the changes I made to the code in red.

I'll see if I can figure out the non-appearing IE sidebar.
Edited (Sentences got swapped around.) 2012-04-25 08:34 (UTC)

[personal profile] ex_awakened208 2012-04-25 08:37 am (UTC)(link)
Actually, that might've solved your sidebar not showing up in IE too. Because when I run the edited version of your page through IE, I see the sidebar. Let me know if it did the trick for that too.