Forum Moderators: not2easy
I got 5 pure css buttons in the left dev
and text and pictures go into the right dev.
Goes like this....
Index
Images
Tutorials
Links
OCD
Right now there are no images in the index
just text. If I click on the button Images
the buttons all move down about 10px.
Is there anyway to stop is annoyance?
#list-menu li {
margin:4px 0px 0px 0px ;}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
background: #CCCCCC;
color:#000000;}
#list-menu a:hover {
background: #808080;
color: #FFFFFF;
border: 1px solid #000000;}
I'm new to css so I don't really understand.