Mozilla Firefox browser not load the style sheet [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I converted the client website into responsive website so shifted the maximum internal and inline css code into external stylesheet so i can target the element as per screen sizes.
here is the client website Photovoltaiksolarstorm.com
Website work fine on every browser chrome, opera, safari and others but on mozilla it doesn't load exact css file seems like file is loaded somewhere on server cache so i cleared my browser cache completely and client asked the server host for cache issue but they said everything is fine her still the problem occured. i am sharing screenshot of website one area there are many like that but i hope one can debug from there:
Right screenshot from chrome: http://www.photovoltaiksolarstrom.de/photovoltaik-rechner - page link
right screen shot of mozilla browser.
Website is on wordpress, i shifted it to bootstrap. please let me know what is the issue there.
Many thanks.

I think it's a parsing error. Right above your rechner-paratop class there is the following line:
.author{font-style:italic;color:#222222;"}
The quote " at the end right before the closing bracket is clearly wrong. This might stop some browsers from properly parsing your CSS.
Edit: Taking a closer look at your CSS clearly shows that there are more validation problems.

Related

Online page is losing styling and edits compared to offline page [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I ran into a problem this evening that I don't really understand. I just uploaded some edits to a page on my site along with the updated CSS stylesheet and a new .js file, but a lot of the style is missing or not functioning properly.
Has anyone experienced this? And how do you suggest I debug this? I've tried to upload the pages again, but the same thing happens.
Also, just to clarify. The content is there but it is not displaying how it should, given the js and css commands.
1- hard refresh the page using Ctrl+F5 to void the web cache. The browser is probably reading the content from the cache. You can temporary rename the css file to force the browser loading new files.
2- Set expires for content (So visitors wont need to use hard refresh).
(How to set content expire)
3- Check The console to find if there is error about file addresses or other possible fails.

Images doesnt load on website (on iPad) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Im creating website with paralax effect. Today I heard that images just are not displayed on iPod ?!
I cant check that, because I dont have access to iPod. Can someone tell my why main pictures dont appear in iPod?
Website: http://www.badzlepszy.pl/Nebiolo2/
The images you are using are multiple images of 2000x1200px in size. There is a limit for the maximum amount of pixels allowed in an image. You can visit this website to see which devices should be capable of displaying your images.
The iOS resource limits are described on the Apple website at the heading "Know iOS Resource Limits".
Using these large images on a iPod could cause the problem of not displaying the image.
I tried it on my ipod an can confirm that it looks odd. some of the images are shown though.
You have some errors in your html. Try to fix them first e.g.
<div id="sitelanguage"> outside of body tag
<div class="pasek_suwakow" style="top: 345px;> <-- " missing after 345px
</br></br>
see http://validator.w3.org/check?uri=http%3A%2F%2Fwww.badzlepszy.pl%2FNebiolo2%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

Hide some element from printing by client side on web [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Let's say I log into facebook but I don't want the "likes" to appear when the page is rendering.
Again: I open a photo from my friend. Under the pic there's a element that says "Somefriend, someotherfriend and 123123 persons like this".
I don't want that to appear.
I think it can be achieved by writing some script (plugin, addon) for my browser, maybe in Firefox with firebug or in Chrome with it's built in code inspector...
Any suggestions?
Cheers
Yes, you can easily implement such functionality using browsers' extensions (add-ons). In order to do so, read their official tutorials. We can't give you exact solution because it differs among browsers. One thing will be similar though - they all use Javascript for page manipulation
Every browser comes with a built-in CSS style sheet. Simply goto the Developer Tools or press Ctrl-Shift-I on most browsers and check out the user agent stylesheet. The trick is to find this stylesheet in your installation folder and add whatever elements you want to hide and adding !important so it overrides everything.

Site Not Appearing Correctly in IE [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am working on dermatologytech.org/ and have gotten the markup as W3 valid as I could. When I view the site in internet explorer it does not appear right, the buttons appear all the way up. See the picture below. Additionally, the navigation is shifted in FireFox. See second image. Any assistance would be appreciated.
Hey now you can do this easily just define
min-height of your slider div in your css file.
as like this
.slider{
min-height:266px;
}
Can you post the CSS and PHP index (or maybe part) to help you troubleshoot? There might be a problem with your positioning as Internet Explorer does not support all CSS tags. I tried using IE 8 on your site and the output is okay. So maybe check your CSS file and look for CSS tags that are incompatible with IE 7 and look for a workaround. Check this out : http://msdn.microsoft.com/en-us/library/bb250496%28v=vs.85%29.aspx and this : http://www.quirksmode.org/css/contents.html
These sites may help you find what makes your layout change on IE.

SSL site still says there is insecure content [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have searched through a new site I am setting up multiple times and I can not find any insecure content. Maybe a second pair of eyes can help.
Can you guys let me know what I am missing to prevent chrome from putting an X over my SSL icon.
Firefox and IE don't show any SSL errors.
Site is dorknerd.com
Thanks.
Actually i got this from your site:
Looks like some of your javascript breaks the secure connection...
If you dont allready, you should consider using chromes developer tools. (press F12 or ctrl+shift+j to use them) They will most of the time be able to help you out.
I do not see any errors in Chrome either. If you're trying to make sure a site is not pulling unsecure content behind an SSL, then do a ctrl+f (find) for http... hrefs do not matter, only content you are embedding through includes, css, javascript etc... Look through the html output of the page through a view source, search it and see if you see unsecure content.... but as I said i don't see an in Chrome (nor FF, or IE)
Edit:
I did some searching and I believe this is your problem: Serving ads via HTTPS