Re: [WSG] should ebay listing alike be tabular layout?

2006-08-07 Thread tee g. peng
On Aug 6, 2006, at 11:28 AM, David Dixon wrote: With that particular page, and with the example you used, then I'd say yes, a tabular layout is well justified. In fact I wouldn't even recommend structuring data in that fashion using divs/spans etc, as the markup would a) be as bulky as

Re: [WSG] How do I make html menu go over flash content in all the big browsers?

2006-08-07 Thread Pierre-Henri Lavigne
On Monday 07 August 2006 11:05, morten fjellman wrote: Hi list, As the title asks, how do I make html menu go over flash content in all the big browsers? Z-index obviously does not work, and setting param name=wmode value=transparent only works in IE and Opera, not FF. Also, the link on the

RE: [WSG] How do I make html menu go over flash content in all the big browsers?

2006-08-07 Thread Chris Taylor
Hi Fjellman, you need to check out Drews excellent Flash Satay method here: http://alistapart.com/articles/flashsatay/. It's a standards-compliant method for using Flash in your pages. Chris From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On

Re: [WSG] How do I make html menu go over flash content in all the big browsers?

2006-08-07 Thread morten fjellman
Thanks for the tip. I have used the Satay method before, but I think I will try the UFO (http://www.bobbyvandersluis.com/ufo/) method this time. The problem with param name=wmode value=transparent is that it needs to have some values in the embed tag for it to work on all major browsers. Since I

Re: [WSG] How do I make html menu go over flash content in all the big browsers?

2006-08-07 Thread Navjot Pawera
hey, check - http://www.navjotpawera.com/testbox/flash_embed_object.htmlworks for me inthelatestversionsof Operaand FF and IE6 .. On 8/7/06, morten fjellman [EMAIL PROTECTED] wrote: Thanks for the tip. I have used the Satay method before, but I think I will try the UFO

Re: [WSG] How do I make html menu go over flash content in all the big browsers?

2006-08-07 Thread morten fjellman
Great, this looks good. I will have to make the code a little bit more complex since I need to have a fallback gif for the .swf. Thanks :)regardsFjellmanOn 8/7/06, Navjot Pawera [EMAIL PROTECTED] wrote: hey, check - http://www.navjotpawera.com/testbox/flash_embed_object.html works for me

RE: [WSG] htaccess, help please

2006-08-07 Thread Snadden Tim
i know nothing about writing a htaccess file. i found a source on the web that said that the code below allowed everybody to access the pages on my site. Limit GET POST PUT order allow,deny allow from all, AddType image/svg+xml .svg /Limit You just need to have the AddType line in

Re: [WSG] htaccess, help please

2006-08-07 Thread Patrick H. Lauke
[EMAIL PROTECTED] wrote: thanks, i have done this and it does not appear to work. the file is up now if you would like to check out the results. http://www.alforddesigngroup.com/sandbox/svg-test.html It works insofar as your .svg file is now sent with the correct image/svg+xml mime type.

RE: [WSG] htaccess, help please

2006-08-07 Thread Snadden Tim
thanks, i have done this and it does not appear to work. the file is up now if you would like to check out the results. http://www.alforddesigngroup.com/sandbox/svg-test.html When I look at the headers it shows that the file is being served as SVG... Content-Length: 890 Age: 29 Date:

Re: [WSG] htaccess, help please

2006-08-07 Thread dwain . alford
Patrick H. Lauke wrote: [EMAIL PROTECTED] wrote: thanks, i have done this and it does not appear to work. the file is up now if you would like to check out the results. http://www.alforddesigngroup.com/sandbox/svg-test.html It works insofar as your .svg file is now sent with the correct

Re: [WSG] CSS blocked (Was: should ebay listing alike be tabular layout?)

2006-08-07 Thread SunUp
On 8/8/06, Nathan wrote: I found some great examples the other day of sellers who appear to be using semantic mark-up. ... http://cgi.ebay.com.au/ws/eBayISAPI.dll?ViewItemih=019item=290015191596 I had a look at that one. When I tried to look at the style sheet, I got this: /*

SV: [WSG] CSS blocked (Was: should ebay listing alike be tabular layout?)

2006-08-07 Thread denAnden
Hi Sunny, I got this and more using Firefox' web developer tool.. Regards, Jes CSS - http://cgi.ebay.com.au/ws/eBayISAPI.dll?ViewItemih=019item=290015191596 http://cgi.ebay.com.au/ws/eBayISAPI.dll?ViewItemih=019item=290015191596 Embedded Styles from

RE: [WSG] CSS blocked (Was: should ebay listing alike be tabular layout?)

2006-08-07 Thread Geoff Pack
It's just a bluff - keep srolling and you'll see everything there is to see. Geoff. == The information contained in this email and any attachment is confidential and may contain legally privileged or copyright

Re: [WSG] CSS blocked (Was: should ebay listing alike be tabular layout?)

2006-08-07 Thread SunUp
On 8/8/06, Geoff wrote: It's just a bluff - keep srolling and you'll see everything there is to see. oh well how bleeping stoopid is that. good grief. /me rolls her eyes s. ** The discussion list for http://webstandardsgroup.org/ See

[WSG] Floated OL Not Displaying Numbers

2006-08-07 Thread Nello Lucchesi
I am trying to style an ordered list to display horizontally. I want the display to include the numbers (markers). At first, I tried display: inline; but that eliminated the markers since the items were no longer display: list-item. So, I tried a float instead. It works in Firefox but not

[WSG] Safari Rendering on Windows

2006-08-07 Thread Samuel Richardson
Apple has just released GetWebKit, it allows windows users to see how Safari will render web pages without then need to install OSX. http://www.getwebkit.org/ ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Safari Rendering on Windows

2006-08-07 Thread Ben Buchanan
Apple has just released GetWebKit, it allows windows users to see how Safari will render web pages without then need to install OSX. http://www.getwebkit.org/ Could be useful if the rendering is 100% consistent with the real deal. As far as I can tell, it's not an official Apple release though

Re: [WSG] Safari Rendering on Windows

2006-08-07 Thread Felix Miata
On 06/08/08 11:56 (GMT+1000) Samuel Richardson apparently typed: Apple has just released GetWebKit, it allows windows users to see how Safari will render web pages without then need to install OSX. http://www.getwebkit.org/ Now that we've downloaded it what do we do? What is a .msi file? --

RE: [WSG] Safari Rendering on Windows

2006-08-07 Thread Samuel Richardson
It's an install file. Double click it, or check the website for instructions. I've had a bit of a play with it, it seems quite accurate however it is not rendering select boxes for some reason. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf

Re: [WSG] Safari Rendering on Windows

2006-08-07 Thread David Moyle
Its a Windows Install, for the idea of installing it on Windows, giving you the rendering engine that Safari uses. Dave Original Message From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Subject: Re: [WSG] Safari Rendering on Windows Date: Tue, 08 Aug 2006 00:00:10 -0400 On

RE: [WSG] Safari Rendering on Windows

2006-08-07 Thread Paul Bennett
+1 - died on my work Windows XP setup - failed to register a DLL. I guess it's back to browsercam* / browsrcamp** for me *sigh* * http://www.browsercam.com/ ** http://www.browsrcamp.com/ ** The discussion list for

Re: [WSG] Safari Rendering on Windows

2006-08-07 Thread Brad Pollard
I was getting excited also... in my case, its back to the mac Cube over ultraVNC. :-) -- brad pollard -- - Original Message - From: Paul Bennett [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Tuesday, August 08, 2006 2:32 PM Subject: RE: [WSG] Safari Rendering on Windows +1 -