CSS: HTML height:100% on one page only -
dumb question simple answer, think.
i building site has different layout on 1 page rest. on 1 page, design requires liquid vertical layout, need following code: *{height:100%;}on other pages want default height.
i tried add class html tag, works in html, not in css file. tried:
*.myclass and
html.myclass but doesn't seem work.
i can't seem find info on online. possible add classes html tag?
i using wordpress, can check see page i'm on , add myclass.
i guess use @import different style sheet based on page i'm on, seems longwinded way of doing things.
how can specify height:100% value of html tag on specific pages only?
can point me in right direction?
thanks,
j
perhaps .myclass, .myclass body {height: 100%}?
it indeed possible add class <html> tag.
Comments
Post a Comment