User Profile
Collapse
Profile Sidebar
Collapse
mardash
Last Activity: Apr 17 '12, 12:52 PM
Joined: Mar 2 '12
Location:
-
can you help me with javascript cockies to do save color ? -
-
How to make Bgcolor changer save choice using cookies?
...Code:<div style="cursor: pointer; opacity: 1; position: fixed; right: 10px; top: 5px;"> <script type="text/javascript"> function bgChange(bg) { document.body.style.background=bg; } </script> <table border="1" height="20" style="width: 300px;"><tbody> <tr> <td bgcolor="white" onclick="bgChange('')"> -
-
how to add sprite class to image in "css" not in "div"?
easy i can add sprite to div images like that ...Code:.sprite{ background:url(Sprite.png) } .feed{ background-position: -76px 0px; }
now it's ok :)Code:<DIV STYLE='position:absolute; right:970px; top:2px;'> <a href='../feed'><img class='sprite feed' height='32' src='transpernt.png' width='32'/></a></DIV>
but i asked if i have image in css... -
how to make.. window.onload = function() { ..load "before" main page loaded
i have this script for delayed iframe and it work but it's executed after my whole web loaded due to (onload)
so what i do to make it run before or during page loading .. ?
this's my code
...Code:<script type="text/javascript"> window.onload = function() { setTimeout(loadfunction,1000) } function loadfunction() { document.getElementById("myiframe").src -
how to use jquery scrollbar like scrollable-divs ?
how to use jquery scrollbar like scrollable-divs ?
or any other jquery scrollbar ..
i want put it in blogger -
-
How to force browser load images last thing?
I asked if I can make all images of my web "img objects"
load last thing?
I want the webpage to load the text first and then start to load the images.Last edited by Frinavale; Apr 11 '12, 04:41 PM. Reason: Removed all caps. Please do not yell (use all caps). Yelling will not get you help any faster. -
How to put complete web domain name in document.write script src=...?
How to put complete domain nam in this
how i replaceCode:document.write("<script src=\"/feeds/posts/default?max-results="+numposts1+"&orderby=published&alt=json-in-script&callback=showrecentposts5\"><\/script>")
/feeds/posts/default
For
http://www.google.com/feeds/posts/default
i...
No activity results to display
Show More
Leave a comment: