954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

extending Horizontal as well as vertical ????

OK folks.... struggling with this one!

You create a table, set the propeties so that t is 100% etc.... you place images in the outer cells, so you are forming a ring of out cells around the central/9th one.
Now, if you set the images to stretch as well, then view it in i.e... theres a problem.... the width is perfect... the height isn't!

Now, I think I have found away round this... just can't find where I put the page with my notes and an example on...... so does anyone else haveany ideas how to fix this, whether it breaks the code rules, whether other browsers have this issue etc.

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 

OK folks.... struggling with this one!

You create a table, set the propeties so that t is 100% etc.... you place images in the outer cells, so you are forming a ring of out cells around the central/9th one. Now, if you set the images to stretch as well, then view it in i.e... theres a problem.... the width is perfect... the height isn't!

Now, I think I have found away round this... just can't find where I put the page with my notes and an example on...... so does anyone else haveany ideas how to fix this, whether it breaks the code rules, whether other browsers have this issue etc.

Can we get a look at your code? Did you hard code height values? Heights can be tricky sometimes... sometimes I'll use spacer GIFs to get a height exactly how I want it. Doesn't sound like that would work for you though --

Send over your code, I'll take a look.

2ndPlatform
Junior Poster in Training
61 posts since Nov 2004
Reputation Points: 15
Solved Threads: 0
 

Ditto: post a hyperlink.

Also, make sure you're using a DocType so that the browser(s) know what they are and are not allowed to do with percentages, padding, margins, and so on.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

damn... thought that would be a problem.... no doc type! AS soon as you put that it, it breaks!

Why for they not permit % height... they permit % width! ?

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 

Because pages have a natural width: the width of the browser window.

Put there is no concept of "natural height". Pages extend indefinitely, past the bottom of the browser. A percentage would be a percentage of, what, exactly?

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

I suppose thats a good point!
It just makes doing certain things difficult, or impossible!

Then again, there's quite a few things that the web languages have done that seem odd..... or should I say that the browsers have had done!
I don't understand why they have all the differences in browsers... if the language has defined settings, I believe the browsers should be forced to utilise these.... not do so if they wish!
Thats the hardest part of WSD, the flaming browser differences!

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 

OK.... I think I have a legitimat way of doing this.......
You just position things at the bottom of the page, with a Z-placement of a higher value!
That should work!
This, if you want the page to appear to be in a extending frame... you simply position relative to the bottom of the page..... where as if you position to the bottom of the window, the contents would appear to scroll through ???? (is that right?)
Also, is that permissable?

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 
OK.... I think I have a legitimat way of doing this....... You just position things at the bottom of the page, with a Z-placement of a higher value! That should work! This, if you want the page to appear to be in a extending frame... you simply position relative to the bottom of the page..... where as if you position to the bottom of the window, the contents would appear to scroll through ???? (is that right?) Also, is that permissable?

Hi Autocrat -- can you give us a look at how you did it? I'm not sure I follow what you're doing but would be interested to see...

Glad you found something that works though!

2ndPlatform
Junior Poster in Training
61 posts since Nov 2004
Reputation Points: 15
Solved Threads: 0
 

Well, I've had a play..... I can position things at the bottom of the page using either CSS... which was problematic.... or I can make IE stretch to the bottom of the window if the page is shorter, and take a bottom aligned graphic with it..... alternatively, I have a JS code to do basically the same thing, so that it will overlay what ever is on the page, so it appears that things are scrolling from under it!
Make sense?

autocrat
Posting Pro in Training
431 posts since Feb 2005
Reputation Points: 63
Solved Threads: 12
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You