![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Alan Little wrote: Any ideas? Yes, please learn to write meaningful subject lines. Your subject line is like a typical spam emails one. |
#3
| ||||
| ||||
|
|
Alan Little wrote: I have five boxes on a page. I need for the height to be no larger than one screen And what do you want to happen if the content does not fit in the height of the user's browser? |
|
(it's for a kiosk). I'm not sure how that's relevant. |
|
It only needs to work in Safari, so any cross-browser issues don't matter. Oh, so it's not for the www? |
|
Any ideas? You might get better help in a more appropriate group. |
#4
| |||
| |||
|
|
Alan Little wrote: Alan Little wrote: It only needs to work in Safari, so any cross-browser issues don't matter. Oh, so it's not for the www? That's right. It's for a kiosk. You might get better help in a more appropriate group. Where would be more appropriate for discussing CSS? Noting that there's a "www" in the group name, you must have meant to ask for a more appropriate group for discussing os/browsers, right? Try a Mac OS or Safari group. |
#5
| |||
| |||
|
|
Carved in mystic runes upon the very living rock, the last words of Brian of comp.infosystems.www.authoring.stylesheets make plain: Alan Little wrote: Alan Little wrote: It only needs to work in Safari, so any cross-browser issues don't matter. It isn't a Mac OS or Safari question. It's a CSS question. |
|
And you can even pretend it's going to be displayed on the web. In fact, despite the fact that it will only be used on the kiosk display, it *will* be on a web server, with an actual live URL, so somebody *could* look it up on the web. Does that help? |
#6
| |||
| |||
|
|
Alan Little wrote; It only needs to work in Safari, so any cross-browser issues don't matter. It isn't a Mac OS or Safari question. It's a CSS question. Yes. And I decided not to try answer it as I have no idea of Safari. |
|
#c3 {position:absolute;width:50%;bottom:0} #c4 {margin-left:50%;} #c5 {position:absolute;width:50%;right:0;bottom:0;} Works by CSS2, some versions of opera (early 7 or even 6) will get it. |
|
What is your content? Will it overflow some box/which? This is important information on how to make this. |
#7
| |||
| |||
|
|
Carved in mystic runes upon the very living rock, the last words of Lauri Raittila of comp.infosystems.www.authoring.stylesheets make plain: Alan Little wrote; It only needs to work in Safari, so any cross-browser issues don't matter. It isn't a Mac OS or Safari question. It's a CSS question. Yes. And I decided not to try answer it as I have no idea of Safari. OK, please ignore the Safari bit. Anything that can get me on the right track is helpful. If I can't get it to work in Safari, I'll get the client to switch the browser in the kiosk. Any one-browser solution is fine. What is your content? Will it overflow some box/which? This is important information on how to make this. The contents of 3 and 4 should be cut off if they overflow. |
#8
| |||
| |||
|
|
Alan Little wrote; Carved in mystic runes upon the very living rock, the last words of Lauri Raittila of comp.infosystems.www.authoring.stylesheets make plain: Alan Little wrote; It only needs to work in Safari, so any cross-browser issues don't matter. It isn't a Mac OS or Safari question. It's a CSS question. Yes. And I decided not to try answer it as I have no idea of Safari. OK, please ignore the Safari bit. Anything that can get me on the right track is helpful. If I can't get it to work in Safari, I'll get the client to switch the browser in the kiosk. Any one-browser solution is fine. What is your content? Will it overflow some box/which? This is important information on how to make this. The contents of 3 and 4 should be cut off if they overflow. So, you don't need those boxes to be that size. This makes everything easy. Do you need exactly same borsers as in you image, or something different? The idea is that those boxes doesn't need to be that size, but look like if they were. Float 3 to left, and make wrapper overflow hidden. Position box 5 absolutely. Then make the borders, you might need some extra elements for that. Try it, and give url if you don't get any further. Should be possible to make it work IE5 and better. |

![]() |
| Thread Tools | |
| Display Modes | |
| |