robindean
04-18-2007, 05:05 PM
I'm trying to put this code into my .css file and have it only affect one particular document.
html {overflow: hidden;}
Defining a class in <html> won't validate, though. Neither will defining an id.
How can I place this within my .css file, have it effect only one document and validate as well? :o
html {overflow: hidden;}
Defining a class in <html> won't validate, though. Neither will defining an id.
How can I place this within my .css file, have it effect only one document and validate as well? :o