| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 2
|
Hi, I hope I am posting in a right place...need some clarification for following: 1. why would the visual appearance or functionality of a website differ from one browser to another? 2. Inside a stylesheet what are the three main ways of addressing section of your html code? I will really appreciate for any small description. Thanks, Regards, |
|
|
|
|
|
#2 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,556
|
1) A browser shows it's interpretation of the code that is sent to it. Browsers are made by different groups/companies, and they each interpret that code in their own way. As a result, you will get discrepancies between browsers. Javascript, which provides functionality, is pretty much the same. I believe IE doesn't actually use javascript, rather it uses 'jscript', the microsoft version of javascript. As a result, you get discrepancies in the functionality of a site as well, as code has to be written for different browser types. |
|
|
|
#7 (permalink) | |
|
Website Developer
Join Date: Jun 2007
Location: Pacific Northwest
Posts: 411
|
Quote:
DAMN IT... your probably right. In that case... tables for layout, and frames. Lots and LOTS of frames. |
|
|
![]() |