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

Swap Panels (Left one right, right one left)

This will swap the two panel columns. This means the smaller panels on the right side will exchange their position with the wider ones on the left side. Just try out! (This code was taken from the imvu boards. But has been modified to display the mininav and rss_panel in the right way.)

Notice: This code seem not to take action in edit mode. Go to your preview mode of your page and you will see the final result!

Source code

1
2
3
4
5
6
<style type="text/css">
table { direction:rtl; }
table table table { direction:ltr; }
#mininav * { direction:ltr; }
#rss_panel *, .imvucodes_net { direction:ltr; }
</style>

Rate this thread