Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. How Build Html form ? Programming Web Development by Kirubel_2 …: 100%; height: 100%; text-align: center; background-color: #0009; box-shadow: 3px 10px 10px 0px … position: absolute; right: 20px; top: 15px; background-color: #ae4732fe; font-size: 15px; color: white; border-radius: 50%; padding: 7px 14px… Re: How Build video-player in html And css ? Programming by Kirubel_2 …height: 101vh; overflow-y: hidden; } .container button{ background: transparent; color:white; font-size: 20px; border:1px solid transparent; }…0.165, 1); } .contain{ color:white; margin-left: 40%; background: linear-gradient(90deg,rgb(0,0,0… How Build video-player in html And css ? Programming by Kirubel_2 …<li onmousemove="ule()" style="background: #0004;"><a href="paint.…gt; </div> <hr style="color: aqua;"> <div class="grid&…;/div> <h2 style="display: block;color: transparent;">AWTAR</h2> <… Re: Background color Digital Media UI / UX Design by hericles background-color is a CSS property so I would add that to … Background color not displayed if set after any text formatting Programming Web Development by Renu Deshpande …I format the text first and then set the background color , the background color is not rendered on PDF. Consider the cases … <b> <span style="background-color: #ff0000"> COLOR-DISPLAYED </span> </b>…span>[/code] Output on PDF : Text rendered with background color and proper formatting. Case 2: Type the text , … background-color wraps in IE Digital Media UI / UX Design by fatihpiristine … doesn't apply background color. only applied to main div. [code=css] body { background-color: #363636; color: #FFFFFF; font…html { /* Fix for background issue in IE */ background-color: #363636; height: 100%; width: 100%; } body { background-color: #363636; color: #FFFFFF; font-family… Re: background-color wraps in IE Digital Media UI / UX Design by Troy III Try this: [CODE][COLOR="Red"]html,[/COLOR] body { background-color: #363636; color: #FFFFFF; font-family: tahoma,sans-serif; font-size: 70%; height: 100%; line-height: 1.2em; margin: 0; padding: 0; text-align: left; width: 100%; }[/CODE] [for strict mode!] Re: background-color wraps in IE Digital Media UI / UX Design by fatihpiristine [QUOTE=Troy III;1011274]Try this: [CODE][COLOR="Red"]html,[/COLOR] body { background-color: #363636; color: #FFFFFF; font-family: tahoma,sans-serif; font-size… Re: background-color wraps in IE Digital Media UI / UX Design by Troy III … only to element that will need them. [CODE]html, body { background-color: #363636; color: #FFFFFF; margin: 0; padding: 0; width: 100%; height: 100… background color to a element which is positioned before the identified tag Programming Web Development by Virangya hi, i'm trying to add a background color to a element which is positioned before the identified tag. …; </ul> [/CODE] now i want to assign a background color to the 1st level element if i know class='identified…' i want to cange the background color of [ICODE]<a href='#'>text1</a>… Background color not working Digital Media UI / UX Design by stonest123 … to go into and try to give it a background color, it doesn't do anything, and if i …give it a height there is still a white background around the edges.. My code for the site: …lt;/html> [/CODE] the css file: [CODE]#body { background-color: #104E8B; } #content { background-color: #104E8B; }[/CODE] Thanks for any help background color in Print Digital Media UI / UX Design by OsaMasw … all elements that's are not needed in printing, but background color for cells in table not display in printed version, although…; media="print"> .no-print { display: none; } .bgcol{ background-color: #999; } </style> and tried with css @media print… Re: background color in Print Digital Media UI / UX Design by OsaMasw …media print{ .no-print{ display: none; } .bgcol{ background-color: #999; } body{ padding-top: 1px; } }…gt; </table> still no background color, FYI am using **Bootstrap** CSS maybe… Re: background color in Print Digital Media UI / UX Design by OsaMasw …media print{ .no-print{ display: none; } .bgcol{ background-color: #999; } body{ padding-top: 1px; background: transparent; } } </style> and the result was….jpg "03e4604527de201bc9b67b5b75a801f0") this was my nightmare **background: transparent;** thanks for helping Re: Background color not working Digital Media UI / UX Design by Borzoi …; tag, set the body to have a background colour in the CSS: [code=css] body { background-color: #104e8b; } [/code] The reason why you… Re: background color to a element which is positioned before the identified tag Programming Web Development by AleMonteiro Try this one: [CODE] $('ul#one > li:has(a.identified) > a').css('background-color', 'red'); [/CODE] Re: background color to a element which is positioned before the identified tag Programming Web Development by Virangya [QUOTE=AleMonteiro;1752217]Try this one: [CODE] $('ul#one > li:has(a.identified) > a').css('background-color', 'red'); [/CODE][/QUOTE] thanks... how ever i did it by using parent() several times. Re: background color in Print Digital Media UI / UX Design by JorgeM …> <head> <style> @media print{ #tbl1 {background-color:#999; } </style> </head> <body>… mind that if the user has to enable "print background colors and images" enabled in their print settings. Your… Re: Background color not working Digital Media UI / UX Design by stonest123 Thanks Borzoi, the poor coding is due to me messing about with it getting annoyed and leaving it at that, admittedly i took out the head and title tag when playing around with the divs. Where would i set the background color in the .css file then if not in a div? Re: Background color not working Digital Media UI / UX Design by drjohn … VERY bad practice to do that. You can set the background-color to anything - to the body, an h1, h2, p, ul… Re: Background color not working Digital Media UI / UX Design by stonest123 OK, I'll change that now. so how do I change the background color for the whole page in the css file? Thanks Should also mention i cleaned up my tags and doctype etc.. Re: Background color not working Digital Media UI / UX Design by teedoff …, in your stylesheet create a rule like so: [CODE]body{ background-color: grey; }[/CODE]One good thing is the html validator [URL… background-color:"9E0039" works in IE but not mozilla, solution? Programming Web Development by u4umang2001 Hi This is Umang... i m using background-color:"9E0039" in a stylesheet.css file it is working in IE but not working in Mozilla fire fox. if i use the color name (eg. GREEN) instead of color code (eg. 9E0039) it works in Mozilla fire fox also. What should i do so that color code also work in Mozilla fire fox??? Re: background-color:"9E0039" works in IE but not mozilla, solution? Programming Web Development by bugmenot If that is your actual code it should be background-color:#9E0039; Change it to that and it should be kosher. Re: background-color:"9E0039" works in IE but not mozilla, solution? Programming Web Development by SheSaidImaPregy never use quotes in CSS unless you are combining words, like a font-famiily: "Times New Roman". And for colors, you should always [put the # before it (#9E0039). So yes, change it to bugmenot's suggestion background-color:#9E0039; Background color question Digital Media UI / UX Design by SergioQ … element. Then my icons are transparent GIFs using the same color value as a the matte. Here is my question, as…, is there a way to find out how safe my background color is across browsers? Thanks all Re: Background color won't go all the way down? Digital Media UI / UX Design by ndeniche if you want your whole background to be black, why don't you style the body instead? [code=html] <style type="text/css"> body { background-color: #000; } </style> [/code] Re: Background color won't go all the way down? Digital Media UI / UX Design by plarsen111 … be white. [QUOTE=Nichito;846162]if you want your whole background to be black, why don't you style the body…=html] <style type="text/css"> body { background-color: #000; } </style> [/code][/QUOTE] Background color won't go all the way down? Digital Media UI / UX Design by plarsen111 I have set pretty much my whole page in a container. When I code the container to have background-color: black; it stops at the tabs. [url]http://www.hmstechnology.com/new_hms_site_tabs/[/url] (view page source to see code) Any suggestions? Thanks, Phil