View Full Version : Ok, whats the deal with everyone saying stuff about 'different browsers'? Does this..


KeLs
05-12-2005, 11:06 PM
Does this mean that if i make my html look right on my computer it might look totaly wrong on someone elses?? If it does can someone help me make it look alright on lots of browsers?


Thanks in advance!!!

megabenman2
05-12-2005, 11:19 PM
Does this mean that if i make my html look right on my computer it might look totaly wrong on someone elses?? If it does can someone help me make it look alright on lots of browsers?


Thanks in advance!!!
No, it means it might look different in IE because, well, IE sucks. You have to spend extra time making it work in IE. If you are using IE and it works, then it should work in all other browsers. Just incase, check here:
http://www.mozilla.org/products/firefox/

coolone
05-12-2005, 11:47 PM
usually most stuff works in IE and not other browsers, but ie is crappy for all that spyware and stuff. mozilla is probably the most useful

KeLs
05-12-2005, 11:50 PM
oic- so IE is internet explorer- how do you know if thats what you have?

megabenman2
05-12-2005, 11:57 PM
Do you click the big blue E when you want to go to on the internet

Valkyrie
05-13-2005, 12:32 AM
Some of codes arent valid, according to the W3C, and wont display in broswers like FF or Netscape. Some codes only work on IE, like for example, colored scroll bars and if divs arent posititioned properly, the site wont be displayed properly in browsers like FF and Netscape. (the latter being from what I seen). For your site to be viewed properly in most browsers, its a good idea to run your coding through a validator, to see if your coding is valid.
http://validator.w3.org/

megabenman2
05-13-2005, 12:41 AM
Some of codes arent valid, according to the W3C, and wont display in broswers like FF or Netscape. Some codes only work on IE, like for example, colored scroll bars and if divs arent posititioned properly, the site wont be displayed properly in browsers like FF and Netscape. (the latter being from what I seen). For your site to be viewed properly in most browsers, its a good idea to run your coding through a validator, to see if your coding is valid.
http://validator.w3.org/
Yes, but also, IE displays correct pages incorrectly that would work in FF, Netscape, Opera, or other non IE browsers. For instance, IE doesn't support .png transparancy, so on my forum, when using Firefox, the post symbol is transparent, but on IE, you see blue around it.

starlet
05-13-2005, 01:33 AM
^ yeah but 9 times out of 10 it's the other way round, you have to code 'extra hard' to make things work in Firefox, because IE is way more forgiving and allows dodgy code.

KeLs - Look at the top of this window where it says Lissa explains it all.....at the end, if you are using internet explorer, it will say
- Microsoft Internet Explorer

If you use Firefox it will say at the end
- Mozilla Firefox

The best way to make sure your code works in both browsers is to make sure you code well, then check it in both....download whichever one it is you dont currently have...you can have more than one installed on your computer.