|
Post by Albus Severus Potter on May 9, 2009 5:34:00 GMT -5
Okay, so I did alot of work on this site. Stayed up all night to work on it. I think it looks fairly good. The only thing, and I'm hoping someone can help me out with this, is the side table. In the box marked school positions, I want the text to move up, but I can't figure out how.
|
|
|
Post by ayden on May 9, 2009 9:16:02 GMT -5
It looks great Nina! As for the side table thing, there are several ways to do it. First off, this code.. <marquee direction=" down"> Content to Move</marquee> The direction you want the stuff to move in is in red. You can change it to say, up, down, left, or right. You could also use this code: <marquee direction="up" scrollamount="1" height="120" onmouseover=this.stop() onmouseout=this.start()> Content to move</marquee> So, for this one you can also change the direction. Plus, you can change how fast you want the content to scroll. scrollamount="1"1 is the slowest and you can up in speed from there, i.e. 1, 2, 3, 4...etc. Oh, and once you put your mouse over the scrolling content, it stops scrolling. And, here is option three.. <td width="20%" style="overflow: auto; height: 300px;"> With this code, you just add it to that table cell, and then just adjust the width and height to your liking. It will add a scroll bar to the cell you put the code into. You'd want to up it at the top of that cell, above the content. If non of that makes sense, let me know and I can try to re-explain it. Otherwise you can find it all here in the first post. Oh, and I got something else for you. It's just a small suggestion I though would be neat to add to the 'School Positions' table cell. You could put things like "Gryffindor Prefects", "Slytherin Prefects",...and so on in their respective house colours. Not necessarily the names of those students but, the title of the position to make it easier to read. Plus, it would make it look pretty. Here's the code to change font colours if you need it! <font color= insert colour name/# code> Content</font>
|
|
|
Post by Albus Severus Potter on May 9, 2009 11:07:11 GMT -5
Thanks, Margie!
|
|