Stretching an image vertically.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Kazbaeden
Forum Newbie
Posts: 7
Joined: Fri Dec 05, 2003 1:02 pm

Stretching an image vertically.

Post by Kazbaeden »

Here is the site in question.

http://www.baelfire.net/Main/index.php

I'm using a blog script called B2 in order to do a news posting thing, but that's working fine and nicely. What I'm trying to do is dress it up a bit. I have a border around it, and in the border is a gradient, which is supposed to stretch the length of the border. The top gradients stretch the desired lengths, but the side borders do not. They look fine when I look at the local copy, and there is no PHP acting on it, so I was just wondering why it changes when it's uploaded to my server.

I added my stylesheet to the page in case it might be a stylesheet error, but I'm figuring it's some rule I've violated in PHP.

Thanks.
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

Post by microthick »

Looks good to me:

Firebird 0.7
MS IE 5.5

Win2k at 1024x768
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

the difference between
Mozilla and IE

it s the lines on the both sides (the border) you have a orange like line wich doesn t appear in IE (well we see only a bit of it..)

but what s the bug you have ?

what s not showing properly ?
Kazbaeden
Forum Newbie
Posts: 7
Joined: Fri Dec 05, 2003 1:02 pm

Post by Kazbaeden »

I'm using IE 6 and XP at 1200 x 1024.

Here's what it looks like to me:

http://www.baelfire.net/Main/Images/temp1.jpg

Here's what I want it to look like:

http://www.baelfire.net/Main/Images/temp2.jpg

What I can't seem to do is get those gradient images to stretch 100%, as they're told to do. Also, something completely different happens in Netscape 7.1, where they stretch but not all the way.

Edit-- I just got a friend who has firebird to take a look at it, and it looks exactly how I want it. So I guess the question is... what's IE 6 doing to it?
Kazbaeden
Forum Newbie
Posts: 7
Joined: Fri Dec 05, 2003 1:02 pm

Post by Kazbaeden »

Also, I've recieved some other confimations that it looks fine in IE5.5.
Post Reply