What I meant is like how google images loads the image you are looking for above all else and greys the rest out. I'll try to figure out what you gave me Thanks for your help. If I were Luffy I'd recruit you.
Hi Strawhat, yes you are right, the link loads a box which would be displayed on top of that "lock" but the html is so long I took everything out to show what I needed help with.
What I mean is that clicking the link should make it do what the following does.<html>
<head>
<style type="text/css">
#lock { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.7; }
</style>
</head>
<body>
<div id=lock></div>
</body>
</html>
Hi everyone, I know this is a stupid question but I can't figure out how to make a link load a div. I have
<html>
<head>
<style type="text/css">
#lock { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.7; }
</style>
</head>
<body>
<p>This page will...
Hi everyone, I've been trying to amend this so that when I paste text in with a mouse it changes to uppercase automatically. Does anyone know how this can be done?
<html>
<head>
<script type="text/javascript">
function upperCase(x)
{
var y=document.getElementById(x).value...
Hello everyone, I'm looking for some help. What I'd to know is how to refer to characters from different charsets like Herbrew or Japanese simultaneously, as well as English and all others within the same script block.
E.g,
if ( xx[M]=="C" ) { N = 1;}
if ( xx[M]=="?" ) { N = 2;}
Please note...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.