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

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