I am working on a title thing for a site that when you put in information it expands horizontally to include the text, but for some reason it is only expanding vertically to fit the text.
I decided to take a different route for now, I'll post some code later cuase I still wanna know. Just don't have it ATM.
0
Straight_ManGeeky, in my own wayNaples, FLIcrontian
edited July 2004
Java (Hint)??? And is this in a frameset??? If yes, frame in set where active menu is placed might have to be expanded to show the horizontal expansion, otherwise code can show all day in a table too wide for frameset, but never be seen (frameset will lay main frame "over" it in sense, though what really happens is only frame width "slice" of page in frame is being fed to browser). Java can overlay in a main frame, though, within a frameset. If you want to violate frameset rules, make pages that do not use them or feed menus onto main frame. A framesetless site uses a single frame.
Comments