Search:
Type: Posts; User: dgonz
Search :
Search took 0.01 seconds.
Maybe I'm not understanding what you need. Do you have some jpg of the comp you're trying to do, or a URL?
There might be a much simpler, easier, cross-browser way to do what you need without so...
yeah, that's in flash, which was my first thought to suggest.
dojo has some non-flash versions of that you might be able to use. you'd have two images: a b&w for the carousel that would swap to a...
you need to float both if you want them side by side...
<div id="myDiv" style="float: left; width: 500px;">
</div>
<div id="myDiv2" style="float: left; width: 500px;">
</div>
Why all the relative and absolute positioning? Why don't you just user three divs? one for the top, one wider one for the middle (with the left and right single image as a bg and center the content),...
Do you have a line break after the image? If not, you'll need to define a width, otherwise that div will just stretch to fit the content inside it
Has anyone re-written the jquery "scrollfollow" script to work in Prototype? Or made your own similar?
Working on a project that is already using heavy protoype, and adding jquery causes conflicts...