Viewing firefox rendering issue

firefox rendering issue



User: Frank T. 7 years ago
hi everweb,

http://mesastar.org

when the home page is viewed in firefox 52.0.2 on (at least) safari and windows 7 the navigation bar shows a series of numbers overlaying the text. screenshot attached. any suggestions on how to fix this?

fxt

Marketplace.png
firefox rendering issue
User: Roddy 6 years ago
It looks as though Firefox is treating your navigation like an ordered list or changing the list style type to decimal.

I would suspect it may have something to do with the bootstrap stylesheet you have added. Try removing it.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
✔ Best Answer  
User: Frank T. 6 years ago
hi roddy,

motivated by your reply, i dug in deeper. removing bootstrap.min.css from the header code did not solve the issue. however, i noticed that below bootstrap was this nugget

<style type="text/css">
a{text-decoration:none}
body, td {font-family:Lato,Helvetica,sans-serif; font-size:1.02em}
ul li {list-style-type: bullets; color: Black; font-size:1.0em; font-family:Lato,Helvetica, sans-serif;}
</style>

removing the explicit list typing (ul li ...) solved the issue. doh!
the home page now renders just fine in firefox.

thanks for the hint!

fxt


Post Reply
You must login or signup to post.