Posts by I. Albuquerque • 13 points
4 posts
-
0
votes2
answers33
viewsA: How to add background to an inline list ? And how to remove the default underline effect?
to remove the underline from a text just in your css use: #letreiro li a { text-decoration: none; } I hope I helped =D.
-
0
votes1
answer189
viewsQ: :Hover does not work
I had already used something similar for a background image, but now for the buttons on my site it is not working anymore. nav#menu li:hover { display: inline-block; transition-duration:0.3s;…
-
1
votes2
answers6381
viewsA: How to leave list items side by side?
<h2>Especificações Técnicas</h2> <table id="tabelaspec"> <caption>Tabela Técnica do Google Glass <span>Mar/2013</span></caption> <tr><td…
-
0
votes2
answers1613
viewsA: Can I put a background-image in a Section?
header#cabecalho { border-bottom: 1px #606060 solid; height: 150px; background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 80px; } hello, maybe assigning an id to a specific area of your…