-1
I have a problem opening a PHP page on the Internet Explore. It removes background colors.
In Google Chrome opens all pages normally.
<table style="width:100%;height:100%;" bgcolor="#4682B4" border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table></div>
<input value="Procurar" name="IWBUTTON2" type="Submit" class="IWBUTTON2CSS" id="IWBUTTON2" tabindex="21">
This pasted code is your full page?
– Beterraba
It is an example of what appears to me in white when it should be blue. It works on google Chrome and internet explorer
– ChrisAdler
and if you set the background color on
style
doesn’t solve it? Or you haven’t tried it yourself?– CesarMiguel
Yes, but is the HTML complete or just the relative chunk? Use the property
background-color
within thestyle
.– Beterraba
There are two relative snippets. And with the Internet explore the images are all full of pixels and in Chrome everything is good
– ChrisAdler
Putting the style in the background doesn’t work either
– ChrisAdler
Your html may be incomplete, try to finish your SUBMIT like this:
<input value="Procurar" name="IWBUTTON2" type="Submit" class="IWBUTTON2CSS" id="IWBUTTON2" tabindex="21"/>
and see if this resolves– Tafarel Chicotti
Set the color inside the style, or in the CSS file. I think it will work.
– Leandro Belo