Yair Even Or
Yair Even Or
I do no understand this at all. you can do this with CSS.
I would suggest using the excellent `Tether` code for that - http://github.hubspot.com/tether/ Do you have a test page which shows your code changes in action? I want to see what...
what browser and computer was this tried with?
I've changed the code a bit, can you try now? also, do you use CSS3 transitions or normal javascript?
I don't have a MAC or access to a MAC, I can only run a VM mac version with older safari, I'll try to debug things there
checking it out
what are you trying to achieve? If you want something to be stuck to the bottom of the page then you might not even need any javascript at all...
Can somebody please assist..? I need to know also. This ain't working (is always `bar` type) :/ ```js 1 ? "line" : "bar"} /> ``` Update: found [this question](https://stackoverflow.com/q/58016053/104380) Update...
your demo pages acts really weird. please create a JSBIN to show the issue.
@Undeterminant - let me give you an example: ``` $typography : ( font-family : "Roboto, Arial, sans-serif", base-font-size : 14px ); ``` `font-family` must have quotes because of the commas....