search for: hover

Displaying 20 results from an estimated 372 matches for "hover".

Did you mean: over
2008 May 30
7
Styling an Anchor Tag With Prototype
I have a question: How do you style the various components of the anchor tag? I am doing it this way: $$(''a:link,a:visited'').each(function(link){ //links link.setStyle({ color: ''#''+$F(''cp4_Hex'') }); }); $$(''a:hover'').each(function(link){ //links link.setStyle({ color: ''#''+$F(''cp5_Hex'') }); }); And it kind of works--I see a style change--but even though I declare the a:hover, a:link, or what have you, all the anchor tags are given the last color, in this case, :h...
2012 Oct 31
5
css background not showing
Hi all, for some reason adding the following is doing nothing... .post.hover { background: FAFAFA; I''ve got this in my posts.js coffee file $ -> $(''.post'').hover (event) -> $(this).toggleClass("hover") and my index is <% @posts.each do |post| %> <div class="post"> <strong><%= post.title %>&...
2007 Jun 25
1
Focus problem for shaded windows
Hi, today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable "Click to focus" - Shade a window - Hover another window - Hover back to the window frame of the shaded window - Press Ctrl+Alt+S Expected behaviour would be that the shaded window is unshaded. What happens is that the last active window is shaded. I investigated this a bit and found the cause for this behaviour, but wasn't able to w...
2006 Mar 07
1
Override CSS hover
Is there some way to simply override CSS rules specified in a CSS file? Scenario being that scriptaculous effects would be nicer to have on things like :hover, but wishing to keep CSS "effects" for people without javascript. Specifik in this case is that I have a slight padding on a navigation menu to indent hovered links, but it would be nicer to use Effect.Move (I think, just playing around a bit) Andreas
2007 Aug 06
1
Focus problem for shaded windows
>> today, I noticed a problem in focus handling for shaded windows which is >> pretty easy to reproduce: >> >> - Disable "Click to focus" >> - Shade a window >> - Hover another window >> - Hover back to the window frame of the shaded window >> - Press Ctrl+Alt+S >> >> Expected behaviour would be that the shaded window is unshaded. What >> happens is that the last active window is shaded. >> >> I investigated this a bit a...
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
PHRASE QUERY Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND (LP:backup:(pos=1) PHRASE 6 LP:c::(pos=2) PHRASE 6 LP:program files:(pos=3) PHRASE 6 LP:Mozilla Firefox:(pos=4) PHRASE 6 LP:res:(pos=5) PHRASE 6 LP: table-add-column-after-hover.gif:(pos=6)))) AND QUERY Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND LP:backup:(pos=1) AND LP:c::(pos=2) AND LP:program files:(pos=3) AND LP:Mozilla Firefox:(pos=4) AND LP:res:(pos=5) AND LP: table-add-column-after-hover.gif:(pos=6))) given that I have done .add_posting() correct...
2011 Sep 11
5
Weird Error when Adding ShareThis Hovering Buttons to Rails
Hi all, I am trying to add the ShareThis Hovering buttons to my Rails 3 application but have no luck. I got the embed code from http://sharethis.com/publishers/get-hovering-buttons. In order to prove that the problem is specific to Rails, I put the same code into a HTML file outside the rails app and also a pure HTML file inside the public dire...
2018 Feb 26
2
[Bug 105260] New: Nouveau frequently crashes when hovering over taskbar in KDE Plasma 5
https://bugs.freedesktop.org/show_bug.cgi?id=105260 Bug ID: 105260 Summary: Nouveau frequently crashes when hovering over taskbar in KDE Plasma 5 Product: Mesa Version: 13.0 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau a...
2013 Apr 30
3
[LLVMdev] Improving the usability of LNT
...i Daniel, I made some changes to the LNT perf reporting tool to make it more user friendly by adding some features: 1. Make the sidebar and the navigation bar stationary, so that it is easy to navigate the site 2. Have the pop-down menu for the items in the navigation bar, activate upon hovering the mouse, rather than clicking the item 3. Add a nav-link in the sidebar for the graph button, so that it is easy to navigate to the bottom of the page in order to graph 4. Add drop down boxes for Runs and Compare to (in the sidebar) that pops-down upon hover, rather than links to 4...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...s b/src/public/stylesheets/cloud/layout.css index 60b5c91..d40b4ab 100644 --- a/src/public/stylesheets/cloud/layout.css +++ b/src/public/stylesheets/cloud/layout.css @@ -1,47 +1,90 @@ /* ------ General Layout ------ */ -.toolbar {text-align:left;} +html {min-width:640px;} -.current, .toolbar a:hover { - border-bottom: 5px solid #5599B8; +#head h1 a { + background:transparent url(/images/mystery_cloud2.png) no-repeat scroll 20px 50%; + /* + TODO: change this back to a real logo when we have one. + */ + display:block; + height:59px; + overflow:hidden; + text-decoration:none; + text-indent:...
2009 Jul 28
1
WinHQ.org website - CSS preloading
Hi, I wasn't sure where to write this so thought I'd just put it in the forum. The WineHQ.org website is great, just I think pre-loading the hover images for the main menu section would make the site even better as it would no longer mean the hover images would need to be loaded when the mouse is hovered over them. I found a solution here: http://www.maratz.com/blog/archives/2005/06/22/preload-hover-images-in-css/ So, currently the CSS is e...
2009 May 12
3
forms & link css classes - not working
I used a scaffold to create an interface. I''m trying to style it and I''m having trouble. In my css I have: #content a, a:link, a:visited{ color: #ff8400; } #content a:hover{ background: #ff8400; color: #FFFFFF; } #content a.urgent, a.urgent:link, a.urgent:visited { color: #FF0000; } #content a.urgent:hover { color: #FFFFFF; background: #FF0000; } #content input.m_title{ font-weight: bold; font-size: 28px; padding: 3px; } The style for the links works, b...
2006 Jan 18
0
Behaviour & Effect.Highlight?
I''m having a problem with Effect.Highlight and a simple Behaviour rule. In brief, I have a Sortable list. Using Behaviour, I add a hover effect (apply a style on mouseover, remove style on mouseout). The styles contain a border color and background color. var myrules = { ''.sortable li'' : function(element){ element.onmouseover = function(){ Element.addClassName(element,''hover''); }, eleme...
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support of PNG images? http://www.alistapart.com/articles/pngopacity/ It seems to me that a class could be developed which would zip through the DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images. I don''t want to write one if it''s been done before. Sam
2019 Apr 23
2
Odd behavior since upgrading to 4.9.6
...ion, I have 3 DCs (dc3, dc4 and dc5) -- all running the same version (4.9.6) and all have the same configuration; dc3 was the original holder of all 7 FSMO roles, but as of last night, they were all transferred to dc4. First off, all the DCs hold steady at different levels of memory utilized. dc3 hovers at about 1.5 GB used, dc4 hovers at about .75 GB used and dc5 hovers at a little less than .5 GB used. I think that the difference in memory used might be related is the number of samba/smbd processes running; dc3 has about 250 samba/smbd processes running, dc4 has about 100 and dc5 has about 30....
2006 Jan 11
0
RE: Event.observer - unordered list problems
...all your event listeners so you can dispose of them if needed (In a full fledged AJAX application you have to handle breaking these circular references when they are no longer needed, which is sometimes before the page unloads, otherwise you''ll have nasty memory leaks). For instance, for a hover behavior like yours below, I''d do the following: HoverClass = Class.create(); HoverClass.prototype = { initialize: function() { }, activate: function() { this.mouseOverListener = this.onMous...
2015 May 27
1
Windows explorer pop-up descriptions: unfair to Samba
...a decision about whether or not to move some large shares from Windows Server to Samba. Windows Explorer has a feature called "Show pop-up description for folder and desktop items", which I will call SPD. SPD, which is enabled by default, shows a folder's contents and size when you hover your mouse cursor over it. It even works when you are just moving your mouse cursor from the bottom of your screen to the top and just "happen" to have it glide across a directory or two. Explorer accomplishes SPD by opening the directory and looking at its contents in the background....
2013 May 02
0
[LLVMdev] Improving the usability of LNT
...orting tool to make it more user > friendly by adding some features:**** > > **1. **Make the sidebar and the navigation bar stationary, so that > it is easy to navigate the site**** > > **2. **Have the pop-down menu for the items in the navigation bar, > activate upon hovering the mouse, rather than clicking the item**** > > **3. **Add a nav-link in the sidebar for the graph button, so that > it is easy to navigate to the bottom of the page in order to graph**** > > **4. **Add drop down boxes for Runs and Compare to (in the sidebar) > that...
2007 Jun 20
3
hover and displaying divs
Please take a look at: http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1 Can someone give me a hint how to display the divs (?) when moving the mousepointer over the images? Thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this
2006 Jan 11
0
RE: RE: Event.observer - unordered list problems
...all your event listeners so you can dispose of them if needed (In a full fledged AJAX application you have to handle breaking these circular references when they are no longer needed, which is sometimes before the page unloads, otherwise you''ll have nasty memory leaks). For instance, for a hover behavior like yours below, I''d do the following: HoverClass = Class.create(); HoverClass.prototype = { initialize: function() { }, activate: function() { this.mouseOverListener = this.onMous...