jquery selector on Drupal logo id -
I want to create div id = 'logo' Using the .click function with Jquery. Unfortunately the Logo ID is completely covered by the ID = header. Is a jquery way to separate logo divas from header div?
& lt; Div id = 'header' & gt; & Lt; Div id = 'logo' & gt; & Lt; / Div & gt; & Lt; / Div & gt;
Useful Drupal will link the front page to the logo, so it's probably a Not the jQuery issue, but a CSS one.
There are several things related to CSS: You can transfer the logo to another location inside the HTML structure: $ ('# logo'). AppendTo (' If for some reason some other tags are on top, then you need to return #logo to your position (for example, set up coordinates using CSS).
In the logo, you can get success with the z-index property.
Comments
Post a Comment