Forum Moderators: martinibuster

Message Too Old, No Replies

Thinking avout 1280 width screen resolution

Insert an skyscrper at the right side for wide screen

         

jetteroheller

8:05 pm on Oct 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I am just thinking about inserting a 160x600 block when the sceen is more than 1200 pixel width.

The method could be a SSI looking for the past cookies.
When the cookie of the last visit indicates large screen, the SSI inserts.

Somebody tried before?
What success?

leadegroot

9:18 pm on Oct 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would be inclined to do it by checking for the current window width and inserting adsense code if its wide enough, myself.
Look at the adsense site sample a-b test code for implementation, and google for how to detect window width.
Note that you are interested in *window* width, not screen width.
Interesting idea - I might have to try it :)

danny

11:07 pm on Oct 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think it's possible to do this, at least not without more drastic (and probably TOS-violating) modification of the code than the A-B example.

If I'm wrong and someone has managed to get this working, can you post your code here?