Create Fancy Tables Using css.

Create Fancy Tables Using css.
Use this code for create fancy table. Create a file and paste this code. File name must contain .html format.<!DOCTYPE html> <html> <head> <style> #customers { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; } #customers td, #customers th { font-size:1em; border:1px solid #98bf21; padding:3px 7px 2px 7px; } #customers th { font-size:1.1em;...

Set the color of the borders by css

Set the color of the borders by css
Hello everybody, how are you? Today I have come with the tutorial about how can you add color in the css border. Some days Ago, I have write a tutorial about making css border. You can view it here. Set the style of the border by css In that tutorial we will learn to create deferent css border and in this tutorial we will learn how to set color in border. Okey, now create a file with name border-color.html...

[CSS] Set the style of the borders

[CSS] Set the style of the borders
You can add deferent borders in text. Just follow the tutorial. paste this code to your html file and see your output. <!DOCTYPE html> <html> <head> <style> p.none {border-style:none;} p.dotted {border-style:dotted;} p.dashed {border-style:dashed;} p.solid {border-style:solid;} p.double {border-style:double;} p.groove {border-style:groove;} p.ridge {border-style:ridge;} p.inset...

Highlight admin comment in blogspot differently.

Highlight admin comment in blogspot differently.
Hey guys, how are you? Hope you are fine and pray to God to stay fine whole life. Today I have come to share a blogspot tricks that will help you to highlight admin comment differently. This will help your user to find admin comment easily. How can you add this to your blog? First login your blogger account and switch your blog from blog list. Now go to Template and backup your template for security....

Make HTML CSS photo gallery

Make HTML CSS photo gallery
Css and HTML is very important if you want to make photo gallery. Today, I will show you how you can make a photo gallery using html and css. First, make style(css) for our photo gallery. div.img { margin: 2px; border: 1px solid #0000ff; height: auto; width: auto; float: left; text-align: center; } div.img img { display: inline; margin: 3px; border: 1px solid #ffffff; } div.img a:hover img {border:...

How to create a tooltip using CSS without jQuery.

How to create a tooltip using CSS without jQuery.
Tooltip is a great way to show your user more information by simply hovering over an image or text. They can be used, for example, to provide captions for images, or longer descriptions for links, or any useful information which would improve the user experience of your site. Today I’m going to show you how to create a simple tooltip using HTML and CSS to display the title tag of your hyperlinks. Let’s...

Create CSS dropdown menu

Create CSS dropdown menu
If you don't know how to create a menu then you can follow this tutorial. Paste the code in a html file. Ex: menu.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" charset=utf-8" /> <title>My Beautiful css menu</title> <link...

Popular Posts

Post Category

Blog Statistics

Now online

Page views
Powered by Blogger.