Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

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 ...
Burnt Flower's user avatar
0 votes
0 answers
32 views

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="...
Eric Sayag's user avatar
0 votes
1 answer
957 views

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 ...
user411906's user avatar
1 vote
1 answer
39 views

I created some classes for the menu items, so I can call upon them. .dropdownBox { display: none; } .dropdown li:hover > ul.dropdownBox { display: block; } ...
TheOneTheMany's user avatar
0 votes
1 answer
296 views

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 ...
Foxtrot's user avatar
  • 67
1 vote
1 answer
971 views

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 ...
faruk's user avatar
  • 11
0 votes
1 answer
180 views

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 ...
xiaohuan1591's user avatar
-2 votes
1 answer
469 views

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 ...
VACmeister's user avatar
2 votes
1 answer
1k views

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 ...
SRI PRIYA's user avatar
0 votes
1 answer
1k views

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 ...
Simon Bergot's user avatar
  • 10.6k
1 vote
1 answer
53 views

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 = ...
graphicdesigner00000's user avatar
0 votes
1 answer
9 views

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 ...
Terry McBride's user avatar
0 votes
3 answers
1k views

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 ...
Markus's user avatar
  • 33
-1 votes
2 answers
123 views

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 ...
stewy's user avatar
  • 35
5 votes
1 answer
3k views

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 ...
Lars P's user avatar
  • 952
6 votes
4 answers
271 views

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 ...
Makaroni's user avatar
  • 932
1 vote
1 answer
508 views

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 ...
Robert's user avatar
  • 73
1 vote
0 answers
47 views

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 ...
Antonio Pavicevac-Ortiz's user avatar
0 votes
1 answer
198 views

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 ...
Zerojjc's user avatar
  • 21
0 votes
1 answer
130 views

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....
Boba Fett's user avatar
0 votes
1 answer
123 views

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 ...
Sarah's user avatar
  • 19
1 vote
1 answer
295 views

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 ...
SkywalkerA's user avatar
1 vote
0 answers
1k views

I have code written that should edit my RollingFileAppenders DefaultRolloverStrategy in code - DefaultRolloverStrategy newStrategy = DefaultRolloverStrategy.createStrategy(Integer.toString(max), "1", ...
Chase's user avatar
  • 297
4 votes
1 answer
241 views

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-%...
Marko Vranjkovic's user avatar
1 vote
3 answers
2k views

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:$...
Brixsta's user avatar
  • 637

1
2 3 4 5
10