![]() | |
#11
| |||
| |||
|
|
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. |
#12
| |||
| |||
|
|
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. |
#13
| |||
| |||
|
#14
| |||
| |||
|
|
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%" / |
#15
| |||
| |||
|
|
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. |
#16
| |||
| |||
|
|
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. |
#17
| |||
| |||
|
|
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. |
#18
| |||
| |||
|
|
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... |

#19
| |||
| |||
|
|
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. |
#20
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |