Skip to main content

All Questions

0 votes
2 answers
270 views

apply zoom:80% to some browsers but not Internet Explorer

I want to fix an issue on my homepage, whereby the first image in main top carousel does not display all the content when the screen width is between 1280px and 1700px (the left texts in blue). By ...
Dan's user avatar
  • 103
0 votes
2 answers
41 views

Keep 100% width inside an relative container?

I have something like this <div class="container"> <div class="img-container"> <img class="thumbnail" src="https://via.placeholder.com/...
chobo2's user avatar
  • 85k
0 votes
1 answer
423 views

Stylesheets not loading on ie11 or firefox

Where am I going wrong please guys, tried a lot of variations from various sources, but to no avail - Here is the code, I hope you can help as going slightly bonkers - thanks in advance guys... <!...
Dave K's user avatar
  • 1
1 vote
2 answers
2k views

How to wrap the text in 2 lines on Internet Explorer and firefox?

I am wrapping the text in 2 lines . On Google Chrome it's wrapping in 2 lines using the code overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; ...
Sarika Manav's user avatar
3 votes
1 answer
71 views

CSS3 Menus and a Select menu - not working in IE & Firefox

I have created a CSS3 Drop down menu, works perfectly Until I was tasked with adding a select box to choose a pre-set theme This then gave out problems with IE 11 and Edge and Firefox The following ...
DataCure's user avatar
  • 425
0 votes
1 answer
3k views

Using svg in IE11

I find that this svg renders correctly in Chrome, Firefox and IE11: background:#000 url('data:image/svg+xml;utf8,<svg width="42px" height="42px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="...
vamsiampolu's user avatar
  • 6,542
1 vote
0 answers
272 views

AngularJS : Why my SPA is showing blank screen on print preview of firefox browser?

My Angular Application shows content when i do print preview from IE11 and it is showing blank white screen on Firefox browser? Any thoughts?
user6131488's user avatar
0 votes
2 answers
357 views

In page navigation works in Firefox but not in IE or Chrome

I am currently fixing a Drupal 7 site that has to work in all current browsers. I am having an issue with in page navigation. The links work fine in Firefox but are not working in Internet Explorer 11 ...
Richard Luckhurst's user avatar
3 votes
1 answer
796 views

HTML img distorted until I highlight the image

I have a logo in a <img> tag and it is made smaller with the following css. #logo{ position: absolute; max-height:82px; top: 24px; left: 24px; height:...
Shane van Wyk's user avatar
-1 votes
1 answer
715 views

<DIV> wrap differences between IE11 and Chrome/FF

Simply check this jsfiddle with IE 11 and then with Chrome and FireFox I've this HTML <div style="width:120px;background-color:#EE1111;"> <div class="daytext"><b>27</b></...
Luca's user avatar
  • 1,626
1 vote
1 answer
1k views

Material design switch cross browser issues

I'm trying to create a material design style switch as demonstrated by Kai Waddington on codepen: http://codepen.io/waddington/pen/BfjiL and below; which works well with activation both on handle and ...
Ben Adams's user avatar
  • 3,371
0 votes
3 answers
2k views

Weird behavior of jquery css function on Firefox and IE 11

I was trying to do something really simple, and when I started to debug the code, I didn't know what was wrong until I saw it. I couldn't believe that this simple function wouldn't work on Firefox or ...
msqar's user avatar
  • 3,000
4 votes
1 answer
137 views

Jquery in Firefox not reporting border-bottom-width property correctly

I'm programmatically changing the border-bottom-width using JQuery, which works fine. However, when reading the property back using JQuery I get inconsistent results cross-browser. For instance, <...
user3510496's user avatar