on my home page
http://www.airtightsecurityplus.com/security_equipment
I have a search box in the nav bar. somehow i must have changed something and moved the icon (magnifier) out of the search box.
can anyone tell me HOW DO I MOVE IT BACK IN
on my home page
http://www.airtightsecurityplus.com/security_equipment
I have a search box in the nav bar. somehow i must have changed something and moved the icon (magnifier) out of the search box.
can anyone tell me HOW DO I MOVE IT BACK IN
First of all you have 2 css files that are loading.
Second adjust the width of
#navMainSearch {
float: right;
background: url("../images/search_bg.png") no-repeat center;
width: 200px;
height: 46px;
In you css file.
i adjusted my width to 180 and the icon goes inside but the "search keywords here" disapeared???
and how could you tell i had 2 stylesheets? do i need to set permissions or change names of files or something?
got it, thanks
what about the permissions? how could you see my files
stylesheets are available to the public and can be viewed in web developer tool. Any thing in your css folder that starts with stylesheet will be get loaded by the html_header. If you want to disable a stylesheet but want to leave it on the server add something like .bak to it so it doesn't get loaded.