02.06.2013 Views

Pro PHP and jQuery by Jason Lengstorf.pdf - Computer Science ...

Pro PHP and jQuery by Jason Lengstorf.pdf - Computer Science ...

Pro PHP and jQuery by Jason Lengstorf.pdf - Computer Science ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

background-color: #BCD;<br />

.weekdays li:hover,li.fill:hover {<br />

background-color: #BCD;<br />

-moz-box-shadow: none;<br />

-webkit-box-shadow: none;<br />

box-shadow: none;<br />

}<br />

.weekdays li:hover,.today {<br />

background-color: #BCF;<br />

}<br />

li strong {<br />

position: absolute;<br />

top: 2px;<br />

right: 2px;<br />

}<br />

li a {<br />

position: relative;<br />

display: block;<br />

border: 1px dotted black;<br />

margin: 2px;<br />

padding: 2px;<br />

font-size: 11px;<br />

background-color: #DEF;<br />

text-align: left;<br />

-moz-border-radius: 6px;<br />

-webkit-border-radius: 6px;<br />

border-radius: 6px;<br />

z-index: 1;<br />

text-decoration: none;<br />

color: black;<br />

font-weight: bold;<br />

font-style: italic;<br />

}<br />

li a:hover {<br />

background-color: #BCF;<br />

z-index: 2;<br />

-moz-box-shadow: 0 0 6px #789;<br />

-webkit-box-shadow: 0 0 6px #789;<br />

box-shadow: 0 0 6px #789;<br />

}<br />

CHAPTER 4 ■ BUILD AN EVENTS CALENDAR<br />

Save the style sheet, <strong>and</strong> close it; you won’t need to modify it again in this chapter. In the next<br />

section, you’ll create common files that will, among other things, include these styles into the page.<br />

157

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!