• Take a look at this jpg .

    Blog at https://www.ovander.se/blog

    It has some small horizontal lines between the two columns. The distance between the lines inplies that something is wrong with the repeated background.

    The problem wasn′t there before. Just appeared suddenly, i guess when firefox updated itself to 2.0.0.3. There is nothing like it in IE.

    Wierdness continues when a do a refresh it is gone. Then browsing in another tab or working in another app switching back and it is there again. And i haven′t touched the tab with the blog in it.

    I know my css and markup isn′t the best ever (I′m learning). Here is the code for the background:

    #maincolumn { /* Parent Wrapper for background stretchy image */
     	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
     	width: 752px;
    
     	background-image: url('img/backgroundStretch.jpg');
     	background-repeat: repeat-y;
    	height: 100%;
    }
    * html #maincolumn {height:100%} /* IE Min-Height Hack */
  • The topic ‘Problem: 1 px lines between repeat bg image’ is closed to new replies.