Log in

View Full Version : Pop up image viewer & positioning solved maybe



WS4
01-02-2007, 08:55 AM
The only hurdle left is to get the padding to work in Fire Fox if anyone has a suggestion for that? I tried putting padding: 2px; for example in the span style but it didn't work either.

Using the span style to position the images differenty than the class file default.



<A class=thumbnail href="#" >
FOO
<SPAN style="LEFT: 40px; POSITION: absolute; TOP: 20px">
<IMG src="directory/yourpic.jpg">
</SPAN>
</A>

ibrux
01-04-2007, 07:45 AM
try putting the style attribute to the img.

WS4
01-04-2007, 11:45 PM
No, you need to style the span in this case.