> -----Original Message----- > From: Andrew Close [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 21, 2004 10:21 AM > To: Struts > Subject: OT: Formatting issues... > > > i know this is a little off-topic, but i was hoping someone could > point me in the right direction. my client is currently using frames > for layout in their webapp. we're rewriting the controller and view > using Struts. i would prefer to get rid of the frames because of the > heavy use of javascript in connecting everything together. Tiles > doesn't quite give them the functionality they are looking for. > (having headers and footer remain stationary while the body > scrolls...) and i'm having a hard time getting this same functionality > to work using CSS in IE. > any suggestions?
Yes... unfortunately you can't jail MS for writing bad software. IE is a pain in the back end. Having looked at this issue already, it's not fun. However.... I do have a solution: <div style="width:100%; overflow:auto; height:350px;"> around a table you want to scroll will work in IE. Not sure about real browsers like Mozilla or Opera. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]