Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 873

3 members and 870 guests
Most users ever online was 47,180, 07-16-2025 at 05:30 PM.

» Today's Birthdays

Banjomule (45)

» Stats

Members: 75,900
Threads: 249,096
Posts: 2,572,067
Top Poster: JLC (31,651)
Welcome to our newest member, wkeith67
Results 1 to 4 of 4

Thread: Web nerds!

  1. #1
    BPnet Veteran littleindiangirl's Avatar
    Join Date
    03-31-2007
    Posts
    8,193
    Thanks
    637
    Thanked 794 Times in 487 Posts
    Images: 25

    Web nerds!

    #x-site-flagnav .x-menu-opts,#x-site-flagnav .x-menu-opts li{padding-bottom:0px;width:225px}

    .x-menu-opts .x-site-ratings-box a,.x-menu-opts .x-site-flag-box a{margin-bottom:1px !important}

    * html .x-menu-opts .x-site-ratings-box a,* html .x-menu-opts .x-site-flag-box

    a{position:relative;z-index:99999;margin-bottom:-1px !important}
    Am I retarded? What the heck is that "#" for? And the "*"???
    ... I am so far behind all this new fangled technology...

  2. #2
    VP of Cool
    Join Date
    02-28-2004
    Location
    Bing
    Posts
    5,927
    Thanks
    0
    Thanked 7 Times in 2 Posts

    Re: Web nerds!

    Quote Originally Posted by littleindiangirl View Post
    Am I retarded? What the heck is that "#" for? And the "*"???
    ... I am so far behind all this new fangled technology...
    The # signifies an id and must be unique for a given page/view.

    example:

    Code:
    #header {
      width: 760px;
      padding: 5px 5px;
      margin: 10px;
      background: #FF0000;
    }
    usage:

    Code:
    <div id="header"> ... header content ... </div>
    The star html is for IE6 poc and below. Other browsers will ignore this piece of code.

    Code:
    *html .example_class {
      margin: 0;
      padding: 0;
    }
    When I let go of what I am, I become what I might be ~ Lao Tzu

  3. #3
    BPnet Veteran littleindiangirl's Avatar
    Join Date
    03-31-2007
    Posts
    8,193
    Thanks
    637
    Thanked 794 Times in 487 Posts
    Images: 25

    Re: Web nerds!

    Awesome! Rock on Iceman. \m/

  4. #4
    BPnet Veteran littleindiangirl's Avatar
    Join Date
    03-31-2007
    Posts
    8,193
    Thanks
    637
    Thanked 794 Times in 487 Posts
    Images: 25

    Re: Web nerds!

    Would it be possible to use Crystal Reports, or "something" to be able to update your website without having to go in and mess with the code by hand? I'm just tryin to brainstorm how to work a kind of inventory into my layout. Or even just for daily updates, just upload right from the desktop.

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.2.1