HighDots Forums  

Browser Issue - IE, Of Course

alt.html alt.html


Discuss Browser Issue - IE, Of Course in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-21-2008 , 11:50 PM






On 2008-03-22, Lupine Predator wrote:
Quote:
On Sat, 22 Mar 2008 00:42:19 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:
....
Specify "width" and "height" in your "img" tag. I think that will do it.

I specified height - If I constrain both, the aspect ratio is all
screwed up - can't seem to find the right dimensions. And in the
other browsers, specifying just the height works fine.
width: 450; height: 300; ds_splash_pg.jpg
width: 864; height: 576; ds_splash_pg02.jpg

Use the same proportions as the width and height of the jpegs, eg:

width: 400px; height: 266.667px

The second picture should really be much smaller; it will take a long
time to load on dial-up. Similarly, the thumbnails on the gallery
pages should be reduced considerably.

--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #12  
Old   
Lupine Predator
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-21-2008 , 11:53 PM






On Sat, 22 Mar 2008 00:48:46 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Quote:
Lupine Predator wrote:
On Sat, 22 Mar 2008 00:42:19 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:21:59 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
Hi, everyone. I just stumbled on this group, and I hope someone can
help me with this. I'm self-taught, and I've just started working on
a part-time basis doing web sites.

A simple little site I built is causing problems in IE. Rather than
trying to explain it, I'll post the link. If you check this site in
Firefox or Opera, it's beautiful. But IE just screws everything up.
How? What exactly are you seeing? What operating system and version of
IE are you using?

http://www.deborahsprintshop.com
dorayme's comments I second.

Also, in SeaMonkey (a Mozilla-based browser) I have turned on the
function to re-size large images to fit into my viewport (Google it).
So, the bottom right hand pic (ds_splash_pg02.jpg) shows up larger in
IE7 than in SM. Other than that? I see no difference.

Looks the same in:

SeaMonkey
Firefox
Opera
Safari

Didn't check it in IE6 (I'd have to turn on another system and it's
getting late here).
I'm running Opera, Firefox, and IE6. IE6 the image is HUGE, which
it's not supposed to be. It *should* look the way it does in Firefox
and Opera.
Specify "width" and "height" in your "img" tag. I think that will do it.

I specified height - If I constrain both, the aspect ratio is all
screwed up - can't seem to find the right dimensions. And in the
other browsers, specifying just the height works fine.

the dimensions should be the same as the original image file! don't use
these HTML tags to resize an image.

And, also, when I looked at your code I did not see any size specs.
Sorry - I didn't specify height, it was width, and I did it as a
percentage:

<img src="images/ds_splash_pg02.jpg" width="60%" />


Reply With Quote
  #13  
Old   
Lupine Predator
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-21-2008 , 11:58 PM



Okay - it's late here, and I'm going to get to bed. I want to say
thanks to everyone, and I'll get back on working this tomorrow. Don't
worry, I'll be bugging you some more for help, believe me...

Thanks again for the help. Expect to see a lot of me... lol...

Reply With Quote
  #14  
Old   
Ed Mullen
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 12:33 AM



Lupine Predator wrote:
Quote:
On Sat, 22 Mar 2008 00:48:46 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:42:19 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:21:59 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
Hi, everyone. I just stumbled on this group, and I hope someone can
help me with this. I'm self-taught, and I've just started working on
a part-time basis doing web sites.

A simple little site I built is causing problems in IE. Rather than
trying to explain it, I'll post the link. If you check this site in
Firefox or Opera, it's beautiful. But IE just screws everything up.
How? What exactly are you seeing? What operating system and version of
IE are you using?

http://www.deborahsprintshop.com
dorayme's comments I second.

Also, in SeaMonkey (a Mozilla-based browser) I have turned on the
function to re-size large images to fit into my viewport (Google it).
So, the bottom right hand pic (ds_splash_pg02.jpg) shows up larger in
IE7 than in SM. Other than that? I see no difference.

Looks the same in:

SeaMonkey
Firefox
Opera
Safari

Didn't check it in IE6 (I'd have to turn on another system and it's
getting late here).
I'm running Opera, Firefox, and IE6. IE6 the image is HUGE, which
it's not supposed to be. It *should* look the way it does in Firefox
and Opera.
Specify "width" and "height" in your "img" tag. I think that will do it.
I specified height - If I constrain both, the aspect ratio is all
screwed up - can't seem to find the right dimensions. And in the
other browsers, specifying just the height works fine.
the dimensions should be the same as the original image file! don't use
these HTML tags to resize an image.

And, also, when I looked at your code I did not see any size specs.

Sorry - I didn't specify height, it was width, and I did it as a
percentage:

img src="images/ds_splash_pg02.jpg" width="60%" /
Ok, look. If the image.jpg is 1020 x 768 and you put a link to it and
say width="foo" height="bar" (neither of which is the original size)
you're gonna have problems. i.e. you are foo-barred. FUBAR, ok? Fouled
Up Beyond All Control.

On the other hand, maybe I'm missing something.

--
Ed Mullen
http://edmullen.net
Is it my imagination, or do buffalo wings taste like chicken?


Reply With Quote
  #15  
Old   
dorayme
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 12:45 AM



In article <lo59u31j839a8gc1chns0ge80vb3a7etiu (AT) 4ax (DOT) com>,
Lupine Predator <lupine (AT) pack (DOT) c0m> wrote:

Quote:
On Sat, 22 Mar 2008 15:09:11 +1100, dorayme
doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

In article <jk39u31hl0eg5dun3cv73mv95goh8err27 (AT) 4ax (DOT) com>,
Lupine Predator <lupine (AT) pack (DOT) c0m> wrote:


Thanks in advance for any help anyone can give me. Here's the link:

http://www.deborahsprintshop.com


Hi Lupine,

First thing to do is put a doctype on the top. This will help you
in IE. Look this one up first in your studies.

I suggest you use 4.01 Strict, validate your html doc and that is
the start.

The next thing to do is to consider whether you have the time and
patience to do without the easier to use tables for such a simple
layout that you have. That is something to familiarise yourself
with, the idea that tables, strictly are best reserved for
tabular data rather than general layout of pages.

Woah!! Thanks for the quick reply!!


What would you suggest in place of tables? <div> ? I'm not really
clear on the use of divs, though I need to get myself there.

Perhaps you can take a look at a quick alternative markup of the
sort of thing you like, naturally, it is for you to work on to
make as you like. And there would be more elegant than this for
sure, but it might get you going:

<http://members.optusnet.com.au/debramcalister/alt/deborah.html>

or

<http://tinyurl.com/36w52v>

Looks ok in Safari and Firefox. I can't say about the other
browsers at the moment.

--
dorayme


Reply With Quote
  #16  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 01:09 AM



Lupine Predator wrote:

Quote:
On Sat, 22 Mar 2008 00:42:19 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:21:59 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
Hi, everyone. I just stumbled on this group, and I hope someone can
help me with this. I'm self-taught, and I've just started working on
a part-time basis doing web sites.

A simple little site I built is causing problems in IE. Rather than
trying to explain it, I'll post the link. If you check this site in
Firefox or Opera, it's beautiful. But IE just screws everything up.
How? What exactly are you seeing? What operating system and version
of IE are you using?

http://www.deborahsprintshop.com
dorayme's comments I second.

Also, in SeaMonkey (a Mozilla-based browser) I have turned on the
function to re-size large images to fit into my viewport (Google it).
So, the bottom right hand pic (ds_splash_pg02.jpg) shows up larger in
IE7 than in SM. Other than that? I see no difference.

Looks the same in:

SeaMonkey
Firefox
Opera
Safari

Didn't check it in IE6 (I'd have to turn on another system and it's
getting late here).

I'm running Opera, Firefox, and IE6. IE6 the image is HUGE, which it's
not supposed to be. It *should* look the way it does in Firefox and
Opera.
Specify "width" and "height" in your "img" tag. I think that will do it.

I specified height - If I constrain both, the aspect ratio is all screwed
up - can't seem to find the right dimensions. And in the other browsers,
specifying just the height works fine.
Don't use width and height in your img element to *resize* an image. Make
the image the size you want it to display; then use those dimensions in
your markup. Yes, this means a separate image for thumbnails and for the
larger image they point to, if you're using thumbs.


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #17  
Old   
Mike Barnard
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 07:23 AM



On Sat, 22 Mar 2008 16:45:24 +1100, dorayme
<doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

Quote:
In article <lo59u31j839a8gc1chns0ge80vb3a7etiu (AT) 4ax (DOT) com>,
Lupine Predator <lupine (AT) pack (DOT) c0m> wrote:

On Sat, 22 Mar 2008 15:09:11 +1100, dorayme
doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

In article <jk39u31hl0eg5dun3cv73mv95goh8err27 (AT) 4ax (DOT) com>,
Lupine Predator <lupine (AT) pack (DOT) c0m> wrote:


Thanks in advance for any help anyone can give me. Here's the link:

http://www.deborahsprintshop.com


Hi Lupine,

First thing to do is put a doctype on the top. This will help you
in IE. Look this one up first in your studies.

I suggest you use 4.01 Strict, validate your html doc and that is
the start.

The next thing to do is to consider whether you have the time and
patience to do without the easier to use tables for such a simple
layout that you have. That is something to familiarise yourself
with, the idea that tables, strictly are best reserved for
tabular data rather than general layout of pages.

Woah!! Thanks for the quick reply!!


What would you suggest in place of tables? <div> ? I'm not really
clear on the use of divs, though I need to get myself there.


Perhaps you can take a look at a quick alternative markup of the
sort of thing you like, naturally, it is for you to work on to
make as you like. And there would be more elegant than this for
sure, but it might get you going:

http://members.optusnet.com.au/debra...t/deborah.html

or

http://tinyurl.com/36w52v

Looks ok in Safari and Firefox. I can't say about the other
browsers at the moment.
I was looking at the CSS for the register. It's not only deep, it's
well documented.

www.theregister.co.uk/



Reply With Quote
  #18  
Old   
Mike Barnard
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 07:27 AM



On Sat, 22 Mar 2008 04:58:48 GMT, Lupine Predator <lupine (AT) pack (DOT) c0m>
wrote:

Quote:
Okay - it's late here, and I'm going to get to bed. I want to say
thanks to everyone, and I'll get back on working this tomorrow. Don't
worry, I'll be bugging you some more for help, believe me...

Thanks again for the help. Expect to see a lot of me... lol...
I've been in the same boat as you for the last few weeks. The help I
have recieved here has been tremendous. The same few names cropping
up again and again. And again!

Look at posts I have made and the answers therein. They may save you
some time. Not my posts, but the answers I recieved!

Mike.


Reply With Quote
  #19  
Old   
Lupine Predator
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 10:40 AM



On Sat, 22 Mar 2008 12:27:15 +0000, Mike Barnard
<m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote:

Quote:
On Sat, 22 Mar 2008 04:58:48 GMT, Lupine Predator <lupine (AT) pack (DOT) c0m
wrote:

Okay - it's late here, and I'm going to get to bed. I want to say
thanks to everyone, and I'll get back on working this tomorrow. Don't
worry, I'll be bugging you some more for help, believe me...

Thanks again for the help. Expect to see a lot of me... lol...

I've been in the same boat as you for the last few weeks. The help I
have recieved here has been tremendous. The same few names cropping
up again and again. And again!

Look at posts I have made and the answers therein. They may save you
some time. Not my posts, but the answers I recieved!

Mike.
I can't believe that I didn't come to usenet before last night looking
for help. I've been around here for years. I always just surfed the
web looking for help - w3schools being my main, and apparently wrong,
source for info.

It's nice to be a novice at something, come in and ask for help, and
not get flamed to h*ll and back for it... Not only was I not flamed,
but I received answers almost immediately.

*This* is what usenet *should* be...


Reply With Quote
  #20  
Old   
Lupine Predator
 
Posts: n/a

Default Re: Browser Issue - IE, Of Course - 03-22-2008 , 10:40 AM



On Sat, 22 Mar 2008 01:33:04 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Quote:
Lupine Predator wrote:
On Sat, 22 Mar 2008 00:48:46 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:42:19 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
On Sat, 22 Mar 2008 00:21:59 -0400, Ed Mullen <ed (AT) edmullen (DOT) net> wrote:

Lupine Predator wrote:
Hi, everyone. I just stumbled on this group, and I hope someone can
help me with this. I'm self-taught, and I've just started working on
a part-time basis doing web sites.

A simple little site I built is causing problems in IE. Rather than
trying to explain it, I'll post the link. If you check this site in
Firefox or Opera, it's beautiful. But IE just screws everything up.
How? What exactly are you seeing? What operating system and version of
IE are you using?

http://www.deborahsprintshop.com
dorayme's comments I second.

Also, in SeaMonkey (a Mozilla-based browser) I have turned on the
function to re-size large images to fit into my viewport (Google it).
So, the bottom right hand pic (ds_splash_pg02.jpg) shows up larger in
IE7 than in SM. Other than that? I see no difference.

Looks the same in:

SeaMonkey
Firefox
Opera
Safari

Didn't check it in IE6 (I'd have to turn on another system and it's
getting late here).
I'm running Opera, Firefox, and IE6. IE6 the image is HUGE, which
it's not supposed to be. It *should* look the way it does in Firefox
and Opera.
Specify "width" and "height" in your "img" tag. I think that will do it.
I specified height - If I constrain both, the aspect ratio is all
screwed up - can't seem to find the right dimensions. And in the
other browsers, specifying just the height works fine.
the dimensions should be the same as the original image file! don't use
these HTML tags to resize an image.

And, also, when I looked at your code I did not see any size specs.

Sorry - I didn't specify height, it was width, and I did it as a
percentage:

img src="images/ds_splash_pg02.jpg" width="60%" /

Ok, look. If the image.jpg is 1020 x 768 and you put a link to it and
say width="foo" height="bar" (neither of which is the original size)
you're gonna have problems. i.e. you are foo-barred. FUBAR, ok? Fouled
Up Beyond All Control.

On the other hand, maybe I'm missing something.
No, I'm missing something in what you're trying to say.

When (I thought) you constrain just one dimension, either height or
width, the browser automatically compensates and adjusts the other,
and retains aspect ratio.

But when you specify both, then unless you have both in correct
proportion when reducing the size, you get aspect ratio issues.

Which is all moot, because I figured out that if I do a test resize in
any image view, and tell it to constrain proportions, when I enter one
dimension, the viewer will tell me what the other needs to be...

Sometimes I'm an idiot...


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.