Jump to content

koolx

Members
  • Posts

    26
  • Joined

  • Last visited

koolx's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. What would accessing everyone's operating system tell me what element that is?
  2. Before I can even color that part of the element first I have to find out what that element is.
  3. Hi.. I did as you asked and youre right. After entering " size="5" " the dropdown list becomes visible. But the problem is when I do that the top and left side grey borders that were originally visible no longer is visible. So I dont know what to tweak exactly. This is bizarre. Take a look at my screen shot to see what I mean. What do you suggest?
  4. Hi guys.. I use firefox and win 10. I'm trying to find out what a google element is in inspector. The element is a dropdown list. But everytime I hover away from it to inspect it in inspector, the element disappears and as such, inspector cant tell me what it is. Heres the link to that google page: https://www.google.com/search?q=cm+to+inches&ie=utf-8&oe=utf-8&client=firefox-b-ab Heres a screenshot of the element I'm trying to find in inspector:
  5. koolx

    Google Dropdown Border

    The dropdown list disappears when you hover your mouse from it to try to find out what it is in inspector. You cant get more clearer than this. As I said a bunch of times, theres no way of inspecting the dropdown element cuz AS SOON AS YOU MOVE YOUR MOUSE AWAY FROM IT TO THE INSPECTOR TOOL TO ATTEMPT TO FIND OUT WHAT IT IS IT D-I-S-A-P-P-E-A-R-S. Theres no dom tool in inspector. Everyone who knows css knows there isnt one. Think I'll start a new thread. You dont know css at all.
  6. koolx

    Google Dropdown Border

    No, just the drop down list disappears when I hover from it as I check what it is in inspector. This occurs with some elements that disappear when you check what they are in inspector. As soon as you select the element and hover from it to inspector to inspect it, it disppaers. How can I find this element or freeze the element from disappearing?
  7. I got firfeox and windows. There are elements that when I select to find what they are in inspector will disappear Is there a way to freeze certain elements that have a knack of disappearing when you hover away from them?
  8. koolx

    Google Dropdown Border

    I said the element DISAPPEARS: "the element disappears and its info also." This is what I said in the beginning and I cant be more clear than this is, as this is clear as day. Youre having a very hard time understanding. AGAIN I CANNOT select the element as you would want me to because it DISAPPEARS as soon as I HOVER AWAY from it.
  9. koolx

    Google Dropdown Border

    As I said the element disappears as soon as I move my mouse from it. So inspector fails to pick up what code it is as a result.
  10. Hi guys.. I use firefox and win 10. I cant color the border of the drop down in google's metric conversion page. Everytime I hover away from the border to see what the element is in inspector, the element disappears and its info also. It happens with some elements. Wish there were a way to freeze these types of elements. Anyway heres the link to that google page: https://www.google.com/search?q=cm+to+inches&ie=utf-8&oe=utf-8&client=firefox-b-ab Is there a way to freeze certain elements that have a knack of disappearing when you hover away from them?
  11. Hi guys. I got a CSS that darkens google. The problem is that the google logo at the bottom of the page just above the page numbers isn't visible and I cant make it show. Look at the attached image... circled in red you will see the logo isnt visible. When I used inspect element on google, I found the code responsible for making the logo appear. The code is posted below. What can I do to the code to make the logo appear? |.star |div, |.star |span, |a#logo, |*.csb {background: none !important;}
  12. koolx

    Error in Google

    Hi Ingolme.. I fixed the problem, thank god! But now I got an issue I need your help on. The link to my thread with my issue is here: http://w3schools.invisionzone.com/index.php?showtopic=52306 Please help me. Thanks.!!
  13. When I search, for example, "uii" in google, I get a box to the right side with links in blue which is what I like. But when I hover my mouse over it, the link changes to white. Look at the attached pic showing this circled in red. Where in the code can I change the link color when I hover my mouse over it?I also pasted a link to my updated CSS code below. Do take a look and let me know which element is the culprit of this. Thanks. http://www.filedropper.com/fixedgooglecss
  14. koolx

    Error in Google

    Ok so what do you suggest I use as code to remedy this problem?
  15. koolx

    Error in Google

    Hi, Ingoime.. The element in question and code I used is: *.f, *.irg-title > a, *.nrg-title, *.nrg-title > |a, *#brs > *.med, *.normal-header div.rg-header {margin-right: -44px !important;} As you see, I use 'margin-right: -44px'. It works. But it fails when I use my other CSS style that entails a font of arial, size of 17px and bold for all sites. The element for this is: ' * '. You said it looks like I'm using relative or absolute positioning. I dont know much about CSS. But what do you suggest I do?
×
×
  • Create New...