484 questions
0
votes
0
answers
19
views
Trying to have a video switch (roll over) upon hovering over a button that links to a different page
ooof... To start- I am trying to teach myself css and bits of java after decades of knowing basic html. I am working on updating my webpage... I've found coding and frankensteined a bunch of stuff and ...
0
votes
0
answers
32
views
Rolling over image moves everything below it down
I have a rollover image with the following code:
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="image-rollover1">
<img src="...
0
votes
1
answer
957
views
How to configure Elasticsearch ILM rollover to create indexes tiwh date?
My data source write index MyIndex-%{+YYYY.MM.dd.HH.mm}, but data in index in each day to big.
I need rollover to create new index if data more than 10gb
For example
MyIndex-2022.12.23-1 size 10GB
...
1
vote
1
answer
39
views
The rollover of a specific menu item is not showing the hidden sub menu
I created some classes for the menu items, so I can call upon them.
.dropdownBox {
display: none;
}
.dropdown li:hover > ul.dropdownBox {
display: block;
}
...
0
votes
1
answer
296
views
Change Colour Of Rollover Text On "Continue Shopping" WooCommerce Button
Thank you for taking the time to read this. I have tried every single CSS code under the sun to try change the rollover text on a woocommerce button "Continue Shopping" to white when the ...
1
vote
1
answer
971
views
elascticsearch roll over based on ilm policy with keeping application/consumer as-is
I have an elasticsearch service which is a logging backend for our applications.
Application code is not open to us, so we can not change the application.
applications are calling elasticsearch in ...
0
votes
1
answer
180
views
ELK logstash rollover index doesn't has rep shards
I use elk. And my logstash enabled rollover.index template 5 pri shards 1 rep shards.
But only the current index has rep shards,old indexs only has pri shards.
How to make old indexs also has 5 pri ...
-2
votes
1
answer
469
views
Display an Image by Text rollover
I want to display an image when i rollover an text... like the "title" attribute in a small box at the mousepointer...
It should work without big extras or additional installations.
Thanks ...
2
votes
1
answer
1k
views
Create new STDOUT or STDERR log when size hit 20MB size?
I am using Tomcat 8 to run application in Window 10 (Run as window service).
I would like to confirm how should I avoid the STDOUT or STDERR log file to be too big by any of two approach below:
Create ...
0
votes
1
answer
1k
views
Managing rollover with Saml 2 metadata
We are trying to implement a smooth rollover for our saml 2 service provider signing certificates.
We have created new certificates with a notBefore at the date of the rollover in the future. Those ...
1
vote
1
answer
53
views
how can I modify tabpanel color on mouse over
enter image description here
currently applied color is lightblue
Now, As i used below configure,layout property of tabposition, Change color source may be included in it's sources
tabpanelStyle = ...
0
votes
1
answer
9
views
Text Popups OnMouseOvers, No WeaselOvers Allowed
Jeopardy: "a gimmick to separate it from other quiz and game shows. Because the prompt is the answer!"
This weaselly question appears to be OK, .. But what a terrible coding (Hole) I've dug ...
0
votes
3
answers
1k
views
uint8_t rollover in Python? What is the best or most elegant way?
in C, I can do the following:
uint8_t number;
number++;
Note: If the number is >255, then is rolls over to 0.
How can I do it Python?
number += 1
if number>255:
number = 0
This looks for ...
-1
votes
2
answers
123
views
Need fix for popping hover over button?
I need help to fix the error of my smiley button and pops when i hover over (see example below). I think the problem is related within .chatbox / form field or hover smiley. It could also be related ...
5
votes
1
answer
3k
views
Elastic GET by ID query on rollover alias fails with ""Alias [...] has more than one indices associated with it..."
Our new rollover indices just rolled over. Now this query...
GET http://my.elastic/system-logs/_doc/7e8017d8-0cb8-4b9e-b021-b2a4b4ac71c7
...fails with this:
"Alias [system-logs] has more than one ...
6
votes
4
answers
271
views
Count numbers that are lower by constant from current number
Imagine that I have a list of numbers (i.e. numbers column in data.table/data.frame).
1
5
5
10
11
12
for each number in a list a want to count how many unique numbers are there which are lower than ...
1
vote
1
answer
508
views
CSS code to make Gif play outside of hover area
I’m creating a simple webpage for Halloween. I have a background JPG of a starry night sky with a moon in the center. Background 500px by 500px. Moon area would be roughly 100px by 100px center on the ...
1
vote
0
answers
47
views
RollOver targeting retina display not working in JavaScript
I have created a function to loop over some images and simply have a rollover functionality applied to them.
Because I am supporting retina images I am using the picture tag, thus each of my images ...
0
votes
1
answer
198
views
CSS Opacity on Rollover Image with Text, but No Opacity Change on Text
I have an image, with text on top. When I rollover the Image I want the opacity of the background image to lower, but not the opacity for the text above it.
I thought that since the text was in a ...
0
votes
1
answer
130
views
Centering Roll-Over Images
I found the following code on Stack Overflow.
However, the code does not center images. Can some one help me?
The HTML:
<div class="photo">
<a href="#">
<img src="https://www....
0
votes
1
answer
123
views
Processing: Using rollover with text from table
I have a CSV file that was created from a plain text file. In column A there is a list of unique words and in column B it lists their frequency within that text.
I am using Processing and loadTable ...
1
vote
1
answer
295
views
Rollover image over a button in html
So I am currently building a landing page for an app that will be soon coming online - However, I have only developed the iOS version so far and will start the android development once the iOS version ...
1
vote
0
answers
1k
views
Editing Log4j2 Default Rollover Strategy's Delete action in code
I have code written that should edit my RollingFileAppenders DefaultRolloverStrategy in code -
DefaultRolloverStrategy newStrategy = DefaultRolloverStrategy.createStrategy(Integer.toString(max), "1", ...
4
votes
1
answer
241
views
Elasticsearch: Parent-child relationship after rollover
Suppose there is a simple blog index which contains two types: blog and comment. One blog can have multiple comments. The index is created like this
curl -X PUT \
'http://localhost:9200/%3Cblog-%...
1
vote
3
answers
2k
views
creating a random background color in SASS
I am attempting to have a rollover effect have 1-3 different colors in Sass. How would I do this? Here's my code so far..
input[type=submit] {
font-size:1.3em;
padding:5px;
font-family:$...