View Full Version : 2 questions


babO
03-12-2003, 01:24 AM
umm..

.o1. how do you get your scroll to be on the left side of the page?

.o2. when you put your mouse over a link it has lines around it.. n it looks like this

http://pic4.picturetrail.com/VOL55/936501/1723506/21495440.jpg

kittycat
03-12-2003, 02:06 AM
1. to the body section of CSS, add: direction:rtl;

2. to the link section of CSS, add: border:1px dotted black;. You can change the colour, width, and border style of course.

All of that can be found on the CSS (http://www.lissaexplains.com/css.shtml) page too ;)