08 Jan, 2007
Posted by: Jennifer In: CSS
I'm still fighting my way to understand CSS – so if there's a better way to do this, feel free to let me know. I wanted a black center column, that I would put content boxes with a white background over it. So I created my background with the centered black column, used CSS to […]
12 Oct, 2004
Posted by: Jennifer In: CSS
Breaking the typical format here – as I don't usually write commentary, but I couldn't resist. I'm learning more and more about CSS each day – but I still have some issues/conflicts with it – beyond my frustrations in learning it. I know there is a big push to make flexible layouts, but I have […]
I'm working on redesigning a site in CSS that I did many eons ago using tables for Christine. While I'm getting the hang of CSS, I still have a long ways to go. First of all – Christine wants a border around her photos: first a thick white one, then a one pixel black one. […]
Here's an article with some very useful CSS tips "you may not know" (but really should!) evolt.org: Ten CSS tricks you may not know [via del.icio.us]
02 Sep, 2004
Posted by: Jennifer In: CSS
26 Aug, 2004
Posted by: Jennifer In: CSS
This little tutorial saved my butt today. List Style Bullet Images An alternative way of styling list bullets.
Comments Off on List Bullet alternative
03 Jun, 2003
Posted by: Jennifer In: CSS
Someone asked me how they can set up a box of text and limit the width to a certain number of characters. the PRE tag (in some things I found online) used to (?) to have a width attribute, but it doesn't seem to work in IE 5+. The only way I could do is […]
27 May, 2003
Posted by: Jennifer In: CSS
22 May, 2003
Posted by: Jennifer In: CSS
15 May, 2003
Posted by: Jennifer In: CSS
Ever want your readers to be able to print your pages cleanly without having to suffer through all your sidebars and graphics? Here's a way to do just that. You need to create a new stylesheet and point your pages to it. Here's how I did it: First, you need to define the two stylesheets […]