Jump to content

moving my image


afcbob

Recommended Posts

I suggest you place one of the images as a background. Turn the markup from:

<div class="logo"><img src="images/logo.jpg" height="90"  width="100%" alt="logo" /></div><div><img src="images/tang_logo.gif" alt="Yellow tang logo" width="100" height="100" /></div>

to

<div class="logo"><img src="images/tang_logo.gif" alt="Yellow tang logo" /></div>

and in the stylesheet add:

.logo {background-image: url(images/logo.jpg); height: 90px; width: 100%;}.logo img {width: 100px; height: 100px;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...