System Manufacturer/Model Number HomeBuild (CodeNamed "Suzanne") OS Micro$oft Windows 7 Ultimate x64 CPU Intel Core2Duo (2.66GHz autoclocked to 3.00GHz) Motherboard Gigabyte GA-X38-DS5 Memory 4gb DDR2 (2+2gb) Graphics Card NVidia 8800gt + Generic Radeon Sound Card OnBoard (see Motherboard), Azalia codec enabled Monitor(s) Displays LG Flatron L197WH, Dell UltraSHARP 17", ACER V193W Screen Resolution 1440x900x32 1440x900x32 1024x768x32
Keyboard Apple Aluminium Keyboard Mouse Standard Microsoft 3 button mouse with scroll wheel PSU NeoPower 550 Case iCute Cooling Air (through Larger-than-needed heatsyncs) Hard Drives 500GB Sata (3.5")
500GB Sata (3.5")
160GB Sata (2.5") Internet Speed 50mb/s Virgin Media Other Info got 4 PC's... need more space to list them.
The reason you've got issues with the first badlands page is because IE is rendering it in quirks rather than IE9 standards - give it a valid standards (not QUIRKS) doctype, and the page renders properly:
IE will render STANDARDS/STRICT: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Looking into the second page, you've omitted the value 'border="0"' in your img src tag, hence IE draws a border around the images.
Note that neither of these pages validate, so you have some cleanup to do (which it seems you already know). IE8 and 9 are FAR less forgiving than, say, Opera, Firefox, Chrome, or Safari when you put in incorrect markup. Kind of ironic that this is the sort of thing that IE used to get flack for, but memories are short.
Last edited by cluberti; 25 Jul 2011 at 05:32 PM..
System Manufacturer/Model Number HP Z400 workstation OS Windows Server 2008 R2 CPU Intel Xeon 3550 @3.06GHz Motherboard HP Memory 16GB DDR3 Graphics Card Nvidia Quadro 600 Sound Card Realtek ALC262 Monitor(s) Displays 2x Hanns-G HG281 Screen Resolution 1920x1200
Keyboard Microsoft Natural Ergonomic Keyboard 7000 Mouse Microsoft Intellimouse Explorer 3.0 PSU HP Case HP Hard Drives 1x Samsung 160GB SSD
2x WD 1TB (RAID1)
The reason you've got issues with the first badlands page is because IE is rendering it in quirks rather than IE9 standards - give it a valid standards (not QUIRKS) doctype, and the page renders properly:
IE will render STANDARDS/STRICT: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Looking into the second page, you've omitted the value 'border="0"' in your img src tag, hence IE draws a border around the images.
Note that neither of these pages validate, so you have some cleanup to do (which it seems you already know). IE8 and 9 are FAR less forgiving than, say, Opera, Firefox, Chrome, or Safari when you put in incorrect markup. Kind of ironic that this is the sort of thing that IE used to get flack for, but memories are short.
Useful information. Thank you. I will try this next time i'm on my laptop.
Yes, I have quite a bit of cleaning up to do.. I am surprised that you made sense of my mess... :P
Yes, it seems that IE in general just hate being alive and will pick at everything possible...
I Love opera for that.. (not advertising here), Opera just .. Works.
System Manufacturer/Model Number HomeBuild (CodeNamed "Suzanne") OS Micro$oft Windows 7 Ultimate x64 CPU Intel Core2Duo (2.66GHz autoclocked to 3.00GHz) Motherboard Gigabyte GA-X38-DS5 Memory 4gb DDR2 (2+2gb) Graphics Card NVidia 8800gt + Generic Radeon Sound Card OnBoard (see Motherboard), Azalia codec enabled Monitor(s) Displays LG Flatron L197WH, Dell UltraSHARP 17", ACER V193W Screen Resolution 1440x900x32 1440x900x32 1024x768x32
Keyboard Apple Aluminium Keyboard Mouse Standard Microsoft 3 button mouse with scroll wheel PSU NeoPower 550 Case iCute Cooling Air (through Larger-than-needed heatsyncs) Hard Drives 500GB Sata (3.5")
500GB Sata (3.5")
160GB Sata (2.5") Internet Speed 50mb/s Virgin Media Other Info got 4 PC's... need more space to list them.
System Manufacturer/Model Number HP Z400 workstation OS Windows Server 2008 R2 CPU Intel Xeon 3550 @3.06GHz Motherboard HP Memory 16GB DDR3 Graphics Card Nvidia Quadro 600 Sound Card Realtek ALC262 Monitor(s) Displays 2x Hanns-G HG281 Screen Resolution 1920x1200
Keyboard Microsoft Natural Ergonomic Keyboard 7000 Mouse Microsoft Intellimouse Explorer 3.0 PSU HP Case HP Hard Drives 1x Samsung 160GB SSD
2x WD 1TB (RAID1)
The reason you've got issues with the first badlands page is because IE is rendering it in quirks rather than IE9 standards - give it a valid standards (not QUIRKS) doctype, and the page renders properly:
IE will render STANDARDS/STRICT: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Looking into the second page, you've omitted the value 'border="0"' in your img src tag, hence IE draws a border around the images.
Note that neither of these pages validate, so you have some cleanup to do (which it seems you already know). IE8 and 9 are FAR less forgiving than, say, Opera, Firefox, Chrome, or Safari when you put in incorrect markup. Kind of ironic that this is the sort of thing that IE used to get flack for, but memories are short.
Okay, I'm on the laptop, I've tried the method you described, didn't make any difference.
What I have done, and it has worked (partly), is un-commented some style sheet for IE6. (I knew it, they only change how IE looks!! ).
Code:
<!-- The above code doesn't work in Internet Explorer 6. To address this, we use a conditional comment to specify an alternative style sheet for IE 6 -->
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#page-background {position:absolute; z-index:-1;}
#content {position:static;padding:10px;}
</style>
Now the picture is full-screen, but doesn't stay there. (when you scroll the page, the picture moves with the text, where as I want the background image to stay on the visible screen).
System Manufacturer/Model Number HomeBuild (CodeNamed "Suzanne") OS Micro$oft Windows 7 Ultimate x64 CPU Intel Core2Duo (2.66GHz autoclocked to 3.00GHz) Motherboard Gigabyte GA-X38-DS5 Memory 4gb DDR2 (2+2gb) Graphics Card NVidia 8800gt + Generic Radeon Sound Card OnBoard (see Motherboard), Azalia codec enabled Monitor(s) Displays LG Flatron L197WH, Dell UltraSHARP 17", ACER V193W Screen Resolution 1440x900x32 1440x900x32 1024x768x32
Keyboard Apple Aluminium Keyboard Mouse Standard Microsoft 3 button mouse with scroll wheel PSU NeoPower 550 Case iCute Cooling Air (through Larger-than-needed heatsyncs) Hard Drives 500GB Sata (3.5")
500GB Sata (3.5")
160GB Sata (2.5") Internet Speed 50mb/s Virgin Media Other Info got 4 PC's... need more space to list them.
System Manufacturer/Model Number Self Build OS MS Windows 7 Professional 64-bit SP1 CPU AMD FX(tm)-6100 Six-Core Processor Socket AM3+ (942) Motherboard ASUSTeK COMPUTER INC. SABERTOOTH 990FX (AM3r2) Memory 8.00 GB Dual-Channel DDR3 @ 802MHz (11-11-11-36) 1.5Volts Graphics Card NVIDIA GeForce GTX 560 Ti Sound Card Onboard Realtek HD Monitor(s) Displays shimian (1920x1080@60Hz) Screen Resolution 1920*1080
Keyboard Microsoft Wired Mouse Logitech USB Optical TiltWheel Mouse PSU Corsair TX 750 Case Corsair Cooling WaterCooled Hard Drives OCZ-AGIL ITY3 SATA Disk Device Internet Speed Realtek PCIe GBE Family Controller 20MB*1MB Other Info 150GB Internal Hard Drive for Backing Up Important Files -
Hauppauge Nova-DT Dual DVB-T Tuner Device (+IR) -
USB PC Camera with Mic (SN9C105)
System Manufacturer/Model Number HomeBuild (CodeNamed "Suzanne") OS Micro$oft Windows 7 Ultimate x64 CPU Intel Core2Duo (2.66GHz autoclocked to 3.00GHz) Motherboard Gigabyte GA-X38-DS5 Memory 4gb DDR2 (2+2gb) Graphics Card NVidia 8800gt + Generic Radeon Sound Card OnBoard (see Motherboard), Azalia codec enabled Monitor(s) Displays LG Flatron L197WH, Dell UltraSHARP 17", ACER V193W Screen Resolution 1440x900x32 1440x900x32 1024x768x32
Keyboard Apple Aluminium Keyboard Mouse Standard Microsoft 3 button mouse with scroll wheel PSU NeoPower 550 Case iCute Cooling Air (through Larger-than-needed heatsyncs) Hard Drives 500GB Sata (3.5")
500GB Sata (3.5")
160GB Sata (2.5") Internet Speed 50mb/s Virgin Media Other Info got 4 PC's... need more space to list them.