Tagged Questions
3
votes
2answers
530 views
How can I incorporate an image map into a fluid layout?
I am currently having a huge headache trying to get a site I'm building to work across variable resolutions. The main navigation is through an image map that needs to fill most of the viewport. I know ...
2
votes
1answer
687 views
jQuery Dynamic Height Width of Modal
I am creating a modal that will be used for different aspx pages that already exist, so the div that I have to hold the pages (which will be loaded through ajax.load method) needs to grow vertically ...
1
vote
4answers
2k views
How to resize a Flot graph when its containing div changes size
I'm using the Flot graphing library jQuery plugin and I haven't found a good way to handle resizing the graph when it's containing <div> changes size (for example, due to window resizing). When ...
1
vote
4answers
728 views
Find the width of a left floated list and apply to wrapper div to center it using css - jQuery?
I wish to center a ul in a div that is the left column of a liquid layout. To do so I need to set the width of a div that I've used to wrap the ul. Note: the list items (and content) are retrieved ...
0
votes
4answers
3k views
jQuery image carrousel with fluid/liquid width
Does any of you know a jQuery image carrousel with fluid width?
I found this: http://www.nikolakis.net/liquidcarousel/ ...but it look horrible when you set down the speed.
Further more, I would like ...