Load Image in Div
-
I would like an image to load into “contentBanner” when home or blog is clicked. Can I somehow do a call in my secondaryNav to load an image into contentBanner?
<div class=”secondaryNav”>
</div>
<div id=”contentBanner”></div>#contentBanner {
height: 250px;
width: 788px;
float: left;
background-image: url(images/home.jpg) !important;
margin-top: 10px;
margin-bottom: 20px;Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Load Image in Div’ is closed to new replies.