Reply
website help
Old 05-21-2004, 11:50 PM website help
Novice Talker

Posts: 6
I have 2 problems with my site:

The first is the site seems to load a little slow. So i need advice on preloaders.

The second problem is that my site uses pop up windows to view my pictures but it seems that people using IE(mostly using macs) have problems with the images loading the full size of the image. I tried to set up the pop up windows so there would be no scrollbars but they still show up on IE.

If anyone has any ideas I would greatly apreciate any help you can offer.

http://tylerbaileyimages.com/
Tytre7 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-22-2004, 07:30 AM
Junior Talker

Posts: 1
What version of Internet Explorer are you having the problem with?

If the option is available try this,

Go to: Tools>Internet Options>Advanced>

Scroll down to the Multimedia section and look for an option called Enabel Automatic Image Resizing - Make sure this hasn't got a tick in the box next to it.

Hope this helps
web_bert is offline
Reply With Quote
View Public Profile
 
Old 05-22-2004, 08:57 AM
Jcgeuze's Avatar
Skilled Talker

Posts: 93
Location: The Netherlands,
try this code, it works for me

function clip(url) {
var width = 640;
var height = 480;
var left = Math.floor( (screen.width - width) / 2);
var top = Math.floor( (screen.height - height) / 2);
var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width + ",toolbar=0,location=0,directories=0,status=0,menu bar=0,resizable=0,scrollbars=0,copyhistory=0";
pro = window.open(url, 'img_big', winParms);
}
</script>

<img src='' onclick='clip('http://www.bla.com/img_big.jpg)'>
Jcgeuze is offline
Reply With Quote
View Public Profile Visit Jcgeuze's homepage!
 
Reply     « Reply to website help
 

Thread Tools

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11359 seconds with 12 queries