Hi all
I'm working on a new site. I've done a few, but it's not my regular job so I tend to forget some things in between and have to confirm them or look them up again.
This time, I can't for the life of me remember how to pinpoint a nested object.
For example I want to only apply a style to an image, with .home class, within a div with the id of #header.
Is it
?
Thanks all
Gotta hate these blonde moments...
Doug
I'm working on a new site. I've done a few, but it's not my regular job so I tend to forget some things in between and have to confirm them or look them up again.
This time, I can't for the life of me remember how to pinpoint a nested object.
For example I want to only apply a style to an image, with .home class, within a div with the id of #header.
Is it
Code:
#header img.home { styles }
Thanks all
Doug