kizyahaha / MSB_website_design

0 stars 0 forks source link

Maybe we should always have a global update/reposition 0.5s after onload #249

Closed kizyahaha closed 9 years ago

kizyahaha commented 9 years ago

We're still seeing errors in the placement of things that are supposed to be positioned based on the size of contents. This repositioning is supposed to happen onload, but it apparently is not for one reason or another that I don't understand. A good example is the minutely tab with the mountain picture as the winner. Depending on how you get to the page (click the tab, refresh, back, forward, etc) the winner bubble and the contender page navigation is all fucked up. I'm getting tired of trying to understand what is going on in these instances, so maybe as a cheap work around we just call the update functions a short time after onload.

kizyahaha commented 9 years ago

I got rid of all the functions for resizing divs based on content or browser size and instead redid my CSS. Should be good now.