Niplo
-
Scaffolding Images
Thanks for pointing me in the right direction! So basically it's just defining properties in the css within various media queries: eg: @media only screen and (min-width: 960px) { .box { width:720px; } }
-
Jquery toggle slide frustrations!
Hey - Not that anyone has read this yet. But decided to go with something different. http://www.nicolobianchino.com/TESTING/index2.html Whad'a ya reckon?
-
Accordion Menu
Thanks for the link, it seems to be an much better option. Cheers
-
Change Main Background Image
I thought Jquery could provide a solution, but I'm new to it and not sure of the syntax to adapt my basic code to Jquery so that it fades in. Could 'lyleyboy' or anyone for that matter set me off on the right track. Much appreciated.
-
Change Main Background Image
Thanks for the help, it put me on the right track! I couldn't really get your code to work, so I used it as a starting point and wrote this: function changeImage(newImage) { elem = document.getElementById(\"changer\"); elem.style…
-
Javascript animated Divs trouble.
Not sure man, I tried the link on a different computer and it worked fine: http://www.get-over.net/Tester/index.html Not sure if being in Australia would have any bearing on this.
-
Javascript animated Divs trouble.
Just put something up: http://www.get-over.net/Tester/index.html Pretty sketchy but I'm still honing my skills. Any help or suggestions is greatly appreciated. Thanks