CSS code not working on personal site...

Sharky Forums


Results 1 to 4 of 4

Thread: CSS code not working on personal site...

  1. #1
    Tiger Shark
    Join Date
    Dec 2000
    Location
    Hilton Head, SC, USA
    Posts
    893

    Question CSS code not working on personal site...

    I just updated the CSS code on my personal site for nice colored scroll bars: www.tyler.mcadams.com

    But one page, the page under the "illustrator works", the scroll bars are not updating for some reason.

    The code was inserted the same on every page.... what's the deal?

    You need IE to see it correctly... thanks in advance for your help!
    ---

    Workstation:
    Supermicro P4SCT
    Intel P4 3ghz 800mhz fsb
    512 x 2 PC3200 cas 2.5
    1024 x 2 PC3200 cas 2.5
    RAID 0 X2 WD Raptor X boot drive
    nVidia Geforce 7950 GT 512MB AGP 8X
    ConnectCom 64bit 66mhz PCI-X Fibre Channel Card
    Creative Sound Blaster X-Fi XtremeGamer Fatal1ty Pro
    Killer K1 nic card
    Microsoft Windows Vista Ultimate 32bit
    Gentoo 2.6.26-r5
    Laptop:
    Compaq Presario F500
    Windows Vista Ultimate 64bit

  2. #2
    Ultra Great White Shark!! richardginn's Avatar
    Join Date
    Feb 2001
    Posts
    16,118
    I am not seeing anything wrong????
    www.myeducational plan.com-come see my plan to fix the USA educational system. I hope this is sig legal. Major Site Design Update on July 18, 2006. On June 18, 2009 passed the 10,000 post mark. December 24, 2009: Major Theme change and more....

  3. #3
    Reef Shark Loser-P's Avatar
    Join Date
    Jan 2001
    Location
    San Jose, CA USA
    Posts
    260
    The problem has to do with your doctype for that page
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    the url at the end causes browsers to run in strict rendering mode that follows the html specs closer, the code to make the scroll bars different colors isn’t part of the html specs it’s just some proprietary stuff MS came up with for IE so when running in strict rendering mode IE won’t display the colored scroll bars.
    Last edited by Loser-P; 09-11-2004 at 12:43 PM.

  4. #4
    Tiger Shark
    Join Date
    Dec 2000
    Location
    Hilton Head, SC, USA
    Posts
    893
    Originally posted by Loser-P
    The problem has to do with your doctype for that page
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    the url at the end causes browsers to run in strict rendering mode that follows the html specs closer, the code to make the scroll bars different colors isn’t part of the html specs it’s just some proprietary stuff MS came up with for IE so when running in strict rendering mode IE won’t display the colored scroll bars.
    Ok... I'll try taking that out and see what it does. thx!
    ---

    Workstation:
    Supermicro P4SCT
    Intel P4 3ghz 800mhz fsb
    512 x 2 PC3200 cas 2.5
    1024 x 2 PC3200 cas 2.5
    RAID 0 X2 WD Raptor X boot drive
    nVidia Geforce 7950 GT 512MB AGP 8X
    ConnectCom 64bit 66mhz PCI-X Fibre Channel Card
    Creative Sound Blaster X-Fi XtremeGamer Fatal1ty Pro
    Killer K1 nic card
    Microsoft Windows Vista Ultimate 32bit
    Gentoo 2.6.26-r5
    Laptop:
    Compaq Presario F500
    Windows Vista Ultimate 64bit

Posting Permissions

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