Ordered list not showing

robtastik
13 years, 8 months ago
Joomla Version 1.5.20
Mobile Joomla Version 0.9.12
Mobile Browser - Android

I have a page with alot of ordered lists on it, and they are all covered up by a dark grey box. When the page first loads you briefly see everything then the boxes immediately appear over just the ordered lists. What could be causing this?
dryabov
13 years, 8 months ago
What is url of the page with the list?
dryabov
13 years, 8 months ago
Tried to check, but it seems that MJ is disabled now.
robtastik
13 years, 8 months ago
its enabled now. i will leave it on until you have a look at it thanks
dryabov
13 years, 8 months ago
OK. It's because of incorrect style of items:
<li style="padding-left: 30px; line-height: 21px; background-position: 18px 8px; background-image: url('/&quot;http://familyfirsthoops.com/templates/ffba_purity/images/bullet.gif&quot;');">All player names and numbers MUST be entered on the score sheet prior to the start of the game.</li>

Note that it sets background-image, but doesn't set background-repeat to no-repeat. So, either modify code that generate this code, or add to template's stylesheet:
li{background-repeat:no-repeat}
robtastik
13 years, 8 months ago
Ah I see you are correct. I copied and pasted all of the text on that page from another site of mine and it is still referencing that sites template for the style. I had no idea it would do that. I just remove all formating so it would use the style from my site and its all good now.

Thanks alot for the help, I really appreciate it.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.