MaggsWeb : anything web
CSS3 and Rounded borders…
…but still not on IE.<div style=" background-color: #ccc;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #000;padding: 10px;" >-moz-border-radius-topleft -webkit-border-top-left-radius-moz-border-radius-topright -webkit-border-top-right-radius-moz-border-radius-bottomleft -webkit-border-bottom-left-radius-moz-border-radius-bottomright -webkit-border-bottom-right-radius
Search, with no click
How do you style a search button? They all look crap to me, and the default browser ones are all different. So, my solution is to get rid of it. Gone. No button.   Heres how…<?php $search_text = ‘Search MaggsWeb’; ?><form id=”searchForm” action=”search-results.php” method=”GET”><input name=”q” type=”text” class=”inputBox searchBox”value=”<?php echo $search_text; ?>”onblur=”if (this.value == ”) { this.value [...]
Close
