anjuna wrote:
If anyone out there is good with CSS, I wonder if you can tell us if there are external style sheets we can use to at least, say, get rid of the glaring box outlines and perhaps change sizes of things to make them so I don't feel like I have to immediately go to an eye doctor and get a new prescription for glasses that magnify as powerful as a microscope!
Well, you can increase and decrease text size, which might help. Just hold down the CTRL key and scroll your mouse wheel or up or down.
If you want to block the sidebar, which is a big help just by itself
-if you have chromedit installed on your browser (Mozilla/firefox users only), go to Tools, then click "Edit User Files," and click on the userContent tab. At the very bottom, type this line:
Code:
.sidebar{display:none;}
-I have not learned how to do that for just neopets, mind you.
-You can do the same in your user style sheets in Internet Explorer, though I don't know how. Vivian58 brought up the possibility in a post in the first thread.
Finally, the sidebar is in a table data box. So you won't be able to move that to the right side of the page, as far as I know.
Anyway, the dropdown menus, as far as I can tell, aren't flash or Java. I believe they're just a really neat use of CSS involving z-indexing the menu itself. When you mouse over it, that changes the index and brings the menu to the front of the page. Normally, it's the bottom layer.