Is Something Wrong With My Site?

NakaNaka

Diamond Member
Aug 29, 2000
6,304
1
0
I was fooling around with my site and I don't know if I screwed something up.

MAC - Safari shows the page fine.
MAC - IE shows it slightly messed up, everything pushed up to the right.
One PC IE - shows it fine.
One PC IE - shows it toally messed up, everything crammed to the right and not starting until halfway down.

EDITED LINK OUT: NO NEED ANYMORE

If you could just let me know your browser and how it looks then I'd really appreciate it. Thanks.

Edit: Seems like the problem is gone. Thanks guys.
 

MrScott81

Golden Member
Aug 31, 2001
1,891
0
76
looks fine here...pic of the messed up one?
maybe that is an older version of IE and doesn't support CSS very well....btw, never seen anything like this before:
<style type="text/css">@import url(style.css);</style>
 

Tauren

Diamond Member
Jan 30, 2001
3,880
1
0
Looks fine with XP and IE 6.0.2800.
What version of IE are you checking it in?
 

Beau

Lifer
Jun 25, 2001
17,730
0
76
www.beauscott.com
Originally posted by: MrScott81
looks fine here...pic of the messed up one?
maybe that is an older version of IE and doesn't support CSS very well....btw, never seen anything like this before:
<style type="text/css">@import url(style.css);</style>

Yeah, ditch that method for attaching CSS. It's an old Netscape hack.

use this instead:

<link rel="stylesheet" type="text/css" href="style.css" media="all"/>