Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS A White Background is Covering Up the Top Navigation links on every page Reply To: A White Background is Covering Up the Top Navigation links on every page

#180664
ThatCat
Participant

Your code have 2 problems:

1- Width (and Height) defined in pixels (use %).
2- No media queries.

Example of Media Queries:

http://jsfiddle.net/nyp856k8/1/

I hope you understand the “syntax” of the CSS example.