Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> odwracanie napisu o 90o
right6
post 15.04.2006, 12:00:00
Post #1





Grupa: Zablokowani
Postów: 206
Pomógł: 0
Dołączył: 9.03.2006

Ostrzeżenie: (0%)
-----


szukam jakiegos sposobu zeby obrucic napis w DIV'ie o 90o. W CSS nic nie znalazlem ciekawego ...

wiec chyba tylko JS zostaje ?


--------------------
To ja invx sie nazywam ... przepraszam i dziekuje ...
Go to the top of the page
+Quote Post
LBO
post 15.04.2006, 12:17:44
Post #2





Grupa: Zarejestrowani
Postów: 1 415
Pomógł: 117
Dołączył: 7.09.2005
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


niestety tylko w IE sad.gif

przykład

edit: to chyba tyle na ten temat.. w JS tego nie zrobisz (chyba, że "na chama" osiagając efekt:
t<br />
e<br />
x<br />
t<br />
ale to i w php mozna biggrin.gif)

Ten post edytował LBO 15.04.2006, 12:23:22
Go to the top of the page
+Quote Post
right6
post 15.04.2006, 12:54:32
Post #3





Grupa: Zablokowani
Postów: 206
Pomógł: 0
Dołączył: 9.03.2006

Ostrzeżenie: (0%)
-----


musi dzialac pod wszystkim tongue.gif

W JS sie nieda questionmark.gif


--------------------
To ja invx sie nazywam ... przepraszam i dziekuje ...
Go to the top of the page
+Quote Post
Zajec
post 18.04.2006, 08:53:19
Post #4





Grupa: Zarejestrowani
Postów: 1 086
Pomógł: 8
Dołączył: 10.12.2003

Ostrzeżenie: (0%)
-----


Cytat(right6 @ 2006-04-15 12:54:32)
musi dzialac pod wszystkim tongue.gif

W JS sie nieda questionmark.gif
Niestety, dopiero nad tym pracują.

Jakiś czas temu bylo to już jasno określone przez CSS3 (text): http://www.w3.org/TR/2003/CR-css3-text-200...lyphOrientation

Niestety, w obecnej wersji css3-text (http://www.w3.org/TR/css3-text/) już to zniknęło i widzę tam tylko taką wzmiankę:
Cytat
Sections relating to text layout (vertical text, grids, 'text-combine') will be moved to a separate Text Layout module. These features may change greatly from the last revision, but they have not been dropped. The vertical text feature, for example, will likely be based on the methods described in Unicode Technical Note #22.
Go to the top of the page
+Quote Post
bigZbig
post 21.04.2006, 11:35:10
Post #5





Grupa: Zarejestrowani
Postów: 740
Pomógł: 15
Dołączył: 23.08.2004
Skąd: Poznań

Ostrzeżenie: (0%)
-----


W css sie nie da w js tez nie ale da sie przy pomocy php
  1. <?php
  2. header("Content-type: image/png");
  3. $im = @imagecreate(20, 100)
  4.  or die("Cannot Initialize new GD image stream");
  5.  
  6. $background_color = imagecolorallocate($im, 255, 255, 255);
  7. $text_color = imagecolorallocate($im, 233, 14, 91);
  8. imagecolortransparent($im,$background_color);
  9.  
  10. imagestringup ($im, 1, 5, 98, "A Simple Text String", $text_color);
  11. imagepng($im);
  12. imagedestroy($im);
  13. ?>


--------------------
bigZbig (Zbigniew Heintze) | blog.heintze.pl
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 18.07.2025 - 05:58