PDA

View Full Version : Multiple stylesheets for differing screen resolutions?


typecast
03-12-2010, 12:09 AM
I want to be able to load a different .css file for users that have different screen resolutions, such as folks running 1024x768 and then the users running higher resolutions.

I have the java script that I can put in the <head> of the page that will look to the correct .css file but I'm clueless how to incorporate this new .css file into vbulletin. The whole php design makes it a lot more difficult to do some of these simple things.

Any ideas?

I appreciate any help I can get.

Thank you.

--------------- Added 1268423520 at 1268423520 ---------------

Really? Nobody know how to do anything in VB concerning multiple style sheets?

ageurtse
03-13-2010, 04:19 PM
Is it possible to load the css files externaly and include the in the head by your javascript.