Displaying 20 results from an estimated 375 matches for "hovering".
Did you mean:
covering
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'')
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 %></strong>
2007 Jun 25
1
Focus problem for shaded windows
...the window to
(un)shade via the "window" option.
- d->activeWindow is set from the FocusIn event handler, but only if
w->managed is set for the window which is hovered or whose frame is
hovered
- As w->managed is unset in the UnmapNotify handler (and so after a
window is shaded), hovering a shaded window frame does not set
d->activeWindow to that window.
Any idea regarding that one?
Regards,
Danny
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
2007 Aug 06
1
Focus problem for shaded windows
...quot; option.
>> - d->activeWindow is set from the FocusIn event handler, but only if
>> w->managed is set for the window which is hovered or whose frame is
>> hovered
>> - As w->managed is unset in the UnmapNotify handler (and so after a
>> window is shaded), hovering a shaded window frame does not set
>> d->activeWindow to that window.
>>
>> Any idea regarding that one?
> w->managed should not be unset when getting an UnmapNotify event cause
> by shading. The window is still managed by compiz while being shaded.
> w->pendin...
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
2024 May 10
1
Question about "HB" flag and a "battery.charge.high" name
Thanks for the insights, especially these:
> If this is about having variables with thresholds that control devices or
cause synthetic setting of some variable (like turning on LB if charge% is
< battery.charge.low), then it makes sense.
> "battery voltage is unreasonably high" is a reasonable concept. <...> I
would not call it HB, though because that makes it sound
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 directo...
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 at l...
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 ne...
2009 May 27
1
[PATCH server] UI tweaks for cloud
Initial styling for the cloud, added a few images
Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com>
---
src/app/views/cloud/instance/index.rhtml | 2 +-
src/app/views/layouts/cloud/cloud.rhtml | 9 +-
src/public/images/mystery_cloud2.png | Bin 0 -> 1984 bytes
src/public/images/tab_bg.png | Bin 0 -> 174 bytes
src/public/stylesheets/cloud/layout.css |
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:
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{
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(){
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
About a week and half ago I upgraded from 4.0.12 to 4.9.6. Overall, things are functioning.
However, I have come across several strange behaviors and wandered if anyone else has noticed similar behavior on 4.9.6 or has any suggestions of what might be occurring.
As background information, I have 3 DCs (dc3, dc4 and dc5) -- all running the same version (4.9.6) and all have the same configuration;
2006 Jan 11
0
RE: Event.observer - unordered list problems
Hi Marco (I forwarded this also to the mailing list and removed the
picture as it wasn''t necessary to include to the mailing list so
everyone can hear the general techniques),
I recently had a very similar problem with my project. The problem
arises because whenever you move the mouse to ANY element, the previous
element that the mouse was over gets a mouseout event, even if it
2015 May 27
1
Windows explorer pop-up descriptions: unfair to Samba
Hello,
I would like to get this question answered in support of 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
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 pop...
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