Posts by David Monteiro • 31 points
4 posts
-
0
votes1
answer50
viewsQ: "Hide" a cell from a table
I was trying to make a simple layout in which the desktop version has a logo in the center of the main-Nav at the top of the page, flanked by navigation. Using a table is the best solution? I tried…
-
0
votes1
answer38
viewsQ: HTML: Anchor point - what is it?
Can anyone tell me why the anchor point isn’t working? <html> <head> <title> Lake Tahoe </title> <style> body { text-align: center; } h1 { font-size: 52px; color:…
-
0
votes1
answer1606
viewsQ: Image positioning with z-index
I’m trying to position a text box over an image through the z index, to get something like this: http://postimg.org/image/an6lkq9gf/ Now the text appears after the image (since it is in a 100% width…
-
3
votes2
answers1843
viewsQ: CSS3: Show a hidden div when doing Hover over another div
Good afternoon. At this time I have 2 Ivs, 1 of them visible and the other hidden, being visible when I do the first. I would like, when revealing the div with text, the background of this fills the…