Posted by Beauregard T. Shagnasty on 08/10/06 13:33
Maate wrote:
> You could also set different stylesheets depending on screen
> resolution.
What does screen resolution have to do with the size of my browser
window?
> Check this out:
>
> http://javascript.internet.com/user-details/style-sheets-by-resolution.html
<quote>
if (screen.width == 640) {
document.write('<link rel="stylesheet" type="text/css"
href="640.css">');
//alert("Style Sheet for 640 x 480 would have been loaded.");
</quote>
Etcetera. My screen/monitor is none of the sizes mentioned. What style
sheet will I get? What style sheet will I get when JavaScript is not
available?
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|