Nevermind, I was having a brain fart.
The '#' is for ID tags.
So for anyone that was wondering, the correct way to do this is as follows:
Code:
.container
{
some styles
}
.container img
{
max-width:150px;
}
The space was crucial.
EDIT: hah, thanks chris, I was actually typing that up during your reply :-x
|