Posts by WillStack • 31 points
3 posts
-
2
votes1
answer394
viewsQ: Divs side by side header
I want to put all the Divs in the header with relative position to adapt in all resolutions. It didn’t work using float on the Divs. <!doctype html> <html> <head> <meta…
-
0
votes2
answers257
viewsQ: How could I enter the structs in a list?
#include "stdafx.h" #include <iostream> using namespace std; struct FICHA_INSCRICAO { char nome[50]; char cpf[10]; char logradouro[100]; char…
-
0
votes1
answer81
viewsQ: Soon need to stay on top of menu but menu is not clickable
When I mouse over the menu the property 'onMouseOver' is not active because the logo needs to be in front, how can I resolve it? The menu with the property 'onMouseOver' decreases the size as well.…