You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Reverse page (May confuse you)

This code will change the appearance of your page. It displays your texts in reverse, moves the avatarpicture on the other side, swaps the panels (left to right, right to left) and avipics in msgs to right, gifts to left.

Source code

1
2
3
4
5
6
7
8
9
10
11
<style type="text/css">
#avBigPic, .imvucodes_net { float:right !important; }
#aboutme_panel_body { padding-left:15px !important; }
table { direction:rtl; }
table table table { direction:ltr; }
#mininav * { direction:ltr; }
table table * { direction:rtl; unicode-bidi:bidi-override; }
.msgAvImg { float:right; padding-left:5px; }
.msgGift { float:left; padding-right:5px; }
table table table { direction:rtl; }
</style>

Similar threads

Rate this thread