Jump to content

Recommended Posts

Posted

Here would be the basic style on the hover but it doesnt seem to work in safari. Works perfect in Firefox

 

#how {

position: absolute;

height: 379px;

width: 483px;

top: 100px;

left: 260px;

cursor: default;

border:none;

float: left;

}

 

#how a

{

cursor:default;

border:none;

 

}

 

#how a .preview

{

display:none;

border:none;

}

 

#how a:hover

{

display: block;

font-size: 100%;

z-index: 1;

}

#how .preview

{

display:block;

}

 

#how a:hover .preview

{

display: block;

position: fixed;

left:750px;

z-index: 1;

top:5px;

}

 

#how img

{

background: none;

border:none;

color: inherit;

}

 

Step 1 Consultingdescription

 

Posted

The screen is blank in safari no matter what I do. So I dont think the problem is to do with the hover. Ill get back to the post when I figure out what is wrong

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...