Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resolution Problems

Status
Not open for further replies.

GoLdFiNgeR

IS-IT--Management
Jun 4, 2002
252
US
Ok, the problem is tha i have a floating image like this one except mine is on the right of the screen, (sorry you cant see my actual page its not up yet

but , i was wondering if there was a way to stop that from showing up on any resolution of 800 x 600 or lower, because the image ends up in the middle of all of my text, the code is exactly how it is on the links page

thnak you all for your help
william
 
Hi,

simply put the code inside an if statement that detects the browser resolution like this:



if (screen.width>=800||screen.height<=600){

Put the code in here

}


Hope this helps Nick (Web Developer)


nick@retrographics.co.uk
 
ok, im probably doing somethign wrong, but that didnt work,

my code is too long to put in here though

any other suggestions, or what i may be doiing wrong,

thanks
 
its not on the net as of yet, can i email you the page or something?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top