FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

CSS problem

 


Anthony123
is it that the width and height of a image can't be change using CSS? i have been trying for few days
can some one help me with it?
Besides that, i also wanna ask what website is useful for learning CSS. Because i am using CSS to make my website beautiful. Other than www.w3schools.com, what website can i go to learn more advance CSS? the tutorial for CSS in w3schools is basic, i would like to learn more advanced skills.
holadola
The width and height can be changed using css:

HTML:
Code:
<img id="myimg" src="myimg.gif">


CSS:
Code:
#myimg {
 width: 30px;
 height: 30px;
}

Good luck!

/hd
hoonger
Try CSS Zen Garden

http://www.csszengarden.com/
angelo
I've tried holadola's code and it worked on my site. Try it, too! I'm sure it'll work!
I think w3schools is a good site enough to learn the fundamentals of css. I don't know other sites except than this. Very Happy
thalassery
Here are 2 excellent CSS Tutorial links

http://www.htmldog.com/guides/cssbeginner/
http://www.createwebmagic.com/css101/
Related topics

PHP imagecreate + CSS problem.
PHP imagecreate + CSS problem.
CSS problem...
CSS Problem
Css problem

Slight css problem in IE [SOLVED]
Discussion for CSS problem
Different View CSS Problem with Firefox, opera, IE , mozilla
CSS problem - very simple css dont work in Firefox/Opera.
Need Help With CSS

css problem
Different Browser - CSS Problem
CSS problem?
Fix a simple CSS problem for 200FRIH$!!!
CSS problem in IE 6
Reply to topic    Frihost Forum Index -> Miscellaneous -> Tutorials

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.