Forums

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

Home Forums CSS Nested Nav Clips Header and Background-Size: Cover Not Working Reply To: Nested Nav Clips Header and Background-Size: Cover Not Working

#237006
bearhead
Participant

Yeah, this webpage could be written far simpler than it is… I think the base of your layout issue is that content is simply layed over background images and positioned via huge margins (in some cases as large as 640px o.O).

The html needs to be restructured such that each block of content is grouped with the image it is supposed to go with in it own container.

Like Shikkediel wrote, you also seem to have far more css than is necessary… media queries for responsiveness I’m guessing? The thing is, a webpage this simple could probable be responsive with very minimal (if any) media queries.