Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 4
There are 1 users currently browsing forums.
HTML/CSS Coding The basis of the World Wide Web, HTML, XHTML, and CSS make our forum possible, so it must be important right? Ask questions and receive help with these markups here.

Reply
  #1  
Old 02-05-2010
New Born
 
Join Date: Aug 2009
Posts: 2
Rep Power: 0
pts123 is on a distinguished road
Adding a logo start page?

I have a website with a normal index.htm page to start it. What I would like to do is create a simple page with my logo centered near the top and a black background.

When someone first comes to the site, I would like the logo page to come up first as the index.htm loads in the background. And then after a pre-determined amount of time, say 3 to 4 seconds have the opening logo page disolve away leaving the index page? Or maybe floats up or some transition. Is there a way to call this logo page up in the code on the index.htm page?

Jerry - KC
Reply With Quote
  #2  
Old 02-05-2010
vento's Avatar
Sexy monkey
 
Join Date: May 2009
Location: Lithuania
Age: 17
Posts: 185
Rep Power: 2
vento is on a distinguished road
Re: Adding a logo start page?

httaccess. No doubts.

But I would rather suggest calling your index.htm into something like home.htm or main.htm and then simply make a new index.htm that would contain a logo and a JS that would redirect to the main page after those 4 seconds.
Reply With Quote
  #3  
Old 03-10-2010
Looking#'s Avatar
Toddler
 
Join Date: Mar 2010
Location: Maryland
Posts: 24
Rep Power: 0
Looking# is on a distinguished road
Re: Adding a logo start page?

I don't know...I don't think .htacess applies to this situation. What I see is a heck of a lot of JS programming.

Seriously, you've got to really know Javascript to do what I think you want to do. You'd have to use a thread to load the index page while your animation loads in the foreground. Two processes, a thread for each. I don't even know if Javascript supports that.

But come to think of it, you might need to do that in Flash. If your home page takes forever to load, I believe it's rather easy to tell Flash to play your movie in the foreground while the background loads.

Let me know if you get it working. I'll be very interested to find out if it works.
Reply With Quote
  #4  
Old 3 Weeks Ago
HunterT's Avatar
Toddler
 
Join Date: Jul 2010
Posts: 7
Rep Power: 0
HunterT is on a distinguished road
Re: Adding a logo start page?

no, No. All of these guys are wrong. What you want to do is Take a screen shot of your website without the logo. Edit with paint put the logo on top.
Have a redirect code, with transition effects for content=3 which is like 3 seconds.

hope I helped!
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How Do I Get My Logo To Show with Page Title on Browser Tabs usmanah HTML/CSS Coding 14 12-12-2007 11:46 AM
My newer website. Need some help. NaRzY HTML/CSS Coding 4 03-26-2007 03:49 AM
CMS Help - Adding a page hexguyuk PHP Scripting 9 06-22-2006 12:40 PM
Adding music to a page... Yuneek HTML/CSS Coding 2 01-13-2005 10:49 AM
Writing Your First Page wizard HTML & CSS Articles 3 01-06-2005 04:40 AM