I have done code for image like example for logo.
I would like to combine image logo with tagline.
Just tagline will change and tagline image will be at the top.
Problem is that both images are seen but it should be effect
at the top and only image of logo and tagline.
Please find my HTML code and CSS:
and HTML code:HTML Code:#mylogo { z-index: 2; width:200px; height: 45px; } #mylogo img { border: none; } #mytagline10 { z-index: 2; width:200px; height: 45px; }
HTML Code:<img src="mylogo.jpg" border="none" width="200" height="45" alt="" id="mylogo" ><a href=""><img src="tagline.jpg" border="none" width="200" height="45" alt="" id="mytagline10" ></a>


Reply With Quote

Bookmarks