I understand that validating the code can be important and especially help those who are starting to correct errors and become more informed about obsolete elements in current versions of the languages.
But how much should I worry about valid...
I have a table that is generated via ajax and a certain column generates a link. As it was implemented, it currently writes a html with javascript intrusive. Something like below:
return "<a href=\"#\" id=\"detalhe-nota-" + record.dat...
Despite the discontinuation of the <center> tag, it still solved this simple problem for me, but I would like to know how to solve it by using css .
The idea is to put two buttons (or div's ) on each end, and in the m...
I have a graph where some elements are generated via CSS, namely the trace below the quantity scale:
CSS Used:
#results .chart-scale li{
font-size:16px;
line-height:18px;
padding-top:38px;
font-family:'latolight', sans...
I'm having a problem structuring a layout with some divs side by side and when it does not fit any more, they go down. And the main container needs to increase according to how many boxes you have. More or less like this:
ButIdonot...
I'm using bootstrap, I already tried to use display:table-cell and display:cell in divs children, however, nothing worked, I have two divs , and both have dynamic content, but I need both to stay of the same size....
I need to set the first row of my table always at the top of the page.
I have read several questions about this same problem, but I could not solve ...
My code:
<table border="2px">
<tr bgcolor="0099FF" id="topo">
<th...
Hello,
I have several divs and some of them have a 'test' class, I would like the first-child selector to highlight only the first DIV that has the 'test' class, however, it only works if the 'test' class is in the first div. From what I underst...
I am about to build an HTML email, but I see that there are differences to an ordinary website page. I want the HTML email to have css and to appear both in desktop access and on tablet and mobile, and it should show some images in the body of t...
My CSS file is close to 10,000 lines.
It is getting very complicated to maintain this file.
in its version of Development the file "weighs" 170kb and in its minified version, "only" 128kb
Some points to consider:
Avoid unnecessary network...