[WSG] Out of Office AutoReply: WSG Digest

2011-06-03 Thread Andy Dempster
I am out of the office traveling to SME's Annual Conference. I will have limited access to e-mail, but will get back to you. Thanks. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] what is the exact version of FF 3.6 x prior to FF4? [SEC=No Protective Marking]

2011-06-03 Thread Chris Beer
Hi Siobhan 3.6.17 - http://www.mozilla.com/en-US/firefox/all-older.html Cheers Chris On 3/06/2011 11:16 AM, siobhan.ne...@health.gov.au wrote: Return Receipt Your Re: [WSG] what is the exact version of FF 3.6 x prior to document: FF4? [SEC=No Protective Marking] was

[WSG] the image is not showing in IE7

2011-06-03 Thread Mahendran Venkatesan
Hi Folks! I just tried to open a popup window. And, dynamically i embed an image in the popup window. The image is not showing up in IE browsers. But it's being seen in FireFox. the code looks like below: -- win=window.open('','','width=200,height=100');

Re: [WSG] the image is not showing in IE7

2011-06-03 Thread Joseph Taylor
Try losing the double quotes like: win.document.write('body style=background-color: #EBF2FA;h4Loading.../h4img src=ajax-loader.gif style=border:1px solid;/body'); If you have a url we can look at it might help. Is IE throwing any errors? *Joseph R. B. Taylor* /Web Designer/Developer/

Re: [WSG] the image is not showing in IE7

2011-06-03 Thread David Hucklesby
On 6/3/11 7:47 AM, Joseph Taylor wrote: Try losing the double quotes like: win.document.write('body style=background-color: #EBF2FA;h4Loading.../h4img src=ajax-loader.gif style=border:1px solid;/body'); [...] On 6/3/11 10:34 AM, Mahendran Venkatesan wrote: Hi Folks! I just tried to open

Re: [WSG] the image is not showing in IE7

2011-06-03 Thread Александр Вахлов
Hi. I made a test page (code is below). It works fine in Firefox, IE8 and IE8 in IE7 mode. Pop-up pops up and image is visible in both browsers. code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html

[WSG] tackling bg image in iPad portrait view - total disater!

2011-06-03 Thread tee
In the examples below, the page uses a 1500px wide background image, and it has this structure to make the visual render properly. div id=sitewrap --100% width with repeated bg imgage div id=container-wrap --100% width with bg-hdr-1500.jpg div id=container -- width:1014px I need