The social box in the sidebar of my website looks correct in IE8, Firefox, Safari and Google Chrome etc, but I am trying to get it to look correct in Internet Explorer 7.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Your target audience are not likely to be browsing on ten or twelve year old machines which will be running IE 7. And they are not likely to be comparing pages in side by side browsers.
Contrary to popular belief the number of people looking at your pages in different browsers on the same machine is zero plus you.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
What kind of percentage? because you have to weigh up the time it takes to fix what is purely a cosmetic problem.
The visitors using IE7 are not likely to be comparing the pages side by side so will simply accept the layout as is.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
It's a low percentage. I understand what you are saying, but I just like to make sure everything is near-perfect... I'm just one of those type of guys.
In that case you'll need to use conditional comments and load a IE7 specific style sheet
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Without really looking deep into the code at the moment, I do think it could be a floating issue. Looks like your child elements are floating and the parent element (#socialwidget) isn't properly clearing.
Without really looking deep into the code at the moment, I do think it could be a floating issue. Looks like your child elements are floating and the parent element (#socialwidget) isn't properly clearing.
Thanks.
I just needed to remove the float and add a "display: inline-block;".