terrycody
Elite Member
- Sep 29, 2012
- 6,420
- 3,328
Guys I think I need a CSS related help!
I am not a coder though, just know very basics of CSS, I mean, I can copy and paste the online code, and try to mimic, that's all, pity me.
Now I am facing a problem, please check this test URL:
As you can see, this is a database search function, and you already see that blank square below! Its useless now, I want to think a way to hide it, I tried the code:
It worked! BUT!
If I do this, the search result border will also disappear, which is very ugly! Like this!
In normal, we want the search result pretty, it SHOULD have this border! (you can input "terry" to check the search result too), like this:
So as you can see, it is beatiful now.
So is this CSS style problem possible to solve? I mean, I want that empty border disappear before I hit search, BUT, the border should exisit when a search result showed, for asthetic purpose.
Yes I can change theme to white one, but I may use some colorful themes, this border will always show that ugly border.
Anyone know how to solve this tricky problem? Is it possible?
I am not a coder though, just know very basics of CSS, I mean, I can copy and paste the online code, and try to mimic, that's all, pity me.
Now I am facing a problem, please check this test URL:
Code:
https://www.streamingsurgeries.com/search-our-database/
As you can see, this is a database search function, and you already see that blank square below! Its useless now, I want to think a way to hide it, I tried the code:
Code:
.pdb-list td {
border: none;
}
It worked! BUT!
If I do this, the search result border will also disappear, which is very ugly! Like this!
In normal, we want the search result pretty, it SHOULD have this border! (you can input "terry" to check the search result too), like this:
So as you can see, it is beatiful now.
So is this CSS style problem possible to solve? I mean, I want that empty border disappear before I hit search, BUT, the border should exisit when a search result showed, for asthetic purpose.
Yes I can change theme to white one, but I may use some colorful themes, this border will always show that ugly border.
Anyone know how to solve this tricky problem? Is it possible?