I want to have two divs inside of a container div, each set
position:relative;
and the first one set
float:left;
Both of the divs contain a small amount of text (maybe 30 characters total).
I want the width of the text to determine the width of the two divs. so that if someone changes text size the text doesn’t overflow the divs. I am using these divs as tabs on a form where you change the type of form by clicking on the tab. Since they are tabs I don’t want to just make them big.
Any help would be appreciated.
thanks!
Anne Johnson