Re: Link thumbnails in separate page to specific images in Easy Rotator?
Thanks for your reply! I'm sorry, but I don't have hosting yet. I copied and pasted the code belowfrom the Easy Rotator Website. I'm able to open the Rotator (on a separatewebpage), but only from the...
View ArticleRe: Link thumbnails in separate page to specific images in Easy Rotator?
Hello Lisa, please have a look at the complete instruction from http://www.facebook.com/karouaniyassine/posts/131700010310238, where is said: To add permalink support to your page, add the following...
View ArticleRe: Problems exporting to external js file
Thank you Nancy that solved the problem of syntax errors but as you ruefully remarked other conditions are necessary for them to work and in this case sitting in an external js file is not sufficient...
View ArticleRe: mySQL/php getting prices from database
Resetting the data pointer is not messy really - I do this often. But why not just read the recordset once, and set up all your prices during that read? So, for the initial recordset, pull both...
View ArticleBox-shadow not working
Hi, box-shadow isn't appearing on any div within my site. It isn't appearing in the designer view or the browser preview. The code is right... What could be the issue? I just bought and downloaded...
View ArticleRe: Problems exporting to external js file
I asked my system adminstrator (he does it for me as a favor) who is a security expert in his day job about SSIs and this was his response. "Server side includes? No, not if you want some semblance of...
View ArticleRe: where do I start
Before you reinstall, please read this post from our FAQ http://forums.adobe.com/thread/494811
View ArticleRe: Box-shadow not working
Please post a link to your onlne website, otherwise we are just guessing
View ArticleRe: Box-shadow not working
<!DOCTYPE html><html><head><style> div{width:300px;height:100px;background-color:yellow;box-shadow: 10px 10px 5px...
View ArticleSeveral Galleries with Clearbox 3 widget
Hi, can somebody help me, I'm trying to use the Clearbos 3 widget, I got from the Adonde Exchange tool, my issue is that I want to have different galleries in the same page, waht the widget does is...
View ArticleRe: Box-shadow not working
Guessing your problem is in IEbox-shadow is only supported from IE9 onwards
View ArticleRe: Box-shadow not working
Add vendor prefixes for browsers that require it (older Firefox & Safari/Chrome): #divName {box-shadow: 10px 10px 5px #888;-moz-box-shadow:10px 10px 5px #888;-webkit-box-shadow:10px 10px 5px #888;}...
View ArticleRe: Problems exporting to external js file
I disagree about SSIs. Been using them for years without any security issues on Linux/Apache servers. However some ASP aficionados no longer advocate their use favoring other ASP code instead. But...
View Articleusing .class id's in css
creating boxes on my site. each box will be the same size, have the same hover effects and everything, but the only difference is the color of the boxes and hyperlinks will be different for each box....
View ArticleRe: Problems exporting to external js file
Your system administrator is throwing the baby out with the bath water. SSI, when used as a way of consolidating changeable code into a single file is not a significant security risk. Use Google to...
View ArticleRe: Several Galleries with Clearbox 3 widget
I've never used Clearbox but my guess is that you need to give your various galleries a unique identifyer. <div id="Gallery1">slideslideslide</div> <div...
View ArticleRe: using .class id's in css
Put all of the common styles that all of these boxes will have into one class rule. Then create a separate rule for each color. For example - .box {width:260px;margin-left:50px;font-family:tahoma,...
View ArticleRe: using .class id's in css
Gosh, this feels like Deja vu all over again. Use Class names (not IDs) for re-usable elements. CSS: .box {width: xxxpx;line-height: xxpx;border: 1px solid #666;} Create some additional classes for...
View Article