http://www.ricochet.org/flippingpixels/images/gallery_bloco_dos_sujos/ index.html
on the above page i needed a seconday navigation that i wanted discreetly to sit in the upper left corner of the page regardless of the browser window. My original intent was to position the div absolutely, thinking that absolute positioning would take it out of the normal flow. it didn't seem to work as it pushed the rest of the page to the right. floating the div gives me visually what i am looking for. Why did absolute positioning affect the position of the other elements on the page? While the div is left floated, i have not assigned a width... is this an issue. While i am not overly concerned what happens when the window shrinks below 800 px, i thought perhaps there might be something to consider here. In order to float the element, i had to position it in near the beginning of the document, i'd rather it be at the end as it doesn't bring much to the party, and i didn't know how to achieve that. lastly, i haven't seen this on a pc in IE... so...any problems there learning this stuff ever so slowly... thanks, ron ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
