style="overflow:auto"

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

I am trying to stop my layout spoiling when a textbox with a width of 100%
has a large amount of text in it.

On the master page I have tried using a div with style="overflow:auto", and
this work for that div, but the layout still expands as if the overflow
wasn't working.

Anyone come across this? Am I going to have to set the exact width of all my
textboxes according to every layout?

JJ
 
JJ if you have to do that then use an external css file so you won't have to
repeat it in your code.
Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top