How to overlay an image so that only the outline shows - Joomla! Forum - community, help and support
i wondering how incorporate image outline shows.or "overlays" on top of design. please refer website example of looking do.
here example site:
http://shaktibhakti.com/
the image located on upper right. can see, outline of girl showing without white background of image , seems laying on template's background colors. appreciate how go doing this. place image in module , set css , image show in way?
thanks in advance.
jo
here example site:
http://shaktibhakti.com/
the image located on upper right. can see, outline of girl showing without white background of image , seems laying on template's background colors. appreciate how go doing this. place image in module , set css , image show in way?
thanks in advance.
jo
create or source png image transparent background (i use gimp free , works on windows/mac/linux) , insert image module.
you may need add css image make display desired such as:
or maybe:
or similar displays on module position above etc.
you may need add css image make display desired such as:
code: select all
style="margin-top: -80px; z-index: 999;"
or maybe:
code: select all
style="position: absolute; top: -80px; z-index: 999;"
or similar displays on module position above etc.
Comments
Post a Comment