Search Results

6
votes
8answers
2k views

Change Theme / CSS based on user

I am building a product that we are eventually going to white-label. Right now I am trying to figure out the best way to facilitate these requirements programmatically so the user can update the ba …
1
vote

Change Theme / CSS based on user

I like the idea of using dynamic CSS using an ASP.Net Handler... <link rel="stylesheet" href="style.ashx" /> style.ashx < …
1
vote

Where can I find examples of element heavy web forms?

Smashing Magazine has a good roundup of CSS based form inspirations / techniques / tutorials. Check it out …
0
votes

How to create div to fill all space between header and footer div

#footer { clear: both; } …