Screen Resolutions with CSS and HTML?

Jon

New member
Ive got one style CSS file that was designed for a screen resolution of 1280x1024. I would like to have a separate css file for each of the most used screen resolutions. I tried to google it, but I couldn't get any to work.

at the moment all ive got to link the css is: <link rel="stylesheet" type="text/css" href="style.css">

Thanks
 
Back
Top