View Single Post
Old 12-03-2012, 01:52 PM   PM User | #2
backa
New Coder

 
Join Date: Oct 2012
Posts: 44
Thanks: 7
Thanked 3 Times in 3 Posts
backa is an unknown quantity at this point
Looks like you've got the idea, just not selecting elements correctly. instead of attaching the class to <p>, it should be in the <img> tag. also rather use an id instead of class, unless you intend to use those same stylings elsewhere. so in the css you'll have #pos_one instead of .pos_one, and in the html <img id="pos_one"...>
backa is offline   Reply With Quote