Everything posted by gangurus
-
different page on smartphones
Hi. My last question for now How i can load entirely different page on smartphones. I use media queries on my page, but want different html code also on phones.
-
lang attribute - changing background
It's work of course, when i set lang attribute on html - but whole point is to detect browser language automatically, and set background according to that.
-
lang attribute - changing background
EpicWebs, it can be done without using php? And after that, set, for example different classes on body?
-
lang attribute - changing background
How is proper form to change body background depends on browser language? body { background-image: url("1.jpg");} :lang(en) { background-image: url("2.jpg");} :lang(fr) { background-image: url("3.jpg");} This didnt seems to work.
-
scaling background and content positioning
Hello again. Is there is any way to positioning content to background, when background is scaling to browser? I have nice FullHD background, and some my content elements is positioned to be on fixed position above the elements of the background. When i dont 'cover' background it works perfectly as far as browser window shrink to about 1400/800. Then so many background is hidden. So, i use 'cover' in css. Background is scaling, but now content elements no longer are correctly positioned above background. % pos is not working properly.
- simplest horizontal parallax
-
simplest horizontal parallax
Hi. I use malihu script to scroll page horizontal. It works very good for my purpose. Then, i want to use some parallax, on background or full scale div to moving along my content. I tried to use Scrolling Parallax Plugin for jQuery, but it simplt dont work for me. How i can do smt like that in simplest way possible (only one image background - full page have 600%, and img for parallax 300%)
-
arrow/line animation without flash (on map)
Hey. I want animate map smt like on http://www.trans-company.pl/uploads/kfm/mapa_trans_conmany.swf but not using flash. I found many map powerfull script with plenty of options, but no one of them can do simply point to point line animation. I can try use css3 animate, but it will work at opnce or on hover/click. How to do smt like that with proper time tick?