Siberys
Adventurer
So, I'm re-coding my site for an upcoming revamp to the very small selection of PDFs I have for sale. I decided I'd try my hand at having it use CSS layouts. All was peachy keen... Until I started checking browsers other than Chrome and Firefox.
My particular problem is with IE8. Here's how the page looks in FF;
[sblock]
[/sblock]
And here's how it looks in IE (a mock-up; I don't actually have IE on my box, and the only IE-using computer I have access to is currently unavailable);
[sblock]
[/sblock]
It looks like that div on the right 50px off to the right, or else everything else is 50px off to the left (in the actual, I can't tell). 50px is the width of the div.
I've tried everything I could find on the web, but none of it worked. I intend to use comment if tags to differentiate the IE-specific styles, but I have no idea what needs changing. display: inline didn't work, changing the margins didn't work... so on and so forth.
The actual web site, if you want to see it and the source, is HERE
Anybody know what I can do?
EDIT: I should mention; that left div also moves 50px to the right, but setting margin-left to -50px fixes that. It just can't be easy for the right side, though.
My particular problem is with IE8. Here's how the page looks in FF;
[sblock]

And here's how it looks in IE (a mock-up; I don't actually have IE on my box, and the only IE-using computer I have access to is currently unavailable);
[sblock]

It looks like that div on the right 50px off to the right, or else everything else is 50px off to the left (in the actual, I can't tell). 50px is the width of the div.
I've tried everything I could find on the web, but none of it worked. I intend to use comment if tags to differentiate the IE-specific styles, but I have no idea what needs changing. display: inline didn't work, changing the margins didn't work... so on and so forth.
The actual web site, if you want to see it and the source, is HERE
Anybody know what I can do?
EDIT: I should mention; that left div also moves 50px to the right, but setting margin-left to -50px fixes that. It just can't be easy for the right side, though.
Last edited: