Search box problem


Search box problem

Postby Gonzo68 » Sat Nov 24, 2007 6:45 am

Let me explain you the problem as i see it using 3 different browser. I made the test on my site and also on the demo of ProVista here with the exact same results.

There is 2 place where we can see the search box completly on top (this one is correct) and the other place is to the right of New Topic button (this one got problem).

So if i get into Test Forum 1 i will explain now what happened with the different browser with the white search box.

Opera and FireFox:

- Search box is showing completly white when we get there not showing the original text "Search this forum..."
- When i move cursor on the search box i see the original text really quick then the promp to enter the text
- Text is entered and showing in blue while the focus is still on that search box
- Moving focus out of the seach box make the text to disappear completly

Ie7:

- Search box is showing completly white when we get there not showing the original text "Search this forum..."
- When i move cursor on the search box i still see nothing only the prompt
- Text is entered and showing nothing at all while the focus is still on that search box

It's probably a CSS bug since it works correctly if you check prosilver base theme

Gonzo68
 
Posts: 10
Joined: Fri Sep 28, 2007 1:55 am
Blog: View Blog (0)

Re: Search box problem

Postby Helter » Sat Nov 24, 2007 2:53 pm

here is the easiest fix as both search sections are using the same .css. (Ill separate them later)

OPEN
styles/proVista/theme/provista.css

FIND

Code: Select all
#search #keywords {
   width: 140px;
   background-color: transparent;
   color: #FFFFFF;
}

input.search {
   color: #FFFFFF;
   background-image: none;
   background-repeat: no-repeat;
   margin-left: 30px;   
   margin-top: 7px;
}


REPLACE WITH

Code: Select all
#search #keywords {
   width: 140px;
   background-color: transparent;
   color: #868686;
}

input.search {
   color: #868686;
   background-image: none;
   background-repeat: no-repeat;
   margin-left: 30px;   
   margin-top: 7px;
}

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner



Post a reply



Return to proVista

Who is online

Users browsing this forum: No registered users and 2 guests

cron