Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gab1982

macrumors newbie
Original poster
Sep 20, 2010
27
4
Hi I have built my own cms and thought it would be a good idea to build an ipad version so i don't have to zoom in as much so i came up with this:

http://dl.dropbox.com/u/12506430/ipad_site_issue.jpg

i have used some text rotation in css, it works in ff, safari etc on my mac but on the ipad there is a like a rectangle under the link.

here is the code i used in css:

Code:
-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

I have also attached my complete stylesheet, it only shows on links in the nav menu on the right, if i remove the rotation its fine, and since im curious why does it only go half way across the width.

this site will only be used on the ipad.

thanks
Graham
 

Attachments

  • acp.txt
    3.7 KB · Views: 99
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.