Search Results

Showing results 1 to 4 of 4
Search took 0.09 seconds.
Search: Posts Made By: digital-ether ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Mar 27th, 2007
Replies: 3
Views: 2,010
Posted By digital-ether
I don't think its possible to revert to the old function unless you save it somewhere.

eg:


String.prototype._substr = String.prototype.substr;

String.prototype.substr= function()
{
Forum: HTML and CSS Mar 24th, 2007
Replies: 12
Views: 15,201
Posted By digital-ether
I don't think disabled works on an <img> as you have it. Why not just use javascript to check if you've disabled an image?

eg:

onclick="if(!this.disabled)sendAdd();"
Forum: HTML and CSS Nov 18th, 2006
Replies: 5
Views: 5,406
Posted By digital-ether
I think there is a typo there with position:fixed;

It should have been position:relative;

.wmp_wrap {
/* position relative allows you to */
/* absolutely position child elements */
/*...
Forum: HTML and CSS Nov 15th, 2006
Replies: 5
Views: 5,406
Posted By digital-ether
Heres an example of how you will achieve this...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC