GFXVoid Graphic Design Forum

Remove Text Formatting
Loading...

» Online Users: 6,612

0 members and 6,612 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2005
    Posts
    123

    Default

    I was bored and tried to make cool navibar so i made this..

    .:PREVIEW:.

    First off lets create a html document and put divs inside table and so on..(look at the code)

    index.html
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <link href="file.css" TYPE="text/css" REL="stylesheet">
    </head>
    <body>
    <center>
    <table>
    <tr>
    <td class="menu">
    <div class="linkbar">
    <a href="link">Index</a> 
    <a href="link">News</a> 
    <a href="link">Gallery</a> 
    <a href="link">Tutorials</a> 
    <a href="link">Forums</a> 
    <a href="link">Downloads</a>
    </div>
    </td>
    </table>
    </center>
    </body>
    </html>
    Then we create .css

    file.css
    Code:
    .menu{
    	padding: 0px;
    	width: 100%;
    	background-color: #576;
    	color: #fff;
    	font-family: verdana;
    	font-size: 10px;
    	border: 1px solid #acb;
    }
    td.menu div.linkbar{
    	text-align: center;
    }
    td.menu div.linkbar a {
    	font-size: 10px;
    	color: #fff;
    	text-decoration: none;
    }
    td.menu div.linkbar a:hover {
    	color: #000;
    	background-color: acb;
    }
    .:PREVIEW:.

  2. #2
    Join Date
    Jan 2005
    Location
    USA
    Posts
    2,155

    Default

    I made something similar.

    http://adamsbasement.home.att.net/com/
    ignore the site being messed up. They decided they didn't want it after I basically finished the design so i left it in shambles.

    It's a really easy effect that seems to be pretty crossbrowser compatible.
    Resident father figure.

  3. #3
    Join Date
    Apr 2005
    Location
    Prague, Czech Republic
    Posts
    3,101

    Default

    great tut for beginners B)


  4. #4
    Join Date
    Dec 2004
    Location
    GFXVoid
    Posts
    4,412

    Default

    Originally posted by Dick@Apr 20 2005, 08:42 AM
    great tut for beginners * B)
    [snapback]39166[/snapback]
    I agree. Thanks much for the tutorial. Also, the preview you provided doesnt work =/

  5. #5
    Join Date
    Feb 2005
    Posts
    123

    Default

    well it should at least the location is correct ofcourse it's hosted in Finland so it may give 404 usually and they are having crashes all the time..

  6. #6
    Join Date
    Apr 2005
    Posts
    12

    Default

    Cool, ill try it out

  7. #7
    Join Date
    Dec 2004
    Location
    Buffalo Grove, Illinois
    Posts
    350

    Default

    Very impressive. That's actually a interesting feature to use for sites.

  8. #8
    Join Date
    Jun 2005
    Location
    The Netherlands
    Posts
    51

    Default

    Nice Tutorial, very usefull
    @ unit number 43 , i like the CSS Style ya used on that website

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1