Posts: 73
Location: San Jose, California
|
Hello,
I was wondering is there anyway to make it so when you run lightbox you a website, where the script is actually on another server to not require the CSS file on the local server.
For example lets say the script for lightbox is on google.com
And yahoo.com is embedding the "src.js" etc on their website to run the script off of google.com server.
but in order for it to work correctly yahoo.com still has to put in the header of their template the link to the CSS file, is there anyway to avoid this, or link to CSS file inside a body of the page, or inside the link that is referring to the script?
I tried <a href="http://example.com/image.jpg" rel="lightbox" class="http://www.google.com/lightbox.css">Image</a>
But this does not work either, I don't want it to be a two step process for someone to embedd my script that requires lightbox to run. If I can somehow get it so they don't need to put link to my CSS file on the header of the page or someway arouynd this that would be great..
Thanks

|