We have a website that creates website to our customers. The website is displaying in domain and our site.
In our site we have a problem with internet explorer. There is a top navigation bar in our site and containers doesnt seem to work.
For example http://telemar.com.tr/ is working nice but the same site in http://www.interaktifis.com/47-telemar-telekomunikasyon-elektronik-ltd-sti
doesn't display nicely.
How can i solve the problem. Thank you
There's some script before the DOCTYPE on http://www.interaktifis.com/47-telemar-telekomunikasyon-elektronik-ltd-sti that's putting the page into quirks mode. That will need to be moved to somewhere after the DOCTYPE.
Looks like you might have an error in your server side code, http://telemar.com.tr/ has no content in #divTopNavBar
Related
I am supporting a website:
https://www.allcounted.com/
If you first look at the home page or What's Hot page and then click the Subject or Country page in the top navigation, you would see the page move left a little.
I know this is a CSS issue, but I am unable to find out the CSS rules that creates this issue. This website uses bootstrap-3.2.0 and some other tools.
At my screen this page seems displaying correctly (Chrome 57). This 'movement' what are you talking about's occurring because of browser is scrollbar, I guess, if I m wrong, punish me, but also I may recommend you using Developer Tools at your browser to inspect that. :)
If you could share more info I will be glad. (Some screens etc.)
My ASP.NET project seems to run the best in Firefox.
Mainly while someone is navigating around the site, Firefox has no blank pages of white screen while the page is changing, and it looks like it's not reloading the top nav bar of the page or the footer/wrap around the partials that go in the middle.
Chrome and Internet Explorer (obviously) not so much. They seem to reload the entire page every time there is navigation performed.
Is there something I can change about my project configuration that would cause this kind of behaviour? I suppose it isn't too important but it would be nice if it looked as good on Chrome as it does on Firefox.
If anyone wanted to see code from a specific place/config in my ASP.NET project I can post it.
I am having trouble displaying XPages in Firefox. Looking at the page, I figured it was a CSS issue so I looked at the source.
I noticed this for the CSS
What is going on here? Other CSS links are similarly corrupted.
The page renders fine in IE 8 but not in FireFox.
Here is a link to the site
https://qacldguide.pnc.com/
You won't be able to login but you should be able to see the issue on the login page.
The server is running 8.5.3.
Update:
Works fine on our Dev server (which is not accessible to the outside world). We are running the same version of server in Dev and QA. Could this be a server setting? My admins are out for the holiday so this one might need to wait but any help here is welcome.
FYI Links still show as
even in Dev.
Update
Works fine in Prod too
https://cldguide.pnc.com/
The one of problems is that the first css is detected as mime.
Try to remove css aggregation.
And if you check the Style Editor tab in Firefox and check the first stylesheet
it has no rules detected and if I add an enter after .lotusVersion{margin:2px 1px 2px 40px !important;}
The site starts to render correct, there is where I should look for the problem.
Turns out, I did not have public access set on my CSS. I am not certian why it worked befoere but that is waht fixed the issue now.
I'm working on a clients website and for some reason the jQuery colorbox plugin isn't working correctly in IE8 on this site, it's opening the colorbox and has no width. The gallery is running NextGEN gallery.
http://bwosoyoos.lexcorp.ca/photo-gallery/
The main reason I don't understand this is because I've got the exact same thing running on another site and it works fine (also using the same theme/css for the colorbox)
If anyone can shine some light onto this I'd be beyond grateful.
I haven't been able to figure out a direct cause, and I'd also tried switching to Lightbox Plus instead of jQuery Colorbox.. but it's still the same issue.
I've added a warning message that pops up when people view that page on IE 8 or lower expressing that it won't function correctly and providing a link to update IE, or download another browser via BrowseHappy.com .. that's the best I can do for now. :/
I've noticed a strange behavior in two different sites when using IE8.
The first site is in the site that I maintain xebra.com.
The second site is google analytics.
The behavior is that when an address is typed directly into the address bar of IE8, both sites display correctly,
But when one of the sites has already been loaded, and you press the refresh button or F5 key, the layout gets all screwed up:
See screenshots here: here
Something is causing IE8 to render in 'quirks mode' which causes the breakage.
You can duplicate this by browsing to your site in IE8 and selecting Tools > Developer Tools > Document Mode > Quirks Mode.
Make sure your document is always being served in standards mode.
EDIT My original answer had 'compatability mode' where it should have read 'quirks mode' - the two are different.
JS.Companion was what was causing this odd bug, and not IE8. Phew!
http://www.my-debugbar.com/wiki/CompanionJS/HomePage
I spent the whole morning trying to figure out what was going on, I removed companion.js and bingo my site is perfect! thanks for this.
That's really strange. I don't have the problem on my computer with Companion.JS installed and http://www.xebra.com/ web page (under Vista SP1).
I would be happyto correct the Companion.JS bug that generates this problem if you can provide more information about the problem.