Link to home
Start Free TrialLog in
Avatar of duncanb7
duncanb7

asked on

Locate CSS coding at specified point on webpage quickly

Dear Experts,

When I answer CSS question on EE, I  will first look into author's webpage and look
into the issue view point location such as submenu under menu  that is similar to
the issue at this EE thread link
https://www.experts-exchange.com/questions/28479835/show-submenu.html

When I answer the question, I will go to firefox developer tool and use "Inspect element"
to find out the exact  issue location, and I could not find out the exact CSS file or CSS location. So, I need to view page source to find out or guess where the issue CSS location is
that is really slow to answer the question.

My question is that How can I find the exact CSS issue location code quickly  on
Firefox or Chrome browser developer tools ?

Why I will use using "Inspect element" on FF developer tool can Not locate the exact
CSS code on such issue tag when mouse hover on the issue spot on the webpage
Or there is other way to find out CSS issue code on such tag quickly ?

What tools besides experts experience can answer the question as fast as it  did
in the previous link.

Please advise
Duncan
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of duncanb7
duncanb7

ASKER

Change the z-index on the .yith_magnifier_zoom_wrap {...} class to 1

/assets/css/yith_magnifier.css

The answer from your thread, I could Not find the location . Where is it  at which tag ?
I could Not see the CSS code even I tried mourse right-click to the code page under the
webpage

Duncan
That's because the image doesn't really exist where it is, right click the image when you get the zoom happening and inspect element and then move up the node tree to get the container.
I mouse right-click to :hover on the each tag code on issue html code  as follows, but could not find out  the issue CSS code. Why ?
Please advise
Duncan

<section class="row row-3">

<section class="column column-1 grid-left-0 grid-width-24">
<nav id="block-b5753b9edabd8c29" class="Mainmenu block block-type-navigation block-fluid-height" data-alias="Main Menu"itemscope="" itemtype="http://schema.org/SiteNavigationElement">
<div class="block-content">
<div class="nav-horizontal nav-align-center"><ul id="menu-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-177"><a href="http://www.shopsmook.com/whats-new/">What&#8217;s New</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children current_page_parent menu-item-186"><a href="http://www.shopsmook.com/shop/">CLOTHES</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179"><a href="http://www.shopsmook.com/man/">MAN</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178"><a href="http://www.shopsmook.com/woman/">WOMAN</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-182"><a href="http://www.shopsmook.com/shoes/">SHOES</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a href="http://www.shopsmook.com/accesories/">Accesories</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a href="http://www.shopsmook.com/vintage/">Vintage</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-184"><a href="http://www.shopsmook.com/sale/">SALE</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="http://www.shopsmook.com/lookbooks/">LOOKBOOKS</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-185"><a href="http://www.shopsmook.com/blog/">BLOG</a></li>
</ul></div><!-- .nav-horizontal nav-align-center -->
</div><!-- .block-content -->

</nav><!-- #block-b5753b9edabd8c29 -->

</section><!-- .column -->

</section><!-- .row -->

Open in new window

If you can provide small your search practice instruction to search  CSS issue location on FF developer tools that will be really good

Duncan
It's not an :hover issue, the image zoom container is higher in the z-index.
Any external FF site or tools  on internet for developer about my issue, please advise

Duncan
And that is why I seldom or rarly answer CSS question in EE

Duncan
There's no special secret to it, just inspect the element and work back or forth til you find the relevant element css that needs to be fixed.
There is no one way fits all since every website is different, it's a case of practise makes perfect when you just know what is wrong
Do you have any good FF developer tools manual or site information ?

Duncan
Last post, Firebug is better than FF developer tools , Right ?

Duncan
I think so, easier to do things in Firebug
Thanks for your reply, I'll work around for firebug

Duncan