Safari Browser View - List Item Anomaly
5 years 10 months ago #50708
by swittmann
Safari Browser View - List Item Anomaly was created by swittmann
A client sent me a screen capture of the Accordeon Menu CK as seen through the Safari browser. (See Attachment)
There are blank image boxes preceding each line. To me, they look like missing list item bullet images.
The menu displays correctly in Chrome, Firefox, etc. It's only Safari that displays the error.
I do not have MACOS or the Safari browser, so I can't examine it with an html/css code inspector.
Does anyone know what is causing this?
Thank you for your help.
swittmann
There are blank image boxes preceding each line. To me, they look like missing list item bullet images.
The menu displays correctly in Chrome, Firefox, etc. It's only Safari that displays the error.
I do not have MACOS or the Safari browser, so I can't examine it with an html/css code inspector.
Does anyone know what is causing this?
Thank you for your help.
swittmann
Please Log in or Create an account to join the conversation.
5 years 10 months ago #50710
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Safari Browser View - List Item Anomaly
Hi
you must give me the url of the page so that I can check the problem
CEd
you must give me the url of the page so that I can check the problem
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 10 months ago #50760
by swittmann
Replied by swittmann on topic Safari Browser View - List Item Anomaly
Please Log in or Create an account to join the conversation.
5 years 10 months ago #50761
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Safari Browser View - List Item Anomaly
these images comes from your template
.cp-block ul > li::before {
content: url('../images/vmenuitemicon.png');
margin-right: 6px;
bottom: 2px;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 0;
line-height: 0;
margin-left: -12px;
}
in
www.certabooks.com/templates/cpcustom17/css/template.css
the image can not be found this is why you have the cross
But this has nothing to do with the accordion menu
.cp-block ul > li::before {
content: url('../images/vmenuitemicon.png');
margin-right: 6px;
bottom: 2px;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 0;
line-height: 0;
margin-left: -12px;
}
in
www.certabooks.com/templates/cpcustom17/css/template.css
the image can not be found this is why you have the cross
But this has nothing to do with the accordion menu
Joomlack Webmaster and Developer
The following user(s) said Thank You: swittmann
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds