We provide some information about this slots site for those interested in these kinds of things. The site is originally built in CSS to make site lighter and cleaner and consistent navigation.

  • Fast page load - pages are typically 50 - 60% smaller than they were
  • Change to anything in the CSS reflect the entire site content.

Our Navigations

We are working on the page design support the existing W3C web standards and to ensure that the various browsers comply with those standards. The nevigation bars are conditionally generated by CSS instead of the traditional image background and mouse-over enent (images). The user of slotsmama will only need to download necessary images or flash game movies.

Button Example (http://www.alistapart.com/articles/slashdot/)

Slots

The script used in the CSS file:

#slotsbardemo a {
/*/*/padding: 3px;
display: block;
border: 2px dotted #9999cd;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 1em;
width: 138px; /* */
}
#slotsbardemo a:link, #slotsbardemo a:visited {
color: #666;
}
#slotsbardemo a:hover, #slotsbardemo a:active {
color: #ffffff;
background-color: #9999cd;
border: 2px solid #9999cd;
}
#slotsbardemo ul {
/*/*/padding-left: 1em;
list-style-type: none;
margin-left: 1em; /* */
}
#slotsbardemo li {
/*/*/margin: 0px 0px 6px 0px; /* */
}

Markup Validation: Validate Slot Mama Home Page ; Validate This Page

CSS Validation: Validate Slots Mama CSS