I have been playing with the "konami" script to put an "easter egg" on some of my sites. I have it working so it will open a new page, but what I would like to do is have it pop up an image over the...
Type: Posts; User: Glen_S; Keyword(s):
I have been playing with the "konami" script to put an "easter egg" on some of my sites. I have it working so it will open a new page, but what I would like to do is have it pop up an image over the...
Not sure if this is the right board or if it should be in the PHP section, but here goes:
Here is my situation, in my CSS style sheet I have several div box definitions, like so:
#box3 {...
update - I noticed that the newest version 1.51 had a fix for Safari, so I tried it on my pages and they render correctly now. Google Chrome now also renders this script ok, with 1.5 it did not.
I noticed on a site where I have this script in place, the slideshow is no longer fading since my latest firefox upgrade (to 3.5.2), and now just replaces the images with no fade effect.
Oddly...
thanks - if you also have any suggestions how to incorp the popup into that I'd be grateful to! (you know way more about js coding than I do)
Glen
What I want to do is have a mouseover image pop up work like this script does, but only when a key (I don't really care which key) is pressed while the mouseover happens. Someone suggested that...
Thanks - I thought I would have to go with something like javascript on this, I'll look and see what I can find.
I am using this script to have image popups when there is mouseover action on a set of links, and it works very well.
What I want to do now though, is add an "easter egg" to my site so that when...
thanks - a full blown CMS wasn't really what I had in mind for now, although for the long run I do think I'd be better off designing these sites in something like joomla etc..
I was just wondering...
I put a site up for a non profit organization, and on it there is several pages where the information can be changing on an almost daily basis. The way the site is designed the info is in a 600px X...
I've installed apache and php on my laptop for testing web pages since I started using php includes for menu's etc. to make sure the pages work. On one site I just modified the .htaccess file so it...
thanks! that did the trick
I have used the following code in one page to wrap text around images and it works fine, but for some reason when I try to replicate it on another site the text keeps pushing the image out of my...
It is php5, so where in the line would you have php5?
like this?
AddType application/x-httpd-php5 .php .htm .html
AddHandler application/x-httpd-php5 .html .php .htm
I tried that, still...
Correction - changing the file to a .php extension did work - but I still dont know why the php is not working when they have the .html extension.
I stripped out everything from the .htaccess file...
Nope, accessing both files through the webserver, ie. http://localhost:7777/<mywebdir>/
Even renaming the pages with a .php extension doesnt do it, I know I'm missing something simple here, just...
I've been using some very simple php includes to simplify management of some sites I have built. With one site I had already uploaded a large number of .html files so rather than renaming them I...
CSS file:
#box6 { border: none;
margin-left: 0px;
margin-top: 0px;
border-width: 0px;
height: 400px;
width: 671px;
padding: 0px;
float: left;
I have 2 boxes side by side fitting in a 800 px wide container. The boxes are set so they just fit, one on the left houses a css menu and the one right of it holds text and images. I want the text to...
Judging by the site stats IE6 is still by far the most used browser used by any visitors to the site. I am seeing more IE7 and FF, with IE7 the one that is increasing the most. Opera is very rare, at...
thanks - I'll check out the script when I get time. I just checked and in ie6 the CPU is jumping up and down from 100% to 5% and in FF it is more or less pinned at 100%.
Perhaps changing the...
1) Script Title:
Ultimate fade in slideshow
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
I am using this script on a page I am...
I have a page I'm building that uses pure css for a fly-out menu, in order to have the page render ok in IE without adding javascript the author of the css menu used the following for each menu item:...
found it! turns out I was missing the:
<!--[if lte IE 6]>
</td></tr></table>
</a>
<![endif]-->
after the last menu item...
knew it was something simple!
I'm hitting a snag in a site I am working on. I have a css fly-out drop-down menu residing below some div boxes, and what I want to do is have another div box with an image in it to sit just to the...