Click to See Complete Forum and Search --> : i want to move on...


giggledesign
12-14-2003, 02:28 PM
hey there!

i am experienced in HTML, basic CSS, and little PHP. i am currentley using tables in my web sites. this is not by choice, but by the fact that i do not know enough about CSS to create beautiful sites like the csszengarden.

i would love to move onto css as i understand all the argument for and against it! until i can create decent layouts with css then i am not shifting from tables.

design is important to me as well as accessibility.

does anybody know any GOOD tutorials for CSS? i often get bored reading through W3C so anybody got any alternitives?


thanks

PeOfEo
12-14-2003, 02:39 PM
www.w3schools.org
www.bluerobot.com
for starters

giggledesign
12-14-2003, 03:22 PM
does anybody know a CSS code for making a div semi trnasparent. working say with with percentages.

is there a code that will work accross most browsers (preferably all)

fredmv
12-14-2003, 03:33 PM
Originally posted by giggledesign
does anybody know a CSS code for making a div semi trnasparent. working say with with percentages.

is there a code that will work accross most browsers (preferably all) See attachment.

giggledesign
12-14-2003, 03:38 PM
thank you very much!

thats helped greatly!

fredmv
12-14-2003, 04:02 PM
You're very welcome. :D

Paul Jr
12-14-2003, 08:55 PM
I got a question regarding that code.
Why use:

filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

And not

filter:alpha(opacity=50);

giggledesign
12-15-2003, 07:49 AM
Originally posted by Paul Jr
And not

filter:alpha(opacity=50);


i have used that code before and found it doesn't work with Mozilla. I found that it only worked well in Internet Explorer.

but thanks anyway

PeOfEo
12-15-2003, 04:13 PM
yea alpha filter is one of those ie only things :(

Paul Jr
12-15-2003, 06:07 PM
Ooo, that explains it.

I've seen a lot of people using things like "filter: progidXImageTransform.Microsoft.Alpha(opacity=50);" and I was wondering if there was a list?