ktomasso
-
Customizing Radio Buttons and Checkboxes
Thanks, Chris. Someone passed on this article that shows what happens in multiple browsers if you try to style form elements with only CSS. Sums it up pretty well. http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/
-
Why shouldn't I use Dreamweaver?
I don't really have too many complaints about DW, but I do admit that it's a heavy program (especially when you're running additional programs in the Adobe Suite). I could definitely stand to benefit from some better code highlighting…
-
layering tags
Found it. It's actually quite simple when you use SWFobject to insert Flash. Link below for the answer. http://www.pipwerks.com/lab/swfobject/z ... index.html
-
not expanding properly
AH, OF COURSE! It was the height that I wanted to expand, and by changing that to ems, it grows quite nicely. I was even using the 62.5% rule, and didn't even think of what I was doing. Thanks for your help!!