|
| |
|
|
gorilla
Posts: 2974 From: Denmark Status: offline
|
Vertical Text - A little " How to" present f... - 6/14/2003 21:28:15
<html> <head> <style> <!-- #verticaltext { writing-mode: tb-rl; filter: flipv fliph; } --> </style> </head> <body> <div id=" verticaltext" >WHEE!!!!! Hello Bobbeeeeee!!!!!!! Karsten Sub junior deputy under assistant to the deputy assistant under junior deputy spokesgorilla :-) København Juni 15 2003 </div> </body>
_____________________________
Mháircaish Signature self-censored to protect the sensibilities of the thin-skinned . May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower
|
|
|
|
gskywalkers
Posts: 357 Joined: 3/11/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 6/14/2003 22:27:13
Gorilla.........how do you make the font bigger when using this style?
|
|
|
|
gskywalkers
Posts: 357 Joined: 3/11/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 6/14/2003 22:58:57
Thanks Gorilla..... gskywalkers
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/28/2003 7:48:22
quote:
Check this out: http://echs.lunaclick.net/content/frames.htm All I get is a series of popups telling me at the wong site....
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/28/2003 8:36:56
quote:
The ECHS subdomain works fine Nope - I get a page with a link, # ECHS Alumni are just a bunch of LunaClicks # that takes me to an endless looping of popups...
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/28/2003 9:18:45
quote:
You have to go specifically to http://echs.lunaclick.net/content/frames.htm. I DID - and got: " Nope - I get a page with a link, # ECHS Alumni are just a bunch of LunaClicks # that takes me to an endless looping of popups..."
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
fiachra
Posts: 338 Joined: 5/12/2002 From: Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/28/2003 17:29:24
Umm I got 404d and taken here: http://echs.lunaclick.net/messages/404notfound.htm LCAngela - I' m " minding the shop" while the gorillas are away. I' ll pass on your thanks. F
< Message edited by fiachra -- 7/28/2003 5:31:06 PM >
|
|
|
|
LCAngela
Posts: 7 Joined: 7/28/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/28/2003 17:42:14
quote:
Fiachra says: Umm I got 404d and taken here Make sure the " ." isn' t tagging itself onto the end of the URL...I had this problem earlier, actually, when I clicked the link on the board. Try this link: http://echs.lunaclick.net (I' ve just uploaded some updates.)
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/30/2003 12:55:41
CSS3 Text Module - W3C Candidate Recommendation 14 May 2003 - writing-mode Pretty cool stuff! How the heck did you get your hands on that? ;) Be careful when using CSS2 and CSS3 formatting. There are still many browsers that are now playing catch up on CSS2. Some have not yet addressed CSS3, Opera is one of them. I viewed the above site in Opera and it does not understand the writing-mode property. So, that great looking effect in IE is negated when viewing in other browsers who may not support the property. Just something to think about if you have more than a small percentage of visitors using something other than IE.
< Message edited by pageoneresults -- 8/19/2003 8:25:09 PM >
_____________________________
SEO Consultants Directory Find Search Engine Marketing Companies
|
|
|
|
Paul Orlowski
Posts: 9 Joined: 10/21/2002 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 7/30/2003 13:12:43
Doesn' t work for me. I pasted the html into notepad then into the Front Page 2002 Html tab replacing what was previously there. My text comes out like a paragraph, not vertical. Is there something else I need to do? Paul
|
|
|
|
BeamMeUp
Posts: 12 From: None Status: offline
|
RE: Vertical Text - A little " How to" prese... - 8/19/2003 14:43:55
I copied and pasted this code into an html page and nothing happened. Just got plain old horizontal text - what am I missing? I am running IE 5; do I need a newer version of the browser?
|
|
|
|
LCAngela
Posts: 7 Joined: 7/28/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 8/19/2003 14:59:39
Paul and BeamMeUp: Take the space out in front of the DIV ID attribute... id=" verticaltext" should be id="verticaltext" It should work fine then. :)
|
|
|
|
Paul Orlowski
Posts: 9 Joined: 10/21/2002 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 8/19/2003 15:49:34
I removed the space in id="verticaltext" This is the html code copied back from my page. It's still coming up horizontal for me. <html> <head> <style> <!-- #verticaltext { writing-mode: tb-rl; filter: flipv fliph; } --> </style> </head> <body> <div id="verticaltext" >WHEE!!!!! Hello Bobbeeeeee!!!!!!! Karsten Sub junior deputy under assistant to the deputy assistant under junior deputy spokesgorilla :-) København Juni 15 2003 </div> </body> Any more suggestions? Paul
|
|
|
|
LCAngela
Posts: 7 Joined: 7/28/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 2/4/2004 4:27:21
I can't edit my posts above, or else I'd take care of this myself... Could one of the mods or admin please remove my links from the posts above, or at least take the end punctuation off of the ones that need it? A couple of the links continually produce error messages in my logs, resulting in unnecessary 404 errors. I did decide to stop using the vertical text -- even though it's a very cool effect! -- because it indeed didn't translate well (read: at all) in some browsers. Thanks!
|
|
|
|
LCAngela
Posts: 7 Joined: 7/28/2003 Status: offline
|
RE: Vertical Text - A little " How to" prese... - 2/6/2004 4:29:06
Please, pretty please, remove my links from above. :) I can edit the post I made the other day, but again, for some reason, I can't edit the older ones. Much obliged!
|
|
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
|
|
|