Jump to User:

myOtaku.com: Overruled


Sunday, August 19, 2007



More HTML-fun! (Effects on your site etc.)

Remember, always change the ( to < and ) to > or the codes won't work!

This section is all about the little stuff I've gathered from some places. Enjoy these! ^^

Change the design of your navigation bar:

This code makes the navigation bar have dotted lines!

(style type="text/css").navbar{width: 150px;border: 2px dotted;background-color:color;color:color;} (/style)

dotted has been bolded, because that's the place where you put whatever kind of lining you want! ridge, outset, inset, solid, dashed...there are plenty.

Turn your site around:

This code here makes your nav.bar go to the right side of the site! ^^

(style) body {direction: rtl;} .tborder {direction: rtl;} .page {direction: ltr;}.navbar{direction: rtl;}(/style)

A different color to your scrollbar:

Simple!

(style)
html

{scrollbar-base-color: ADD THE HEX-CODE OF THE COLOR YOU WANT HERE!!!

(/style)

You put all these codes to Post Styles or they won't work.

Have fun with these!


Comments (0)

« Home