Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
4k views

How do you create an HTML table with adjustable columns?

I want to know how to create a table where you can adjust the column widths. I have not figured out how to do this. If you know the secret sauce to this technique please let me know.
2
votes
4answers
991 views

CSS - div width depending on image size above

I've created an image to show my problem: http://www.freeimagehosting.net/uploads/b8ae513a60.jpg As you can see now, the box with the black border has an automatic width that adjust to the content ...
2
votes
2answers
206 views

How can i make a metronome with jQuery

This doesn't have to be with a clicking sound. I need something to visualize a certain tempo/ metronome how can i make a sound or image appear on a certain tempo? So maybe with fade or toggle() but ...
1
vote
1answer
2k views

CSS auto adjust not FULL width problem

hello I want to do so the size of the bubble, is auto-adjusting after the text(comment) which is inside the div.. Firstly heres the code: .bubble { font-size: 12px; margin-bottom: ...
0
votes
1answer
138 views

Highcharts: how to make slices readjust when disabling one?

Is this possible? I want the other slices in the pie chart to adjust to a full circle when one is disabled in the legend, rather than just making an empty slice..