The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sidebar not showing IE8 / White bg instead of gradient
#5
Koen,

I am pretty much sure that the IE8 background problem doesn't stem from a background image, because you don't have one set for the wrapper (which stays white in IE 8). Instead, you've set the background color a bit transparent with

Code:
background-color: rgba(255, 255, 255, 0.746094);

so the background-image shows through.

When I check out the CSS for the wrapper in IE 8 (actually using IE 9, but set the rendering to IE 8), the development tools show me

Code:
background-color: rgb(255, 255, 255);

Have you set some background color fallback for IE below 9, because it seems that IE8 doesn't support rgba().

I don't have the time right now to check out your CSS further, but I bet it's got to do with rgba(). Check out this older article in which proprietary CSS filters are being used to coax IE into submission. Maybe you can use that to make it work.

Good luck!
Reply


Messages In This Thread
Sidebar not showing IE8 / White bg instead of gradient - by polyfragmented - 2012-01-10, 21:04:09



Users browsing this thread: 2 Guest(s)