so in my "Now" screenshot, see how the words in the main orange window run past the bottom of it... this is how i want it to be:
is that plausible?
thanks for any assistance
Probably but there's not a lot anyone can suggest without a link to your site.
try to add 'overflow:scroll;' or 'overflow:auto;' to the element that contains the text.
in the css adding 'overflow:auto' to the parent element should do the trick. you will have to specify the exact height and width you want tho.
thanks, i'll give the overflow a try, didn't know about that one. as far as my site goes, it's http://muckalucka.com, but the site looks completely different. the design i'm working on now is being done offline until i know it's ready.
changed to resolved, thanks for the help with that tip, worked great.
This topic has been closed to new replies.