Jump to content

Drop down menu


jocar6562

Recommended Posts

Hi

 

Its on the drop down tried to put a picture on the drop down with the links on ?

 

.dropdown-content {
display: none;
position: absolute;
background-color: #ffcccc;
min-width: 70%;
Got it took me 20 minutes to get a picture in the content
.dropdown-content {
display: none;
position: absolute;
background-image: url( 'logo2.png') ;
min-width: 70%;

I was trying to use img src="12.jpg" alt="menu"

Now I going to move the script into the main web site css its working fine what I expected.

Edited by jocar6562
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...