Title: errors in background
Last modified: August 18, 2016

---

# errors in background

 *  [to](https://wordpress.org/support/users/to/)
 * (@to)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/)
 * [http://victoria.ithium.net/index.php](http://victoria.ithium.net/index.php)
   
   this is my wp, when it’s in Firefox, the background suddenly stop at the middle
   while it’s ok when it’s in comment can anyone help me with this? thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [designdragon](https://wordpress.org/support/users/designdragon/)
 * (@designdragon)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128220)
 * In your wp-layout.css you have:
 * hr {
    display: none; }
 * changing it to:
 * hr {
    display: none; clear: both; }
 * should solve the problem.
 *  Thread Starter [to](https://wordpress.org/support/users/to/)
 * (@to)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128549)
 * i’ve tried it, it’s the same, any other method??
    thanks
 *  [yngwin](https://wordpress.org/support/users/yngwin/)
 * (@yngwin)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128555)
 * `.narrowcolumn:after {
    content: ".";  display: block;  height: 0;  overflow:
   hidden;  clear: both;  visibility:hidden;  } * html .narrowcolumn { height: 1%;}
 * But you really should fix your markup. Lots of XHTML mistakes. That may cause
   trouble too.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128560)
 * Put this under your BODY section in the CSS file:
    `background: url("http://victoria.
   ithium.net/images/bg.gif");`
 *  [yngwin](https://wordpress.org/support/users/yngwin/)
 * (@yngwin)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128631)
 * Sorry, I made a mistake (’twas late…). You need this:
 * `#page:after {
    content: “.”; display: block; height: 0; overflow:hidden; clear:
   both; visibility:hidden; } * html #page { height: 1%; }
 *  Thread Starter [to](https://wordpress.org/support/users/to/)
 * (@to)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128725)
 * yeah~~
    finally fixed it!! Thanks a lot!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘errors in background’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [to](https://wordpress.org/support/users/to/)
 * Last activity: [21 years, 5 months ago](https://wordpress.org/support/topic/errors-in-background/#post-128725)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
