I have a question that has been bugging me for a l-o-n-g time. I am building a site and the client is very picky. They want it to look at certain way with all elements exactly the correct size etc.
I am only concerned with 600, 800 and 1024 screen size widths. I have created a style sheet that detects which screen size the user has and then directs to a specific style sheet ie style600, style800 or style1024. I can alter the font size etc easily enough.
The links are however images and on a 1024 screen they need to be quite a bit bigger than on a 800 screen as do a couple of other images.
The bottom line, my question is
trying to be clear about this!)
1. For example, I place images within a table in index.html. I then detect the screen size from this same page. If the screen is 800, I send them to the style800 page. Within the style800, can I specify different images to show up, instead of those on index.html - is this possible and how?
2. Does anyone have a sample or reference style sheet they keep on hand which encompasses the majority of elements ie table widths, heights, row widths/heights, margins etc and also the actual html page where they link in to the style sheet.
3. Is there a problem with using divs? I heard something about macs not supporting them. Which tags are the safest way to go?
Really appreciate the help!
Lee-Ann
I am only concerned with 600, 800 and 1024 screen size widths. I have created a style sheet that detects which screen size the user has and then directs to a specific style sheet ie style600, style800 or style1024. I can alter the font size etc easily enough.
The links are however images and on a 1024 screen they need to be quite a bit bigger than on a 800 screen as do a couple of other images.
The bottom line, my question is
1. For example, I place images within a table in index.html. I then detect the screen size from this same page. If the screen is 800, I send them to the style800 page. Within the style800, can I specify different images to show up, instead of those on index.html - is this possible and how?
2. Does anyone have a sample or reference style sheet they keep on hand which encompasses the majority of elements ie table widths, heights, row widths/heights, margins etc and also the actual html page where they link in to the style sheet.
3. Is there a problem with using divs? I heard something about macs not supporting them. Which tags are the safest way to go?
Really appreciate the help!
Lee-Ann