All Questions
4 questions
1
vote
1
answer
458
views
jQuery animating 2 independent div widths causing pixel jerkyness
Using two divs aligned side by side by using the float CSS parameter.
jQuery alters the width of both of them at the same time. This is causing a jerky pixilated agitation. I set up a fiddle but ...
2
votes
4
answers
710
views
Width of first row of floated elements?
Say that I have a bunch of divs floated left, in a grid like fashion. These are in a container with a fixed width.
Now I'd like to know the width of the first row! so that I can compare that width ...
14
votes
4
answers
48k
views
How to properly float two columns side by side with css
This is one of those things I learned a long time ago and never thought much about if I was actually doing it the right way.
Let's say we have a structure like so:
<div id="wrapper">
<div ...
1
vote
2
answers
458
views
Width of li with two floats different in IE, correct in FF
I've worked out most of the kinks with my "lava-lamp" effect that I'm trying to create. Basically I want two curly braces (both are images) to wrap a list-item, then follow over to the next list-item....