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.

live demo (see code)


Comments

Popular posts from this blog

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -