joepk
-
Awesome responsive parallax background
Looks better! Though the scrollbars are the last things we need to get rid of! But I'm glad to hear you got some expierence out of it ;) Tomorrow I'll digg into it again. See what I can make of it. The gradients are terrible but I will rep…
-
Awesome responsive parallax background
Oké but my intention was to keep it working within the entire screen area ;) Sort of a nice background effect. The plax.js version didn't work so smooth as this one though. Still need some more help on this guys :o
-
Awesome responsive parallax background
Can someone take a look at it?
-
Awesome responsive parallax background
Ah I see! It sort of works again... But the orbs only move horizontally :s and then there is a issue with the position: relative on the parallax div which I disabled. When it's active it fixes the overflow but then the orbs disapear damnit...
-
Slider images won't fade with .png
YES!! Awesome haha, it worked :D I knew it was a simple fix haha. Thanks allot!
-
Slider images won't fade with .png
Yes but im not capable of adjusting the code haha. I was hoping someone else could do a quickfix!
-
dl dt dd instead of tables
The problem was in the reset.css : vertical-align:baseline
-
dl dt dd instead of tables
Hmmmm that's odd... In the Codepen I just made the vertical center just works. Seems there might be something with my css then?!
-
dl dt dd instead of tables
In the link there is no padding used to keep it centered. Try removing the paddings in the example, it will still center vertically.
-
dl dt dd instead of tables
One small question. How to get everything vertical centered in the table just as in the link. No matter how high the image is the input field and the text stays vertical centered. Can't get this this same result.
-
dl dt dd instead of tables
Because data-lists are better! Well is it possible?
-
Logo Centered in Nav
Hey Miela84, add this to the bottom of your css and play with the width of the window. Just use this s you can show it off in class hehehe. Really nice if you want to develop for mobile devices. @media only screen and (min-width: 0px) and (max-wid…
-
3 colum fluid layout
Hey jklm, you can't scroll down no more when the content overflows. Anyone knows how to let the "images" scale in proportion?
-
3 colum fluid layout
With the help I got here I quite managed to get the desired result :) As for the fluid content presenting in the middle I grabbed some code from Here Check it out! FLUID STUFF As far as I know it works well but could use some improvements. Such …
-
3 colum fluid layout
Yeah I hope the technology of web will grow towards dynamically designing in the near future so all this stuff is easier to build. It's exciting how it will develop... I'd better be a part in this I just realised :p So about the solution,…
-
jquery image light up effect
Oh I see it is done with CSS3 so it doesnt work in IE. How to get this done with jQuery?
-
jquery image light up effect
Hi thanks for the response! With light-up I mean the image gets a sort of white overlay. That is the effect I want. I've seen the examples in your first link but the second one is very nice, kind of what i'm looking for. How do i rip the …
-
Aligning issue with floating divs
It has been a while I looked over here! Thanks for the help ;)
-
Aligning issue with floating divs
Here I have the issue in html/css : LINK I know there ways arround but they cost more energy to apply. My solutions is a smarter one, just make the parent ignore the margin of the childs! So no individual classes per block is needed. Hope this make…