Hidden Divs and break points
hello,
i created page 4 "hidden" divs in mobile view. 1 of people likes shrink my pages while surfing. when testing shrink browser, hidden divs popup , don't align until hit breakpoint. don't way looks. can fixed?
andrea
answers in code. can provide link page?
in following example, have made divs 5-7 not display on mobile devices.
http://alt-web.com/fluidgrid/fluid1.html
i did css media queries in separate content.css file using display property.
/* special rules mobiles. */
@media screen , (max-width: 481px) {
/**these divisions disappear**/
#layoutdiv5, #layoutdiv6, #layoutdiv7 { display: none }
}
in other layouts, divs appear.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment