karn Posted March 30, 2009 Report Posted March 30, 2009 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; }
PicnicTutorials Posted March 31, 2009 Report Posted March 31, 2009 #how a { cursor:default; border:none; display:block; /* or float:left; */ }
karn Posted March 31, 2009 Author Report Posted March 31, 2009 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
karn Posted March 31, 2009 Author Report Posted March 31, 2009 Thanks that did fix it. It was the IE fix that was messing up safari.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now