![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Greetings everyone. I'm new to the webdevelopment game and I developed my first site that looks good in IE but crappy in Mozilla/Firefox. Any advice on making my site browser to browser compatible? All I know so far is HTML/CSS, so I won't fair well with Javascript solutions or any other scripting language. I'm going to conquer those next. Any advice would be appreciated. Thanks! |
#3
| |||
| |||
|
|
"LayneMitch" <u39402@uwe> wrote Greetings everyone. I'm new to the webdevelopment game and I developed my first site that looks good in IE but crappy in Mozilla/Firefox. Any advice on making my site browser to browser compatible? All I know so far is HTML/CSS, so I won't fair well with Javascript solutions or any other scripting language. I'm going to conquer those next. Any advice would be appreciated. Thanks! If there is a difference between Firefox and IE the invariably IE is getting it wrong. Provide a valid strict doctype so everybody is in standards mode. Test in Firefox first. Next validate at http://validator.w3.org Then check in IE6, IE7, Opera, Safari and whatever other browsers you have to hand. Then, after tweaking for various browser quirks, validate. |
#4
| |||
| |||
|
|
Any advice would be appreciated. Thanks! |
#5
| |||
| |||
|
|
Any advice would be appreciated. Thanks! * Begin by making valid code that looks good in FF _first_. This will usually look good in IE too, without further effort. * If it does need work to fix it in IE, then make sure you don't break validity and correct display in FF. Re-check afterwards. * Whenever you post questions to this newsgroup, include a URL. It helps people see what you;'re talking about. Never post a fragment more than a couple of lines long. |
#6
| |||
| |||
|
|
Greetings everyone. [quoted text clipped - 9 lines] Any advice would be appreciated. Thanks! If there is a difference between Firefox and IE the invariably IE is getting it wrong. Provide a valid strict doctype so everybody is in standards mode. Test in Firefox first. Next validate at http://validator.w3.org Then check in IE6, IE7, Opera, Safari and whatever other browsers you have to hand. Then, after tweaking for various browser quirks, validate. |
#7
| |||
| |||
|
|
Right now I don't have a host, so my site or work isn't online. |
#8
| |||
| |||
|
|
It's also well worth having a simple Unix server at home running Apache, and that isn't the same PC as your Windows desktop. An old PC will do, just install Ubuntu on it. Shouldn't cost more than a few quid for a network cable and a hub. |
#9
| |||
| |||
|
|
Andy Dingley <ding... (AT) codesmiths (DOT) com> writes: It's also well worth having a simple Unix server at home running Apache, and that isn't the same PC as your Windows desktop. An old PC will do, just install Ubuntu on it. Shouldn't cost more than a few quid for a network cable and a hub. If space and/or funds are limited, an instance of Linux running under VirtualPC will suffice. |
#10
| |||
| |||
|
|
Andy Dingley <dingbat (AT) codesmiths (DOT) com> writes: It's also well worth having a simple Unix server at home If space and/or funds are limited, an instance of Linux running under VirtualPC will suffice. |
![]() |
| Thread Tools | |
| Display Modes | |
| |