html - Detect lowest vertical div on page -


i have problem trying keep footer div @ bottom of others. when call footer main content div errors long side bars overlapping footer.

but when try calling footer sidebar div have same problem main content div.

getting 1 work seems break other. there way can these 's check if lowest elements on page and, if so, call function?

im not sure trying do...you haven't posted code , question lacks detail.

but if trying last div in document use jquery function.

$('div').last(); 

this last div on page. can chain methods $('div').last().addclass().remove() etc...


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -