Maybe this is easy, maybe it's not possible. Or maybe I'm going about this all wrong. Either way, I would love some help.
I have a page I'm working with that is using:
Son of Suckerfish CSS based drop downs (javascript for IE 6)
NiftyCorners
www.goetzedental.com/v2/index.html
I'm trying to round out the top menu, as it looks now.
A quick break down on Suckerfish. It's a LI menu that floats left.
<p>"truly a different kind of dental supplier</p> clears left in the CSS.
I'm using that <p> as place holder. On sub pages it will be a navigation bar.
I want the search function on the same line, on the right side.
But here's the hard part.
I can't float either. NiftyCorners freaks out and displays everything wrong.
Due to the changing size of the status text, I can't use margins or padding to move things to the right pixel.
And right now, using width: isn't working on <p>.
Ideas?
|