Help with CSS positioning

  • futurebuzz
  • Student
  • Student
  • User avatar
  • Joined: Apr 13, 2004
  • Posts: 75
  • Loc: Birmingham England
  • Status: Offline

Post May 4th, 2004, 10:20 am

Hello people,

I want to position some text... yeah i know, EASY!

But, i want to position the last letter of the word and NOT the first!

I need to position some text so that the end letter of word is right at the end of a table! I need to do this for several different words and pages.

Anyone know how?

something like
Code: [ Select ]
.textposition {position:absolute; top:50px;
left:50px; align:rtl; }
  1. .textposition {position:absolute; top:50px;
  2. left:50px; align:rtl; }


I know that is a crude example, but you get what i mean.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 4th, 2004, 10:20 am

  • futurebuzz
  • Student
  • Student
  • User avatar
  • Joined: Apr 13, 2004
  • Posts: 75
  • Loc: Birmingham England
  • Status: Offline

Post May 4th, 2004, 10:39 am

I believe i've done it:

Code: [ Select ]
{position:relative; top:50px; left:-50px; direction: rtl;}
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post May 4th, 2004, 10:45 am

...and only 19 minutes in between your posts!

:D

Good job.
- dM
  • futurebuzz
  • Student
  • Student
  • User avatar
  • Joined: Apr 13, 2004
  • Posts: 75
  • Loc: Birmingham England
  • Status: Offline

Post May 4th, 2004, 11:34 am

yeah, its amazing what you can do with CSS!

To be honest, i done a search on the web for "position rtl css" and came up with the right code! although, i've found it must be a <div class> and must be position relative...

Another question:

I have been messin' with the vertical text code
Code: [ Select ]
writing-mode: tb-rl;
filter: flipv fliph;
  1. writing-mode: tb-rl;
  2. filter: flipv fliph;
Can i do the same thing with mozilla? It only works with IE.

Cheers

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: roelof and 167 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.