iphone - list style not showing up on chrome iOS -
i'm in process of building web site needs viewable on mobile devices. when viewing in safari on iphone 4s looks great. if view chrome on same device none of styles navigation list show up. ends looking basic html links. links in question are, va leadership, nursing, , anesthesiology staff
bellow link live dev site, css.
link: http://xeroproject.com/sqwm/category/resources/
css:
#leftnav{ max-width:402px; } #leftnav ul li { list-style-type: none !important; width:100%; text-decoration:none; font-weight:bold; font-size:24px; color:#fff; } #leftnav ul a:hover { color:#85b6ce; } #leftnav ul li:nth-child(odd){ padding:10px; margin-bottom:5px; background: #0b5a42 url('images/arrow_dark.jpg') no-repeat right; } #leftnav ul li:nth-child(even){ padding:10px; margin-bottom:5px; background: #688879 url('images/arrow_light.jpg') no-repeat right; }
the site renders fine me using google chrome ios latest on iphone 4s (at least looks same on safari running on same phone).
try clearing chrome's cache.
if doesn't help, connect iphone fiddler2, , see requests being made site, , see if style-sheet request erroring out.
Comments
Post a Comment