Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
ON this site, www.greenmountainlinux.org/gnat, the drop down menu is a little taller than than the background top border? leaving a little narrow band at the end only in IE7. Is this a CSS hack(I suspect so, and do you have any insight into the problem) Thanks.
I have created my Theme(which is according to requirement), which is very very different from drupal themes.
I have to create new CSS classes for new design. I had moved forward, but am not able to get which div or classes drupal are using for submit classified Ad, submit content type, user registration and all the user input forms.
If I have I sidebar-left style where a link is style so the font is one color e.g #sidebar-left a {
color: #e7ebec; }
Then I have a module in the sidebar I wish to overide the style of ( in this case calendar ) how do I get the calendar link not to show the link font style for the sidebar?
e.g .calendar a { color: #000000; } doesn't seem to work
#sidebar-left.calendar a {color: #000000; } doesn't work either.