Site loading order and button question

S

Steve

I just published my first design efforts last night.
www.mozartforum.com

I made a custom theme that has a paper texture BG. That
texture seems to be the last element to load, after
starting with a similar plain color BG. Doesn't matter
much at 256k because it's all plenty quick. At 28.8 which
is what I'm still stuck on at home it's less than
attractive the way the elemnts load. Is there anyway to
change to order ? Applying the theme was the first thing I
did wnen designing the page so that should make it tops in
the code right ?

Also I did a custom button that I wanted to be interactive
and have letters change from black to red when pushed. I
see the interactive buttons offered but can find no way to
import my own as an interactive. Am I just missing it ?

As usual thanks in advance

Steve
 
T

Thomas A. Rowe

You have no control over the order in which a browser loads page items.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

PS
Remove all spaces from file names - illegal html and breaks links and navigation

Also you appear to be using FP2003 and your theme CSS file (_themes/paper-bg-1/pape1011.css)which is ~38KB can be cut down to ~ 6KB
by removing all the WSS them elements not used by your site
See http://sbrenjoy.bizland.com/frontpage/themes/newthemes.html




| You have no control over the order in which a browser loads page items.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I just published my first design efforts last night.
| > www.mozartforum.com
| >
| > I made a custom theme that has a paper texture BG. That
| > texture seems to be the last element to load, after
| > starting with a similar plain color BG. Doesn't matter
| > much at 256k because it's all plenty quick. At 28.8 which
| > is what I'm still stuck on at home it's less than
| > attractive the way the elemnts load. Is there anyway to
| > change to order ? Applying the theme was the first thing I
| > did wnen designing the page so that should make it tops in
| > the code right ?
| >
| > Also I did a custom button that I wanted to be interactive
| > and have letters change from black to red when pushed. I
| > see the interactive buttons offered but can find no way to
| > import my own as an interactive. Am I just missing it ?
| >
| > As usual thanks in advance
| >
| > Steve
|
|
 
Top