Skip to content Skip to sidebar Skip to footer
Showing posts with the label Opera

Remove Standard Arrow From Select Dropdown In Opera (arrow In Other Browsers Was Fixed)

I'm trying to hide the standard arrow from the select dropdown list. I've resolved it for … Read more Remove Standard Arrow From Select Dropdown In Opera (arrow In Other Browsers Was Fixed)

Wingdings Font Family Does Not Seem To Work On Firefox And Opera

I was using the Wingdings font in the CSS for some symbols like a pencil and a home icon. It worke… Read more Wingdings Font Family Does Not Seem To Work On Firefox And Opera

Html5 Video Button On Top - Opera Browser

I have video on my website and everything is ok in other browsers but when I checked it on Opera I … Read more Html5 Video Button On Top - Opera Browser

Why Do I Get A Gap Between Last Element In One Form And First Element In Second Form?

I have this html file: Now, I get a gap between '#nick button' and '#msg input' li… Read more Why Do I Get A Gap Between Last Element In One Form And First Element In Second Form?

Embed Svg Into Html (opera-specific)

I want to embed SVG image into UserJS script for Opera. The question is how to show this image on l… Read more Embed Svg Into Html (opera-specific)

What Input Field Type Forces The Number Pad Mobile Keyboard To Come Up When Focused?

I tried the but on Opera that outputs a strange input box coupled with an 'up and down' ha… Read more What Input Field Type Forces The Number Pad Mobile Keyboard To Come Up When Focused?

$(window).load(function(){}); Problem In Opera

I need to recalculate body's main div height, than wait while all content (images) loads and on… Read more $(window).load(function(){}); Problem In Opera

Margin-bottom Is Calculated Differently In Opera

I have a div with relative position and a children div with position absolute. CSS: #co Solution … Read more Margin-bottom Is Calculated Differently In Opera

Disable Form Validation In Browser

I'm coding on a website with forms and use HTML5 validation - no rocket science so far. Everyth… Read more Disable Form Validation In Browser

Chrome & Opera Radio Box-shadow Is Square - Any Workaround?

Chrome and opera both have bug in the styling of radio inputs, so that the shadow appears around a … Read more Chrome & Opera Radio Box-shadow Is Square - Any Workaround?

Embed SVG Into HTML (Opera-specific)

I want to embed SVG image into UserJS script for Opera. The question is how to show this image on l… Read more Embed SVG Into HTML (Opera-specific)

How Can I Check If The Browser Support HTML5 File Upload (FormData Object)?

How can I check if the browser support HTML5 file upload (FormData object)? var fd = new FormData()… Read more How Can I Check If The Browser Support HTML5 File Upload (FormData Object)?