And now for something different

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
everything rotated 15 degree counter clockwise. I like your site.
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
Your site keeps refreshing after every few second. Why it is so?
 

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
Wow Cybrax. I've visited your homepage and your site is just awesome. Are you a professional designer?
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Not professional, just been doing longer than most.


The auto refresh triggers when the page is scrolled down past a certain point, because sometimes when the text is re-drawn by the visitors web browser it looks all crooked with lumps, forcing a refresh cleans it up. I have turned it off now so you can how it looks when things do not work quite right.

Only tested on Firefox so far, not tried IE7 or 8.. there is no way it will work for IE6, Chrome should be able handle it but not sure about Safari. The page should look something like this. Google can also read the text and index it so helping the SEO.
scshot.jpg


Images and form input text areas will also rotate using just HTML & CSS, getting flash video to display at an angle is a bit trickier (flash not being my strong point).
 

Attachments

  • scshot..jpg
    scshot..jpg
    65.1 KB · Views: 16

priyaa161

New Member
Messages
553
Reaction score
24
Points
0
Code:
position: absolute; 
-webkit-transform: rotate(-7.15deg); 
-moz-transform: rotate(-7.15deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

Is this code is responsible for the rotation? By 7.15 degree counter clockwise. Or we have to install some program to activate this feature.
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
CSS3 brings a whole bunch of new styling options. Currently, only certain browsers support them, some better than others. For more info you could try css3.info
 
Top