google-code-export / candydolldb

Automatically exported from code.google.com/p/candydolldb
0 stars 0 forks source link

Background image stops repeating vertically #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open model_view.php,set_view.php,set.php or image.php
2. Scroll down to the bottom of the page
3. Background image stops repeating at certain points

What is the expected output? What do you see instead?
Expected output is for the background image to repeat vertically all the way to 
the footer, instead it stops at a certain spot and shows the background color 
instead

Original issue reported on code.google.com by mranimos...@gmail.com on 5 Apr 2012 at 11:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r413.

Original comment by mranimos...@gmail.com on 5 Apr 2012 at 11:35

GoogleCodeExporter commented 9 years ago
By removing one </div> from the footer's HTML, (just about) all pages become 
invalid XHTML.

I suspect the non-repeating background-image is a styling issue, not as much a 
HTML-syntax error.

Original comment by fwp...@gmail.com on 5 Apr 2012 at 3:16

GoogleCodeExporter commented 9 years ago
Hmm, Something to look into then, because from what I see it only does it on 
certain pages that use HTMLStuff:Button

Original comment by mranimos...@gmail.com on 5 Apr 2012 at 5:12

GoogleCodeExporter commented 9 years ago
likely problem could be margin settings for HTMLStuff:Button, changes to the 
bottom margin increase / decrease the amount of background color shown, but it 
is variable per page that is affected so a higher setting for one page would 
look even worse on another

Original comment by mranimos...@gmail.com on 5 Apr 2012 at 5:41

GoogleCodeExporter commented 9 years ago
Found it, it was a div problem but it was in the wrong place. The div with 
class ContentBG was being closed in the footer before the rest of the footer 
content was inserted, moving it after the footer content fixed it and he HTML 
validates as XHTML 1.0 Strict

Original comment by mranimos...@gmail.com on 6 Apr 2012 at 3:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r417.

Original comment by mranimos...@gmail.com on 6 Apr 2012 at 3:11