View Single Post
Old 12-03-2012, 05:05 PM   PM User | #3
Jak1471
New to the CF scene

 
Join Date: Dec 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Jak1471 is an unknown quantity at this point
Quote:
Originally Posted by backa View Post
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"...>
Thanks for that! Ok ill give it a try... What's the best way of setting the positioning though? Because in needs to be responsive to the browser size, any ideas?

Cheers
Jak1471 is offline   Reply With Quote