need help woth an old style
I am using a style that usually hides an empty space left behid by hidden adverts on neopets.com. but since firefoy updated to its most recent version, the style is not as effective as it used to be. like on
http://www.neopets.com/jelly/jelly.phtml
the empty space is still there to the right, instead of things being centered as the style makes them on a great number of other neopets pages
the style is as follows
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("neopets.com") {
div[style="width: 635px;"]{width: 100% !important;}
}
and I have no idea how to edit it in order for the empty space to disappear again
http://www.neopets.com/jelly/jelly.phtml
the empty space is still there to the right, instead of things being centered as the style makes them on a great number of other neopets pages
the style is as follows
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("neopets.com") {
div[style="width: 635px;"]{width: 100% !important;}
}
and I have no idea how to edit it in order for the empty space to disappear again
Comments
Something like this: