Search found 7 matches

by Kazbaeden
Tue Feb 24, 2004 7:32 pm
Forum: Javascript
Topic: Vertical Sizing Past 100%
Replies: 4
Views: 1390

I fixed the problem the other night, so I deleted the files... after being exhausted from hours working on this problem I just made the layout out of tables in 5 minutes and was done with it.
by Kazbaeden
Sun Feb 22, 2004 12:15 am
Forum: Javascript
Topic: Vertical Sizing Past 100%
Replies: 4
Views: 1390

Vertical Sizing Past 100%

I have a two column layout in the center of a page, which is vertically sized to 100%. Everything looks fine until content is added which exceeds the height of the page. The column containing the overflow will be extended, but borders and backgrounds of other columns will remain behind. In Mozilla, ...
by Kazbaeden
Mon Jan 12, 2004 9:29 pm
Forum: PHP - Code
Topic: Require and URL
Replies: 3
Views: 402

I guess those are the mistake a noob makes then. So = is to set equal to and == is to compare to. Gotcha. Thanks a lot!
by Kazbaeden
Mon Jan 12, 2004 7:58 pm
Forum: PHP - Code
Topic: Require and URL
Replies: 3
Views: 402

Require and URL

I'm pretty new to PHP so this stuff is probably pretty basic. What I'm trying to do is have a shell for the layout, and use require() to add content. When a user clicks on a link, the content should change. So I tried this: <?php if ($_SERVER&#1111;'REQUEST_URI'] = "/index.php") &#...
by Kazbaeden
Fri Dec 05, 2003 3:57 pm
Forum: PHP - Code
Topic: Stretching an image vertically.
Replies: 4
Views: 953

Also, I've recieved some other confimations that it looks fine in IE5.5.
by Kazbaeden
Fri Dec 05, 2003 1:43 pm
Forum: PHP - Code
Topic: Stretching an image vertically.
Replies: 4
Views: 953

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, so...
by Kazbaeden
Fri Dec 05, 2003 1:02 pm
Forum: PHP - Code
Topic: Stretching an image vertically.
Replies: 4
Views: 953

Stretching an image vertically.

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...