![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, I have a web application that will be deployed for multiple clients. I would like to have a set of styles that apply to the site that can be overwritten for each specific client as required. My proposed approach is to have two stylesheets: one containing all the default styles, and the other containing those styles that I want overwritten for the specific instance. This requires control over which stylesheet takes priority. Can I do this with consistant results across all mainstream browsers (i.e. by placing one link tag before the other), or is there another approach that you would recommend? Thank you very much for your time. Cheers, Andrew |
#3
| |||
| |||
|
|
Hi there, I have a web application that will be deployed for multiple clients. I would like to have a set of styles that apply to the site that can be overwritten for each specific client as required. My proposed approach is to have two stylesheets: one containing all the default styles, and the other containing those styles that I want overwritten for the specific instance. This requires control over which stylesheet takes priority. Can I do this with consistant results across all mainstream browsers (i.e. by placing one link tag before the other), or is there another approach that you would recommend? |
#4
| |||
| |||
|
|
I have a web application that will be deployed for multiple clients. I would like to have a set of styles that apply to the site that can be overwritten for each specific client as required. My proposed approach is to have two stylesheets: one containing all the default styles, and the other containing those styles that I want overwritten for the specific instance. This requires control over which stylesheet takes priority. Can I do this with consistant results across all mainstream browsers (i.e. by placing one link tag before the other), or is there another approach that you would recommend? |
#5
| |||
| |||
|
|
On 4 Aug 2004 20:48:09 -0700, andrewb (AT) iname (DOT) com (Andrew Bartle) wrote: I have a web application that will be deployed for multiple clients. I would like to have a set of styles that apply to the site that can be overwritten for each specific client as required. My proposed approach is to have two stylesheets: one containing all the default styles, and the other containing those styles that I want overwritten for the specific instance. This requires control over which stylesheet takes priority. Can I do this with consistant results across all mainstream browsers (i.e. by placing one link tag before the other), or is there another approach that you would recommend? Make sure you're familiar with the cascading requirements: http://www.w3.org/TR/1998/REC-CSS2-1...e.html#cascade In particular the specificity rules sometimes trip people up. Having said that, I don't recall any problems with a browser failing to observe the requirement that the latter-specified rule wins. |
![]() |
| Thread Tools | |
| Display Modes | |
| |