if i have the following rule written within a style tag with "SIGN" referring to an image sign.jpg:
#SIGN {position: absolute; top: 100px; left: 100px;}
how would I write the corresponding line in the body so that the image overlaps the text next to it. The book doesn't explain this part of it.
#SIGN {position: absolute; top: 100px; left: 100px;}
how would I write the corresponding line in the body so that the image overlaps the text next to it. The book doesn't explain this part of it.