nickstr
-
Help styling forms
how do you want to align them, vertically, horizontally ? try to put one label and one input in a fieldset and the next 2 ones in another fieldset, give the labels line-height the same as the input height
-
Font import to my html page
@font-face is supported by the latest safari and opera I think... for firefox and the rest of crappy IE versions try using sifr3 or 2.07
-
layout question on rounded corner panes
first of all if you want to "latin007" said:auto-expand as the content grows along slices 8, and 11 you need to get rid of that gradient and use one single color overlay or a gradient with 2 color not 3 and repeat the top or bottom color w…
-
Calling a Flash file
only the mighty JavaScript as far as I know... like swfobject
-
Frustrating IE 6.0 problem - can anyone help?
try using a display:inline-block to all a in nav #navbar_div a { display:inline-block; float:left; }
-
font smooth in CSS
can't you use sprites/images with text-indent="-9999px"