Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'image blocking from server AND CERTAIN PATH' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
image blocking from server AND CERTAIN PATH
Authored by: Johnny_B on Nov 28, '02 01:43:19AM

Is it possible to do this with flash banners as well. If so, how ?



[ Reply to This | # ]
image blocking from server AND CERTAIN PATH
Authored by: cynikal on Nov 29, '02 12:10:26PM

you have to make sure you're putting the file, userContent.css in the right path.. it should be something like

/Users/<yourUserName>/Library/Applications_Support/Chimera/Profiles/default/<randomstring>.slt/chrome/userContent.css

the _ should be a space and the stuff in < > should be changed (but not include the brackets < >).

Also you need to be using a netscape/mozilla/chimera flavor browser of course (the above only applies to Chimera, the paths are different for the other two browsers).



[ Reply to This | # ]
image blocking from server AND CERTAIN PATH
Authored by: cynikal on Nov 29, '02 12:11:44PM

oops, the above reply was meant for the guy who said he couldn't get it to work.



[ Reply to This | # ]
image blocking from server AND CERTAIN PATH
Authored by: cynikal on Nov 29, '02 12:42:34PM

this hint is ABOUT flash banners! Your flash banner is probably a different size.. the original hint is size-dependant.

Look at the html source and determine the dimensions of the flash banner. Then take the sample code from the original hint and change the dimensions listed.

Note that css applies to html definitions, meaning it only works if in the html the dimensions are specified (i.e. for an image), but if the dimensions aren't specified then the dimensions of an image are irrelevant.



[ Reply to This | # ]