[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: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


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]

wassiobhan.ne...@health.gov.au
received
by:

at:03/06/2011 11:16:59





__
Important: This transmission is intended only for the use of the addressee and may 
contain confidential or legally privileged information.  If you are not the intended 
recipient, you are notified that any use or dissemination of this communication is 
strictly prohibited.  If you receive this transmission in error please notify the author 
immediately and delete all copies of this transmission.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[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');

win.document.write(body style=\background-color:
#EBF2FA;\h4Loading.../h4img src=\ajax-loader.gif\
style=\border:1px solid;\/body);
--

Any help on this would be much appreciated! :)


Thanks!
Venkatesan M


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

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/
--
Sites by Joe
/Clean, Simple and Elegant Web Design/
Web: http://sitesbyjoe.com
Phone: (508) 840-9657
Email: j...@sitesbyjoe.com


On 6/3/11 10:34 AM, Mahendran Venkatesan wrote:


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');

win.document.write(body style=\background-color: 
#EBF2FA;\h4Loading.../h4img src=\ajax-loader.gif\ 
style=\border:1px solid;\/body);

--

Any help on this would be much appreciated! :)


Thanks!
Venkatesan M

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

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 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:


[...]

You may like to try using innerHTML instead of document.write();

With pop-up blockers everywhere, pop-up windows increasingly don't work.
They are a usability problem as well. I'd look for an alternative
solution if I were you.
--
Cordially,
David


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



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 xmlns=http://www.w3.org/1999/xhtml; lang=ru xml:lang=ru
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
title/title
script type=text/javascript
function func()
{
win=window.open('','','width=200,height=100');
win.document.write(body style=\background-color:
#EBF2FA;\h4Loading.../h4img src=\ajax-loader.gif\
style=\border:1px solid;\/body);
}
/script
/head

body
pa href=/ onclick=func();return false;Test/a/p
/body
/html


Alexander Vakhlov


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[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 to keep the zoom feature enabled for iPad device, and ideally I want to 
target the portrait view only (with the condition that no futher treatment is 
needed for landscape view)

1.  With no viewport nor media queries, the #container-wrap bg image got 
cut off in both landscape and portrait.
http://jsbin.com/aholi4/



2.  With viewport which includes a media queries for portrait, the 
landscape view renders correctly (no media queries )
meta content=width=device-width; initial-scale=1.0; name=viewport
http://jsbin.com/apeti4/10/

I serve a 768px wide background for portrait view but it's not working 
correctly, the bg image shows up fine but not the page's layout, the page 
doesn't scale down like #1, furthermore, desktop safari is picking up this 
queries.
@media all and (orientation:portrait) {
#container-wrap{width:100%;text-align: left;background:transparent 
url(bg-hdr-768.jpg) no-repeat center top;}
 #container, .quick-access-wrap{width:99%}
 #content, #footer, {width:100%}
}


3. Same as above except desktop Safari.
@media only screen and (device-width: 768px) 
http://jsbin.com/iziqi3
@media only screen and (device-width: 768px) {
  #container-wrap{width:100%;text-align: left;background:transparent 
url(bg-hdr-768.jpg) no-repeat center top;}
 #container, .quick-access-wrap{width:99%}
 #content, #footer, {width:100%}
}


4. background-size treatment 

with 100% auto; it shrinks (to 50% of original size I think) and with 
100%100%; it double the size (no screen catcher example for this).  
Cackground-size treatment affects both landscape and portrait.
http://jsbin.com/uworu3/


!-- bacgkround image ( bg-hdr-1500.jpg) loads from the desktop style --

#container-wrap{
width:100%;background-position: center top;
 -webkit-background-size:100% auto;
 -moz-background-size:100% auto;
 -o-background-size:100% auto;}

Thanks!

tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***