0
CSS or Table?
CSS or Tables?
What is CSS?
CSS stands for cascading style sheets. They are the new technology used to layout and style web pages.
So what happened to old, trusty tables?
For long tables were the only tool available to the web developers to...
New horizontal drop down menu using css
Very simple and stylish looking standard horizontal dropdown menus using CSS.
This is the CSS part
<style>
.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera...
Change Mouse cursor of your webpage using css
This is a very simple approach to change your mouse cursor within your website. Here is the code.Just add this along with your other css tags inside the <style> tag.
<style type="text/css">body, a, a:hover
{cursor:...
Beautiful Christmas countdown timer complete webpage with css download free
Very good looking and elegant, easy to edit Christmas countdown webpage with css and download it for free.
To change the countdown date open index.html and find the line that contains
austDay = new Date(austDay.getFullYear() + 1, 1 –...
Drop down menu going behind flash element
This is a common issue that webmasters/webdevelopers face when they have a webpage with a combination of javascript or css or DHTML dropdown menu and a flash swf file.Sometimes we can see that the Drop down menu going behind flash element.This...
Simple page flip effect using Jquery, css and simple html
Simple page flip effect using Jquery, css and simple html, very easy to implement just copy paste the code below
This is the javascript part enter it inside the … section of your website.
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script...
Another cool horizontal menu script using css
This script is free and will show you how to add a horizontal menu using simple css on your website/blog
<style type='text/css'>
div#navmenu { margin: 0 0 0 0px; padding: 0; height: 44px; float: left;overflow:hidden;background-color:#323232;width:100%;...
Standard horizontal menu using css
A very simple css horizontal menu, just copy paste the script below.
<style type='text/css'>
#menu {text-align:left;height:36px;background:url(http://mistonline.in/wp/download/menu.gif) repeat-x top;padding:0px 10px 0px 10px;vertical-align:...
Cursor:hand css not working with mozilla/firefox
If we add cursor: hand on our CSS then this will not work on mozilla / firefox. It will only work on IE [Internet Explorer].
Why?
The reason is IE supports the keyword hand other browsers does not.
Fix?
To work on all the browsers, simple use...
Image preloader using CSS
This is a simple tutorial which helps you to put a preloader similar to flash preloaders on your website interesting huh , just check out this simple tutorial of how to implement the same.Just needed to add some 5 lines of code using css and...
Changing link style properties using css
Embedded Styles
Inline styles are similar to the <font> tag. Populating a page with these is considered bad programming practice. It’s better to include all the style information inside the document HEAD section. The Styles placed...
Learn CSS Basics Very Simple Tutorial
The CSS tutorial.
What is CSS?
CSS is the technology used to make the layout for webpages. They are Cascading
Style Sheets, used to style your HTML documents. They are slowly replacing tables
as the preferred medium to layout your pages. They...
Simple CSS Dropdown Menu
Here is a simple CSS dropdown menu which you can simply copy and paste for your website.
AS I ALWAYS SAY TAKE CARE OF THE QUOTES WHILE COPYING, USE DREAMWEAVER TO EDIT THE CODE
The CSS Code
This is the part that gives the dropdown structure....
