Is it possible to have an HTML element change it's height going up rather than down?
Example: http://www.w3schools.com/css3/tryit.asp?filename=trycss3_transition1
I have a site where I'm having tabs (kinda like here at MR), but I want the rollover to rise up a bit as you mouse over them. But with CSS3 it seems to only scale left to right (width) or top to bottom (height).
UPDATE: So if I absolute position the DIV tag and set bottom to 0 it'll do it. Any way to do this with position: relative?
Example: http://www.w3schools.com/css3/tryit.asp?filename=trycss3_transition1
I have a site where I'm having tabs (kinda like here at MR), but I want the rollover to rise up a bit as you mouse over them. But with CSS3 it seems to only scale left to right (width) or top to bottom (height).
UPDATE: So if I absolute position the DIV tag and set bottom to 0 it'll do it. Any way to do this with position: relative?
Last edited: