Posts by Ana Maria Alves da Silva • 3 points
1 post
-
-2
votes1
answer64
viewsQ: How can anyone help me limit this element as it is in the footer? It is overwriting the header when it appears and I can’t limit it!
<!DOCTYPE html> <html> <head> <style> #banner { position: fixed; left: 10px; height: 300px; width: 110px; padding: 10px 5px; text-align: center; background-color: #fff;…