Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3595, comment 16


Ignore:
Timestamp:
10/07/2011 08:58:50 PM (15 years ago)
Author:
r-a-y

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3595, comment 16

    initial v1  
    55---
    66
    7 My approach uses absolute positioning because I'm using `float` in `#nav li`.  A potential workaround in my patch instead of setting the height is adding a `clear` div before closing the `#navigation` div.
     7My approach uses absolute positioning because I'm using `float` in `#nav li`.  ~~A potential workaround in my patch instead of setting the height is adding a `clear` div before closing the `#navigation` div.~~
     8
     9EDIT: Spoke too soon!  Let me experiment a bit more.