Rich, I don't know if this is connected, but we recently had a problem with Div's on macs. We were dynamically changing the text content of the div in javascript, but it was messing it all up on the mac. the content of the div was getting stacked on top of itself, i.e instead of having a div with say 5 lines of text broken up with <br>'s, it was putting all 5 lines onto the one line so they were all overlapping.
we had to add "\n" to the end of the text we were adding for it to work. Obviously. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- Rich Wild <[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> go.com> cc: Subject: [ cf-dev ] OT: CSS and Mac ie5 28/08/2003 16:36 Please respond to dev Hi all, sorry to be OT, but this is doing me nut in: I have a page that uses divs for positioning and validates as strict xhtml However, whenever I resize a Mac IE5 window up from a smaller size, the divs don't resize and loads of whitespace occurs. This problem doesn't occur on IE6 or Mozilla etc. Here's my div: #searchbox { left: 0px; top: 80px; width: 100%; height:30px; z-index: 1; background-color: #069; padding-left: 0px; padding-right: 0px; padding-top: 2px; padding-bottom: 2px; border-left: 0px; border-right: 0px; border-top: 2px solid; border-bottom: 2px solid; border-color: #FFF; } can anyone see what might be causing this or how to get round it (without using the Javascript onresize refresh trick)? ta. ------------------------------------------------------- Rich Wild Senior Web Developer ------------------------------------------------------- e-mango Tel: 01202 755 300 Gild House Fax: 01202 755 301 74 Norwich Avenue West Bournemouth Mailto:[EMAIL PROTECTED] BH2 6AW, UK http://www.e-mango.com ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of e-mango.com ltd, unless otherwise explicitly and independently indicated by an authorised representative of e-mango.com ltd. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
