If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: friendlybit.com/css/ie6-bug-ignored-selector-hover-bug - IE6 bug: Ignored selector hove.

site address: friendlybit.com/css/ie6-bug-ignored-selector-hover-bug/ redirected to: friendlybit.com/css/ie6-bug-ignored-selector-hover-bug

site title: IE6 bug: Ignored selector hover bug - Friendly Bit

Our opinion (on Thursday 20 August 2026 22:08:32 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=IE6 bugs seem to pop up all over the place recently. This one is a very small one, but it might affect people that are building tabbed navigation or...;

Headings (most frequently used words):

by, emil, stenström, bug, hover, the, cerebral, arne, sorunu, ie6, ignored, selector, problem, solution, comments, adam, siegfried, rasmus, kaj, zcorpan, 10, 11, 12, roger, gordon, 13, jared, 14, raetsel, 15, e6, ba, lant, içi, elemanlarda, css, feed, 16, gavin, 17, nethizmet, online, kütüphanesi, 18,

Text of the page (most frequently used words):
the (46), that (24), you (23), and (20), hover (19), this (18), ie6 (15), bug (15), span (11), with (10), 2006 (10), but (9), nov (9), #selector (7), for (7), just (7), problem (7), one (7), css (6), may (6), should (6), all (6), not (6), work (6), ignored (5), 2007 (5), contact (5), ie7 (5), they (5), does (5), emil (5), stenström (5), link (5), 2010 (4), fix (4), works (4), top (4), web (4), doesn (4), think (4), want (4), than (4), when (4), anything (4), inside (4), href (4), setting (4), them (4), add (4), was (4), thank (3), much (3), trying (3), now (3), there (3), annoying (3), really (3), windows (3), are (3), arne (3), have (3), seems (3), selectors (3), what (3), other (3), button (3), know (3), any (3), text (3), found (3), cerebral (3), also (3), good (3), bugs (3), testcase (3), padding (3), like (3), move (3), background (3), navigation (3), pingback (2), http (2), friendlybit (2), com (2), sorunu (2), feed (2), zcorpan (2), over (2), solution (2), yes (2), isn (2), will (2), can (2), least (2), great (2), most (2), more (2), users (2), illegal (2), versions (2), too (2), help (2), sibling (2), display (2), block (2), how (2), rasmus (2), kaj (2), related (2), links (2), here (2), siegfried (2), ignores (2), elements (2), fixed (2), another (2), anchor (2), element (2), html (2), which (2), then (2), destination (2), adam (2), before (2), site (2), solved (2), started (2), people (2), everything (2), some (2), why (2), didn (2), very (2), small (2), repeat (2), url (2), your (2), slightly (2), tabbed (2), tabs (2), two (2), need (2), friendly (2), bit (2), jump (2), nethizmet, online, kütüphanesi, jul, gavin, jun, lant, içi, elemanlarda, wasted, time, exactly, raetsel, apr, cancel, valid, has, same, jared, sep, sanity, saving, spent, last, hours, figure, out, luck, perfectly, paddding, applied, appreciated, agree, guys, couldn, find, roger, gordon, corrupting, crappy, browser, hope, systems, below, disappear, soon, assume, world, see, migration, from, year, solve, problems, ones, microsoft, only, rigorous, distributing, new, version, amount, developers, itself, make, possible, update, without, genuine, authentication, better, choice, manage, excluding, easy, support, adjecent, use, javascript, combinations, using, adjacent, nextelement, matter, got, tipp, could, get, running, sorry, answering, until, don, probably, even, generate, event, mouseover, doubt, dec, invalid, html4, define, happen, click, behavior, wrong, feels, somwehat, fact, already, posted, several, sites, inline, rendered, visually, becomes, clickable, lead, referenced, attribute, try, put, shown, status, line, clicking, nothing, basic, important, feature, almost, yeah, come, across, cursor, pointer, idea, lot, these, little, posts, pie, maybe, their, list, gathers, those, comments, enough, extra, apparently, loaded, client, asking, knew, noted, working, changed, resetting, rule, seemed, further, experimenting, revealed, zero, worked, well, simon, looking, confused, pretty, sure, seen, usual, fixes, haslayout, look, firefox, opera, safari, fine, start, removing, pinpoint, end, intact, right, left, cleverly, position, couple, rules, stylesheet, home, about, url3, url2, url1, say, build, where, since, reuse, images, divide, into, pieces, according, react, nested, code, looks, sliding, doors, seem, pop, place, recently, might, affect, building, based, tooltips, form, content,


Text of the page (random words):
ie6 bug ignored selector hover bug friendly bit jump to content or jump to navigation friendly bit contact feed ie6 bug ignored selector hover bug nov 27 2006 emil stenström css ie6 bugs seem to pop up all over the place recently this one is a very small one but it might affect people that are building tabbed navigation or css based tooltips the problem is that ie6 ignores selectors in the form of a hover selector the problem say you want to build a tabbed navigation where tabs move slightly when you hover them that was how i found the bug since you want to reuse the images for the tabs you divide them into two pieces according to sliding doors but to do that you need two elements that react on hover one can be the link but you need one more so you add a nested span and your code looks like this ul li a href url1 span home span a li li a href url2 span contact span a li li a href url3 span about span a li ul you cleverly position the span and the link and add a couple of rules to your stylesheet you also want the text to move slightly just like the background so you add some padding a hover background url no repeat left top a span display block a hover span background url no repeat right top padding top 10 px you look at the site in firefox opera safari and ie7 and everything works just fine but what s that why doesn t the text move in ie6 you start removing css and html to pinpoint the problem and end up with a very small testcase with the bug intact the solution looking at the testcase i was just confused i was pretty sure i d seen ie6 do selectors like that before but why didn t it work now haslayout and the other usual ie6 fixes didn t work i loaded up my im client and started asking people if they knew anything simon noted that everything started working when you changed the selector to a hover a hover span ok so setting and then resetting that rule seemed to work some further experimenting revealed that just setting any padding to a hover setting it to zero worked well also solved the problem that was good enough an extra a hover so here s the testcase with the bug solved the bug is apparently fixed in ie7 comments nov 27 2006 by cerebral 1 good to know do you know another site than pie maybe you should contact them to add this one to their list which gathers all those ie6 bugs nov 28 2006 by emil stenström 2 cerebral good idea i have a lot of these little bugs in my posts i ll contact them nov 28 2006 by adam 3 i ve come across this before and found that a hover cursor pointer also works nov 28 2006 by cerebral 4 yeah i found this one too nov 29 2006 by emil stenström 5 adam seems that setting almost anything on a hover works nov 30 2006 by siegfried 6 there is another ie bug with links i already posted it on several sites but this seems to be ignored as you know inside any anchor a element there may be any text or html inline element and anything which is rendered visually then becomes clickable and should lead to the destination referenced by the href attribute not so with the ie just try to put a button inside the anchor the destination is shown in the status line but clicking on that link does nothing this is a bug in the most basic and important feature of the web nov 30 2006 by rasmus kaj 7 this feels somwehat related to the fact that ie6 ignores hover on elements other than a is that fixed in ie7 nov 30 2006 by zcorpan 8 siegfried a button inside a link is invalid and html4 does not define what should happen when you click on a button that is inside a link so no behavior is wrong dec 4 2006 by emil stenström 9 rasmus kaj sorry for not answering until now i don t think they are related ie probably does not even generate an event for mouseover on anything other than links and i doubt that s the problem here may 8 2007 by arne 10 it seems that this fix doesn t work for all combinations at least when using adjacent sibling selectors the fix doesn t work a hover nextelement display block does not work in ie6 no matter what i am trying have you got a tipp how i could get this running with ie6 may 8 2007 by emil stenström 11 arne that s easy ie6 does not support the adjecent sibling selector at all you ll have to use javascript for that annoying isn t it may 11 2007 by arne 12 yes but it isn t just annoying it s really corrupting the web this crappy browser i really hope that systems with os below windows xp will disappear soon as we can assume that in the world of windows xp we will at least see a great migration from ie6 to ie7 this year doesn t solve all the problems but the most annoying ones i think microsoft should only be more rigorous in distributing the new version and yes to users of illegal versions too as they are a great amount of windows users at all so if they really want to help us developers and the web itself they should make possible to update to ie7 without genuine authentication i think i think it s a better choice to help the web than to manage excluding illegal versions may 16 2007 by roger gordon 13 thank you so much for this sanity saving fix i ve spent the last 6 hours trying to figure this one out with no luck it works perfectly now with a hover paddding top 0 applied much appreciated and i agree that you should contact the guys over at p i e with this bug as i couldn t find a solution to this problem there sep 28 2007 by jared 14 zcorpan cancel is valid and has the same problem apr 27 2010 by raetsel 15 thank you for this i just wasted so much time trying to fix this exactly may 29 2010 by e6 sorunu ba lant içi elemanlarda hover sorunu css feed 16 pingback http friendlybit com css ie6 bug ignored selector hover bug jun 5 2010 by gavin 17 thank you jul 15 2010 by nethizmet online kütüphanesi 18 pingback http friendlybit com css ie6 bug ignored selector hover bug
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

    No Images


    Verified site has: 6 subpage(s). Do you want to verify them? Verify pages:

    1-5 6-6


    The site also has references to the 1 subdomain(s)

      friendlybit.com  Verify


    Top 50 hastags from of all verified websites.

    Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

    Header

    HTTP/1.1 301 Moved Permanently
    location htt????/friendlybit.com/css/ie6-bug-ignored-selector-hover-bug/
    server Fly/e93089d61 (2026-08-20)
    via 1.1 fly.io
    fly-request-id 01M0GKFYJMDQG06S7RK25E50K8-ams
    connection close
    content-length 0
    date Thu, 20 Aug 2026 22:08:31 GMT
    HTTP/2 200
    date Thu, 20 Aug 2026 22:08:31 GMT
    server Fly/e93089d61 (2026-08-20)
    content-length 5638
    content-type text/html; charset=utf-8
    link <htt???/friendlybit.com/css/ie6-bug-ignored-selector-hover-bug.md>; rel= alternate ; type= text/markdown
    vary Accept, Accept-Encoding
    content-encoding gzip
    cache-control public, max-age=300
    via 2 fly.io, 2 fly.io
    fly-request-id 01M0GKFYKNCWV7729YE4DDRVWW-ams

    Meta Tags

    title="IE6 bug: Ignored selector hover bug - Friendly Bit"
    charset="utf-8"
    http-equiv="X-UA-Compatible" content="IE=edge"
    name="viewport" content="width=device-width, initial-scale=1"
    name="description" content="IE6 bugs seem to pop up all over the place recently. This one is a very small one, but it might affect people that are building tabbed navigation or..."

    Load Info

    page size5638
    load time (s)0.129704
    redirect count1
    speed download43705
    server IP 66.241.125.70
    * all occurrences of the string "http://" have been changed to "htt???/"