How Build Html form ? Programming by Kirubel_2 … 10px 0px rgba(0,0,0,0.9); box-sizing: border-box; border-top: 2px solid #0009; padding: 10px; z-index: …top: 15px; background-color: #ae4732fe; font-size: 15px; color: white; border-radius: 50%; padding: 7px 14px; cursor:pointer; font-style: arial… Re: How Build video-player in html And css ? Programming by Kirubel_2 … button{ background: transparent; color:white; font-size: 20px; border:1px solid transparent; } .container button:hover{ cursor: pointer;…-family: arial; font-weight: bold; font-size: 10px; border-radius: 15px; margin-left: 40%; margin-right: 5%;… How Build video-player in html And css ? Programming by Kirubel_2 …;../img/The.Originals.S01E01.480p.mkv" controls style="border: 1px solid #1245;" height="100%" width="…="30px" width="30px" style="border-radius: 50%; border: 1px soild #0003;"> </div> <… Re: Extracting values from capturing groups in regex Programming Software Development by Tom_45 …quot;> <table width="100%" border="0" cellspacing="0" cellpadding=&…quot;> <table width="48%" border="1" bordercolor="#aaabbb" cellpadding="…table class="printhide" width="100%" border="0" cellpadding="1" cellspacing=&… Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells …; } #circle { margin-top: 20px; width: 300px; height: 300px; border: 1px solid black; border-radius: 50%; background-color: lightblue; } function generateCircle() { const radius… border tag not working in firefox Digital Media UI / UX Design by hwoarang69 border:2px solid red; -moz-border-radius: 5px; trying to make a boarder in css. it works fine in google chrome but it doesnt work in firework any ideas?? also this dont work in firefox background:-moz-linear-gradient( center top, #b1b7b6 56%, #CCC 100% ); Re: border layout Programming Software Development by JamesCherrill Border layout is OK to get started, but if you're … Re: How can I call a Javascript event on HTML div border corners? Programming Web Development by Joe34 Border images Re: CSS Menu Digital Media UI / UX Design by TonyG_cyprus `border-radius:10px;` et al for moz and webkit. Re: wordpress oddity Programming Web Development by jstfsklh211 border is from css i forget where under advance when inserting the image you can set border 0 for the image Re: Word Association Game Community Center Geeks' Lounge by Patate border --> edge Re: Border browser problem Digital Media UI / UX Design by minimogul …:2px solid #000080; border-bottom:2px solid #000080; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -khtml-border-bottom-left-radius…; top: 18px; }[/CODE] I also tried it with border:none; before the other border code. It's not working it firefox. Thanks… Border browser problem Digital Media UI / UX Design by minimogul I am having trouble with my inputs. I set a border for them one class has a 1px border the other has a 2 px border. It looks fine in Chrome and I have checked everything and I don't understand because someother elements show up with a border. Is this a form issue? Will be waiting for your replies thanks in advance. Re: Border browser problem Digital Media UI / UX Design by minimogul This is exactly the same code as the inputs except this one has the round corners but I am having problems with this border too. Nav bar: Corners are overlapping the border Digital Media UI / UX Design by Bensirpent07 … box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-top: none; border-radius: 0 0…: block; float: none; width: 100%; } div#nav li a { border-bottom: 1px solid #576979; } } JQuery: $('li.menu') .mouseenter(function… how to make border around page with multicolor ? Digital Media UI / UX Design by ekka …relative;*/ height: 100%; max-height: 100%; } .top-border { height: 10px; width: 100%; position : absolute; …; float : right; border : 0px; background-color: #ebebea; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px… Re: how to make border around page with multicolor ? Digital Media UI / UX Design by gentlemedia … don't push the bottom border down. The `border` property don't overlap each…want can be done with the `border-image` and `border-image-slice` properties. The image …*/ html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after… Re: Nav bar: Corners are overlapping the border Digital Media UI / UX Design by Bensirpent07 Well I ended up figuring it out, I just gave the inner part an invisible border and gave that border a radius as well until it fit inside of the other border. It fits nicely now. Re: how to make border around page with multicolor ? Digital Media UI / UX Design by ekka … background-color : #d0d0d0; padding : 0 20px; box-sizing : border-box; } * , *::before , *::after { box-sizing : …} .container { background-color : #ffffff; border-top : 10px solid #894aa3; /*border-bottom : 55px solid #444444;*/ height :… unable to remove css image border on child page Digital Media UI / UX Design by janetb …'s the base image, cause if I change the border to white, the border is gone - but every image on my website… is then missing the border. I thought the inheritance went theme, page, inline css? Any…:0 0 0 0; top:0px;left:0px; display:none;border:none 0 solid white !important; } <img src="image… cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff … been trying to remove what appeared to be a bottom border on an image. I am using Lytebox. Adding a bottom… border resulted in the existing "border" being pushed down below the new… margin set to -4px. that removes the unwanted bottom "border" I suppose I could add that styling to all… Re: unable to remove css image border on child page Digital Media UI / UX Design by AleMonteiro I think the best solution is to add an css class to images without border.: `img.no-border { border: none; }` Then, add the class 'no-border' to the images that you want. Re: unable to remove css image border on child page Digital Media UI / UX Design by JorgeM …create an additional style in your style sheet. `img.no-border { border: none; }` On the image element where you want to… remove the border just apply that class directly. `<img src="#&…quot; class="no-border" />` The inline style will override the style… Gray border Digital Media UI / UX Design by davy_yg ….css #portfoliomkt1 {margin: -50px 0 0 200px; border: 3px solid gray;} #portfoliomkt2 {margin: -200px 0 0… 500px; border: 3px solid gray;} #portfoliomkt3 {margin: -200px 0 0 800px; border: 3px solid gray;} #portfoliomkt4 … I wonder why in the website the gray border goes all the way to the right ? I… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff … don't think that this is a border issue as the first image has a border-bottom set to 10px and red… but still shows the grey bottom border, which I suppose is not possible as there cannot be… can there? So it would seem that the grey bottom border is a margin. However, I agree there appears to be… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by ggeoff … it's in the thumbnail itself. The one where the border disappeared with the negative margin - take away the negative margin… and the border's still gone. When I enlarge the first thumbnail with… a border to 400% in Photoshop I can see a 1px lighter… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello … it's in the thumbnail itself. The one where the border disappeared with the negative margin - take away the negative margin… and the border's still gone. When I enlarge the first thumbnail with… a border to 400% in Photoshop I can see a 1px lighter… Re: cannot get rid of bottom margin or border Digital Media UI / UX Design by Dandello … against the dark background. I'm not seeing a black border at all - in Chrome or in Firefox. But I …do see a gray bottom border in MSIE8 on the one with the red bottom… border and the rows beneath the first row. FOUND IT: …. Using MSIE Tools, when that's disabled, that bottom border disappears. Re: unable to remove css image border on child page Digital Media UI / UX Design by gabrielcastillo if you are having trouble try using jquery. $(document).ready(function(){ $('.nivoSlider img').css('border','none'); }); Making a wide border that won't activate scroll bars when browser window is smaller Digital Media UI / UX Design by Altairzq Hello, What i want do do is create a thick border (around 100 pixels) around the content of the web for … when the borders of the screen "hit" the border of the web. (even if i set overflow:hidden for… the border - guess this works only for contents inside the div) What…