Forum: HTML and CSS Sep 3rd, 2008 |
| Replies: 0 Views: 281 Bookmark within iFrame Hi.
I have a page (framey.htm) with several bookmarks that is loaded into another page (home.htm) using an iFrame.
From a third page, I want to put a link to home.htm, yet I want the iFrame... |
Forum: HTML and CSS Aug 19th, 2008 |
| Replies: 5 Views: 506 |
Forum: HTML and CSS Aug 19th, 2008 |
| Replies: 5 Views: 506 |
Forum: HTML and CSS Aug 18th, 2008 |
| Replies: 5 Views: 506 List elements overlapping in Netscape (and FF) Hi,
I'm not too good with CSS but I managed to create a menu list that I like. It works exactly how I want with IE 6.0, but overlaps with Netscape and FF.
Can anyone help me figure out why?
Here... |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 0 Views: 2,946 Adding text to Slideshow script for images Greetings,
I'm not a very advanced programmer at all.
I found a piece of code that helps me out a lot at http://www.codelifter.com/main/javas...lideshow2.html. It allows an image to crossfade into... |
Forum: Website Reviews Jan 21st, 2008 |
| Replies: 1 Views: 517 |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2007 |
| Replies: 1 Views: 1,825 Displaying RSS Feeds in Tabbed box on web page Greetings from Japan.
I'd like to display a few RSS feeds from other web sites on my web site in a tabbed box, where each tab signifies a feed from each of those sites.
I'm trying to keep the Web... |
Forum: HTML and CSS Jul 19th, 2007 |
| Replies: 1 Views: 1,029 Webbot include causes conflicting CSS Hello,
I have created a list of links that serve as the left side navigation that I include in every page of my site.
I add it using Frontpage's Webbot include
<!--webbot bot="Include"... |
Forum: JavaScript / DHTML / AJAX Jun 26th, 2007 |
| Replies: 1 Views: 1,801 Swap Text along with Image Hello,
I'm not a Javascript expert -- not even a novice.
But reading this forum and others, I've managed to get code in my page that allows me to have a big image, and three thumbnails.
When I... |
Forum: JavaScript / DHTML / AJAX Jun 25th, 2007 |
| Replies: 3 Views: 4,785 Re: A new image swap? Well...I figured it out.
function replace(Bigpic, Lilpic1)
{
var Bigpic = document.getElementById("Bigpic");
var Lilpic1 = document.getElementById("Lilpic1");
var Bigpicsrc =... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2007 |
| Replies: 3 Views: 4,785 Re: A new image swap? Hello. I know this thread is old...but hopefully will see this response.
The above script was very informative. I don't know jack about scripting.
I'm working on a web page that is going to have one... |