Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

div fit content background

<!--Let a transparent image dictate the DIV dimensions.
Inside that div put the same image with CSS opacity: 0-->

<div id="mainHeaderWrapper">
   <img src="path/to/image.jpg"><!-- I'm invisible! -->
</div>
 
PREVIOUS NEXT
Tagged: #div #fit #content #background
ADD COMMENT
Topic
Name
6+2 =