HTML help please

Permalink
Please go to search.nepaltickets.com enter any city in the from box and do a search

1.The background is white below the box. Is it to do red around the search result and white in the results???

2. Also the text above the search box - I need it to be white background so the text is readable.

It has to be html though. Any help??

Thanks a bunch. Concrete5 is the greatest.

 
jbx replied on at Permalink Reply
jbx
In your search.css file, line 214 I think, you have a float: left; on #search .content. Get rid of this, you don't need it. That will drop your red body color down.

And on line 984, you have #searchwrap #searchbox. add background: white; to this. That will color your area above the search box to white.

Firebug addon for Firefox makes figuring this stuff out really easy...

Hope that helps!

Jon