6 replies [Last post]
kentzhu
kentzhu's picture
User offline. Last seen 1 year 38 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-24
Posts: 3
Points: 4

Hi,
Our site using CSS for windowXP,the gray context box position looks ok,but there is a problem for window 7,the top two gray context box's position that looks off the position. How to fix this problem using CSS for window 7?

Thanks,

Kent

kentzhu
kentzhu's picture
User offline. Last seen 1 year 38 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-24
Posts: 3
Points: 4

site

kentzhu wrote:

Hi,
Our site using CSS for windowXP,the gray context box position looks ok,but there is a problem for window 7,the top two gray context box's position that looks off the position. How to fix this problem using CSS for window 7?

Thanks,

Kent

Site is: www.coinempire.net

Tony
Tony's picture
User is online Online
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2003-03-12
Posts: 3805
Points: 1240

Hi kentzhu, It's more like

Hi kentzhu,
It's more like the different browsers rather then Operating systems you should be looking at.
XP might still be IE6 ( everyones least favorite browser)
Win7 might be IE8

The site renders in Quirks mode so IE8 will render it badly.

Start by validating the site:
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.coinempire.net%2F
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.coinempire.net%2F

That might take some time and understanding, then things will be much easier to fix.

Your question may have already been answered, search and read before you ask.

kentzhu
kentzhu's picture
User offline. Last seen 1 year 38 weeks ago. Offline
newbie
Timezone: GMT-7
Joined: 2010-08-24
Posts: 3
Points: 4

CSS sample

Thanks for your response.

I still don't know how to fix this. Could you show some sample for CSS code?

Deuce
Deuce's picture
User offline. Last seen 4 weeks 5 days ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4421
Points: 1840

Some sample CSS code? Like p

Some sample CSS code?
Like
p { color: #000; font-size: 0.9em; }
I don't see how that's going to help anything.
Have you validated your code yet using the links above?

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

Deuce
Deuce's picture
User offline. Last seen 4 weeks 5 days ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4421
Points: 1840

Some sample CSS code? Like p

Wow double post and I didn't even click the button twice. Nice!

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

Tony
Tony's picture
User is online Online
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2003-03-12
Posts: 3805
Points: 1240

Hi Kentshu, I booted up my

Hi Kentshu,
I booted up my virtual machine and had a look in IE6, IE7 & IE8.
The only issue I see is the png transparency in IE6.
I don't see anything wrong with the content boxes.
Can you provide a screenshot with the problem clearly marked and explain what browser you are using.

Your question may have already been answered, search and read before you ask.