Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


help with div position filter_list
Author
Message
RE: help with div position #5
(04-20-2017, 04:02 AM)Inori Wrote: Careful with flexbox. It's technically stable, but very far from cross-compatible. Your best (ie9-compatible) bet would be to use a wrapper div that fills its parent, then center the form inside it with margins.

I bring with me, a solution for this aswell.

Code:
<script>
document.addEventListener('DOMContentLoaded', function() {
    if ((navigator.userAgent.indexOf('MSIE') + navigator.userAgent.indexOf('Trident')) != -2) {
        document.write('FUCK OFF');
    }
});
</script>
(This post was last modified: 04-20-2017, 04:16 AM by Hoss.)
this forum is dead

[+] 2 users Like Hoss's post
Reply





Messages In This Thread
help with div position - by prudruhuph - 04-18-2017, 06:30 PM
RE: help with div position - by m0dem - 04-18-2017, 10:15 PM
RE: help with div position - by Hoss - 04-20-2017, 03:24 AM
RE: help with div position - by Inori - 04-20-2017, 04:02 AM
RE: help with div position - by Hoss - 04-20-2017, 04:13 AM



Users browsing this thread: 1 Guest(s)