|
| |
|
|
SerenityNet
Posts: 1372 Joined: 6/12/2001 From: Allen, TX, USA Status: offline
|
Diagonal split in page - 1/15/2005 12:37:07
Is there a way to create a diagonal line, going from the lower corner of the page to the opposite upper corner of the page? Basically, I'd like a diagonal column break. The page could have a header and footer, but the body would be split by a diagonal (rather than vertical) column. Text would still need to scroll appropriately with the diagonal margin, as the page is resized. Can this be done? Andrew Assuming the astericks are the breaks... * * * * * * * * * * * * * Header Area * * * * * * * * * * * * * * * And this "column" * has a diagonal * left margin * that will * scroll around The * as the page text * height and here can * width change. scroll * around and * align with * the diagonal * margin as the * page width * changes. * * * * * * * * * * * * * * * * * * * * Footer Stuff Here * * * * * * * * * * * * *
_____________________________
</Chaos, panic, & disorder - my work here is done.>
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: Diagonal split in page - 1/15/2005 13:17:07
Hi Serenity, Great to see you about! In answer to your question, I'm not sure if this can be done or not. Might wait to see what someone with a bit more experience in all of this has to say. I would say, no, but I'm not sure. Have you tried a google search? Might be something that you would have to do as a graphic?
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
SerenityNet
Posts: 1372 Joined: 6/12/2001 From: Allen, TX, USA Status: offline
|
RE: Diagonal split in page - 1/15/2005 14:21:08
Yeah, glad to be back around - even if it is only for a quick question. What free time I have I'm spending with my wife and not sitting in front of a PC. I haven't even peeked at the lounge in weeks and weeks. I'm glad someone even remembers me. But this weekend I'm in a hotel room in Cleveland, because my work visit here has been extended, so I thought I'd help out a friend on some web stuff. This is the first (and so far only) place that I've looked for an answer recently. I did some time ago and never found anything, but what can be done on the web changes quickly, so I thought I'd ask. I'd be open to doing it with graphics, as a second choice, but I don't see how text wrapping could be accommodated with a graphic solution.
_____________________________
</Chaos, panic, & disorder - my work here is done.>
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Diagonal split in page - 1/15/2005 15:47:31
quote:
But this weekend I'm in a hotel room in Cleveland, 15 miles up the road from me...how do you like our weather, Texas boy? <smile>
_____________________________
Dan
|
|
|
|
SerenityNet
Posts: 1372 Joined: 6/12/2001 From: Allen, TX, USA Status: offline
|
RE: Diagonal split in page - 1/16/2005 9:06:44
quote:
how do you like our weather, Texas boy? Every now and then the company talks about moving us up here or to Chicago. Jean and I start thinking that would be okay - something fresh, something different, and all that. Then I come up here and scrape snow off my windows, slide around on the streets, and remember why we moved South. We love the people from this part of the country, but the despite all the talk of "wait 15 minutes and the weather will change", I can truthfullly testify "the weather has not changed"! quote:
15 miles up the road from me Where? I'm in Westlake now and work in Lorain. quote:
check out Eric Meyer's slantastic pages I'll check it out as soon as I get back from church. Got to get moving now, Andrew
_____________________________
</Chaos, panic, & disorder - my work here is done.>
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Diagonal split in page - 1/16/2005 11:52:23
quote:
Where? I'm in Westlake now and work in Lorain. akron which is actually 20 miles....south of course since lake dreary is north..lol
_____________________________
Dan
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Diagonal split in page - 1/16/2005 11:53:50
quote:
wait 15 minutes and the weather will change", I can truthfullly testify "the weather has not changed"! thats only true in spring, summer and fall which collectively last 7 months.... then comes winter.. cleveland is like my hometown buffalo.up against that frozen lake
_____________________________
Dan
|
|
|
|
Suzy.
Posts: 9 Joined: 12/2/2004 Status: offline
|
RE: Diagonal split in page - 1/17/2005 11:36:35
quote:
I'd be open to doing it with graphics, as a second choice, but I don't see how text wrapping could be accommodated with a graphic solution. the text wrapping could be achieved with a technique that was coined as "sandbagging" and I have a feeling that what you describe in your ASCII could be done though it would be "experimental", very div heavy ;) and I wouldn't like to attest to the browser support. as you see in the link It's fairly easy to do it one way.. (1 x lot of diagonal text) though it involves a lot of empty elements (divs).. to achieve a two way effect would involve either positioning or floating a second container div over the top of the first one, which is the bit I think could be visually possible.. then any accessing links, text selection in the "bottom" layer would require some z-index work too, and the whole effect would need to be controlled very tightly height wise as text enlargement would make it break.. would need some experimenting, There is a proposed <l> or <line> element which would simplify this whole thing but that could take a while ;) Suzy
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: Diagonal split in page - 1/17/2005 22:30:47
Suzy! Thanks for your imput. And welcome to outfront, its great to see that you have danced your way in here. Hope to chat soon with you. And that all is well with your family!
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
SerenityNet
Posts: 1372 Joined: 6/12/2001 From: Allen, TX, USA Status: offline
|
RE: Diagonal split in page - 1/19/2005 11:34:46
Thanks everyone. I guess I'll need to spend and evening and prowl through all this. But I got my start, which is what I needed. Thanks again, Andrew
_____________________________
</Chaos, panic, & disorder - my work here is done.>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|