![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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!
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!
no subject
Date: 2012-04-25 08:34 am (UTC)#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.
no subject
Date: 2012-04-25 08:52 am (UTC)I still can't see the sidebar in IE, but I don't think I'm running the latest version of that. Tbh I haven't use IE in years so that might be the reason, right?
no subject
Date: 2012-04-25 08:59 am (UTC)Hmm, maybe. I ran the live version of your site on IE9 and the sidebar still shows up for me.
no subject
Date: 2012-10-19 04:40 am (UTC)no subject
Date: 2012-04-25 08:37 am (UTC)