|
Posted by mbstevens on 10/21/07 01:14
dalyea@gmail.com wrote:
> http://www.qbike.com/i.shtml
> 1. The CSS tabs are "under" the area they should be in, in terms of
> how the bg image displays
You might be able to see better if you got rid of the divitis
(excessive and useless nested divs).
The ul does not need a surrounding div, much less two. Just style the ul.
> 2. The search bar which should be under the CSS tabs stays on the same
> line, as if the block isn't taking effect - float problem?
To relate the form to the ul in a particular way,
surround both with a single _common_ div.
The display:inline style for the form is probably not what you want.
Navigation:
[Reply to this message]
|