Jump to content

Hover in Safari not working


karn

Recommended Posts

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...