Can I Make The Page Load First Then The Adverts?

Status
Not open for further replies.

darkX3536

New Member
Messages
106
Reaction score
0
Points
0
This is so as sometimes, the advertisements seem to make my pages load unusally slow for pages with text only...

Thanks!
 

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
Not that i can think of html like any other computer language runs in a linear fashion. It just wont work any other way. The only way i could think of is to put the adverts below some of the text and use css to make them apear at the top of the page.
 

darkX3536

New Member
Messages
106
Reaction score
0
Points
0
Whoa! That sounds really tough to code! And I thought CSS is not 100% friendly to every viewer?

Where do I start?
 

jdmaurer16

New Member
Messages
34
Reaction score
0
Points
0
The only way I can think of is to put the CSS on a seperate page, and pre-load it.
 

like2program

New Member
Messages
244
Reaction score
0
Points
0
@jdmaurer16
Do you mean like external css?
That seems like the only method for doing so.
 

marshian

New Member
Messages
526
Reaction score
9
Points
0
You could use AJAX...
Page loads (no adds), done loading -> trigger a code to show adds -> adds load -> page is fully loaded

The problem with that is:
1. The user can disable javascript -> no adds
2. If you must put adds (add-enchanted hosting on x10 for example), you have to use the exact code, and that's not the one you'll need when you want to use AJAX to load them...
 

nicedatx10

New Member
Messages
12
Reaction score
0
Points
0
I have the same problem. X10 ads loads too slow. and I must place dat ads in upper part of page. It's make site to load deadly slow!

How to solve a problem? Any ideas?
 

nicedatx10

New Member
Messages
12
Reaction score
0
Points
0
Hi--
This site
www.netmechanic.com/news/vol6/css_no18.htm
has a nice intro to preloading with CSS, plus a link to an earlier
article on preloading with javascript.
Al
u mean:

Code:
Preloading With The DISPLAY Property
  First, let's create a class with display set to none and add it to the HEAD section of the home page:
   <style type="text/css">
.hiddenPic {display:none;}
</style>
it's will work wit x10 text ads?
 

Kayos

Community Advocate
Community Support
Messages
987
Reaction score
4
Points
0
I'm pretty sure this didn't need to be resurrected. Closed.
 
Status
Not open for further replies.
Top