Re: [WSG] valid lightbox++ ??

2008-12-16 Thread Henrik Madsen


Check this out: http://www.mjijackson.com/shadowbox/



Henrik Madsen
Generator
+61 8 9387 1250

hen...@igenerator.com.au
www.igenerator.com.au

On 17/12/2008, at 3:24 AM, designer wrote:

I expect some may consider this off-topic, though it isn't  
really :- ).


I recently tried using lightbox and then lightbox++ , the latter  
because it enables flash movies to be presented in the same way as  
images did in lightbox.  However, the big pitfall is that in order  
to make it work the syntax has to be of this form:


rel="lightbox" title="Gwelanmor Internet - flash version">
width="250" height="147">




You'll notice that the a href has a width and height specified, but  
of course that won't validate.  I've googled, but found no mention  
of this. I wondered if anyone here has encountered it, or better  
yet, solved it?


Any bright ideas to solve this non validation?

Thanks,

Bob

www.gwelanmor-internet.co.uk





***
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] valid lightbox++ ??

2008-12-16 Thread William Simpson
I am not exactly sure if this way is the best. I think you should
incorporate a new CSS rule into your CSS and specify with a class assigning
to that lightbox link to it. With the flash, you would want to add to have
the width and height to the CSS rule so it doesn't have to show up on the
HTML validation radar.

-Josh S.

On Tue, Dec 16, 2008 at 1:24 PM, designer  wrote:

> I expect some may consider this off-topic, though it isn't really :- ).
>
> I recently tried using lightbox and then lightbox++ , the latter because it
> enables flash movies to be presented in the same way as images did in
> lightbox.  However, the big pitfall is that in order to make it work the
> syntax has to be of this form:
>
>  title="Gwelanmor Internet - flash version">
>  width="250" height="147">
> 
>
>
> You'll notice that the a href has a width and height specified, but of
> course that won't validate.  I've googled, but found no mention of this. I
> wondered if anyone here has encountered it, or better yet, solved it?
>
> Any bright ideas to solve this non validation?
>
> Thanks,
>
> Bob
>
> www.gwelanmor-internet.co.uk
>
>
>
>
>
> ***
> 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] valid lightbox++ ??

2008-12-16 Thread Christian Montoya
On Tue, Dec 16, 2008 at 1:24 PM, designer
 wrote:
> I expect some may consider this off-topic, though it isn't really :- ).
>
> I recently tried using lightbox and then lightbox++ , the latter because it
> enables flash movies to be presented in the same way as images did in
> lightbox.  However, the big pitfall is that in order to make it work the
> syntax has to be of this form:
>
>  title="Gwelanmor Internet - flash version">
>  width="250" height="147">
> 
>
>
> You'll notice that the a href has a width and height specified, but of
> course that won't validate.  I've googled, but found no mention of this. I
> wondered if anyone here has encountered it, or better yet, solved it?
>
> Any bright ideas to solve this non validation?

There's a jQuery plugin called "metadata" that allows you to put these
kinds of options inside the class=" " attribute. An example is on this
page:

http://jqueryjs.googlecode.com/svn/trunk/plugins/metadata/test/index.html

The tags that use a data=" " attribute don't validate, but the ones
that use class=" " seem to validate. Maybe you could try to find a way
to use the class=" " attribute to pass your options to Lightbox++, or
use a similar plugin for jQuery that allows options to be submitted
via the metadata plugin. This way you won't have to rely on putting
incorrect attributes in your tags.

-- 
--
Christian Montoya
christianmontoya.net


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



[WSG] valid lightbox++ ??

2008-12-16 Thread designer

I expect some may consider this off-topic, though it isn't really :- ).

I recently tried using lightbox and then lightbox++ , the latter because it 
enables flash movies to be presented in the same way as images did in 
lightbox.  However, the big pitfall is that in order to make it work the 
syntax has to be of this form:


title="Gwelanmor Internet - flash version">
 width="250" height="147">




You'll notice that the a href has a width and height specified, but of 
course that won't validate.  I've googled, but found no mention of this. I 
wondered if anyone here has encountered it, or better yet, solved it?


Any bright ideas to solve this non validation?

Thanks,

Bob

www.gwelanmor-internet.co.uk





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