07 Mar, 2003
Posted by: Jennifer In: CSS
Well this isn't really a trick… It's just that I've had to search for this more times than I can count because I couldn't remember the exact way to write it – so I'm posting it here for my future reference. .stylename a:link { text-decoration: none; color: #FF0000; //red } .stylename a:visited { text-decoration: line-through; […]
Eric Meyer has a cool new tool/toy on his site — the Color Blender. Enter 2 hex codes and it will give you the colors between it. Very cool!
07 Nov, 2002
Posted by: Christine In: CSS
Movable Type Stylesheet Generator: This site is a "easy to use, php-powered series of drop down menus that will return a customized stylesheet *. Best of all, no changes to the default templates are necessary – simply cut and paste the returned stylesheet info into your styles-site.css template, and you're done!" A fast and easy […]
28 Oct, 2002
Posted by: kristine In: CSS
Allowing for multiple stylesheets has never been so easy! Mozilla has a built in style changer (when you reference the alternate stylesheets correctly), but the other browsers don't. A List Apart put together a tutorial and a javascript styleswitcher a while back, and more recently, they added a PHP switcher. Alternative Style: Working with Stylesheets […]
22 Oct, 2002
Posted by: kristine In: CSS
Sharing some favorite CSS bookmarks for you all, since I spent some time finding them again this weekend while helping someone on the forums!! There are a wide variety of CSS/Table Free layout resources on the web, with tips for developing sites that work well in cross-browser tests. Some are just test sites for learning […]
12 Sep, 2002
Posted by: Jennifer In: CSS
I'm a little slow on the uptake with all this CSS stuff, and the longer an article is, the less likely I am to understand it. So when I can, I try to make things simpler. One concept I have been trying to wrap my head around is the difference between class vs ID. I […]
08 Sep, 2002
Posted by: Jennifer In: CSS
Awhile back there was a thread about how to have a "print version" of your site. I had done it with PHP, and people in the comments were talking about ways in which you could do it with CSS. Last night my brother showed me something he's working on (he's also in this field – […]
I really like the look and function of rollovers, but sometimes I don't want to use javascript and I don't want to deal with images. So when I found css/edge's all css popups a while back, I really looked forward to finding a use for them. No javascript, just pure CSS. After a question in […]
When I was creating the concept of my Buffy Skin for my journal, I knew that I had too many images to just use one on each sidebar. So I went on a search for a way to do random images. But, my other quandry was that I wanted to do random images as backgrounds […]
Beginning in CSS is a little something I put together for a web design newsletter. There are some tips inside of it (in the large table) for beginners, intermediate users, and an advanced tip. Some stuff that I haven't shared here yet! But since I was *hired* as a scripty-goddess because of my css knowledge […]