Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    NY
    Posts
    11,863

    Navigation & Background...?

    Okay, I want to make some changes to my website, but not sure how (www.yipfolio.com)... or at least get a quote from a designer, but I need to explain what I want.

    1st - (Example: http://www.oracle.com/index.html) - I am trying to create that type of gray box navigation at the top of my site AND have the space between the navigation bar and the banner itself! It doesn't have to be gray it can use any color, but I like the look of that enclosed navigation and space between Navi bar & rest of website.

    2nd - (Example: http://www.microsoft.com/en-us/default.aspx) - You see how there is a gray border on the left and ride side that makes the site feel like it "fits" ... how do I create one, even if it is a thin 2 bars or something to that affect. I'd like it to be gray or black I think, not sure. I am guessing it's some kind of piping or...well who the hell knows, i'm design illiterate.
    Doug
    Finance, Operations, and Business Executive

  2. #2
    Join Date
    Feb 2012
    Location
    Germany
    Posts
    25
    1st:
    I don't get what exactly you're trying to achieve. Are you going for dropdown-menus? if so, use jquery (tutorial: http://www.noupe.com/tutorial/drop-d...query-css.html ).

    2nd:
    Code:
    body {
      background-color: #333333;
    }
    
    div#container {
      width: 980px;
      margin: 0 auto;
    }
    Code:
    <html>
    <head></head>
    <body>
    <div id="container">
    everything you've got between your <body>-tags
    </div>
    </body>
    </html>
    █ Christian Berger, cb.ikt
    www.cb-ikt.de

Similar Threads

  1. Netfirms & Background processes
    By epsilon9090 in forum Web Hosting
    Replies: 5
    Last Post: 06-04-2006, 10:52 AM
  2. [REQ] vBulletin Status Icons & Navigation Bits
    By KW2146 in forum Design Offers
    Replies: 1
    Last Post: 04-16-2005, 09:23 AM
  3. Replies: 5
    Last Post: 10-22-2004, 08:59 AM
  4. Image background blend into web page background
    By armin_van_buuren in forum Web Design and Content
    Replies: 6
    Last Post: 10-15-2004, 11:19 AM
  5. Background & Support oR Bandwidth & Disk Space?
    By Nullified in forum Web Hosting Lounge
    Replies: 6
    Last Post: 02-04-2004, 04:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •