Category Archives: CSS
JQuery Dynamic CSS Class Demo
JQuery can be used in many ways. Since I’m a web designer, I use it like a web designer would, to modify my CSS and enhance my UX. Some of the basic stuff I tend to use JQuery for is … Continue reading
New Theme Up in Alpha
I got my new theme somewhat coded and up tonight. It’s just past 2:30am and I uploaded it. I still see a bunch of styling that needs to be done and some widgets that need to be added, but I’m … Continue reading
iFrame – Full Browser Window
I’ve been looking for a solution to create full page iFramed webpages with headers. Here is a solution I’ve started using for full screen iframes with headers. Here’s a link to my Snipplr code for it. I tried to embed … Continue reading
PRE / CODE CSS Style
I don’t know if anyone has ever found their PRE or CODE not wrapping, but I have and this little gem of code is the code I use to clean it up. Here’s a link to my Snipplr version of … Continue reading
CSS HTML Class – Browser & OS
I was trying to find a good snippet of code that would help me style the different browsers better. I’ve used all the attribute hacks before but one thing I’ve run into lately is the fact that Chrome and Safari … Continue reading
CSS Select Options IE Cut Off
So I’ve been working for the last couple of days on a bug at work that is an IE specific bug but may actually help with other browsers in different circumstances. I’m surprised I haven’t run into this bug sooner … Continue reading