
kv79
Members-
Content Count
151 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout kv79
-
Rank
Member
Contact Methods
-
MSN
kv79@live.com
Profile Information
-
Location
Europe
-
hi OK, what is that other way ?
-
expain plz, how do you mean its nothing telling me ?You can show your window screen with width alert('screen.availWidth); but can't pass that that value to variable dunno why
-
And I want to replace first one with second but it seems that it's not workingdunno why document.getElementById('movie').style.left='100px'; document.getElementById('movie').style.left=_left + 'px';
-
hi allthanks advance this is not working, I really don know why <script type="text/javascript">var _screen = screen.availWidth;var _width = 495;var _left = ((_screen/2)-_width);document.getElementById('movie').style.left='100px';</script> <style type="text/css"> div.movie, body, p { position:absolute; } p.underline, p , h1 , h2 , u { position:absolute; left:5px; width:100px; height:100px; overflow:hidden; } p.underline{text-decoration:underline;} body { margin:0; } body {background-color:#000;} </style></head><body> <div id="movi
-
As I understand you.I usually mask my link with frameset .
-
Hi all <div id="header"> <img class="2" /> <div id="images" > <img class="3" src="images/3.png" /> <img id="ne" /> <img class="94" src="images/94.png" /> </div></div> I want to acces from css #header .3 {background-color:white;}or#images img.3 {background-color:white;}Doesn't work . :)Thanks advance
-
Hi there When you have your mouse hovered over <about> than you can see that transparent rectangle appears with text in it. Thanks .
-
Hi allhttp://www.robertnyman.com/2008/11/02/obtr...-summary-reportI went to that site , dunno how he did that mouse hovering info .For example you could cover about , contact ,code ...Thanks advance
-
hi allI have a form Form has this input<input type='submit' value='$meta->name' >I need to submit data;I need to replace that button with images and texts.Thanks advance .
-
hi all <form method="post" action=""><input type="submit" value="submit" /></form> I need to replace submit button with some picture .Thanks advance .
-
Hi all ,I would like to make some text behind my Flash app. because of Search Engine .Dunno how?except <meta > tagThanks advance