Layer 4 copy
doc
tut
blog
forum
doc
tut
blog
forum
home

Upload your PSD file...

Take a quick look at the Guidelines to see how to prepare your PSD file


 

Please wait - we are now uploading and converting your file...

 

Wait! You can upload your PSD, but you aren't logged in! If you submit now, you won't get any of the cool Unlimited features. You'll just get plain XHTML and CSS DIVs. Create a new account to use all the great Unlimited features free for 2 weeks.

Trick to keep the _linkover-Layer after click

Hey everybody,

if you work with _link and _linkover and mod_rewrite for example,
ive worte this hack to keep the active menu-Button on the Top!:

<script type="text/javascript">
//<!--
var hoverId;
var linkId;
$j(document).ready(function($){
uri = "<?=$_SERVER["REQUEST_URI"]?>";
sel = 'a[href*=\''+uri+'\']';
wrap = ($(sel).closest('div').attr('class'));

hoverId = '#'+$("."+wrap)[0].id;
linkId = '#'+$("."+wrap)[1].id;

reloadButton();

$(document).mousemove(function(e){
reloadButton();
});

function reloadButton(){
$(hoverId).show();
$(linkId).hide();
}
});
</script>

Best guess would that it wold

Best guess would that it wold go between the header tags.

<head>
<!-- Java goes here -->
</head>

where

i have tried to paste between the header tags in the index page is that correct?
Morgan

Where do we paste this in?

Where do we paste this in?

copyright (c) 2009 psd2css Online, Inc.

 

 

User login

Become a Fan of our Facebook Page

Need help or have a question?
support@psd2cssonline.com

| Privacy | Terms of Use |

copyright (c) 2008, 2009, 2010 psd2css Online, Inc.
Patent Pending

Syndicate content