Questions tagged [image-replacement]

59 questions
0
votes
1 answer

Bootstrap text-hide class being overridden

Hi just wondering if anyone else is having a problem with the text-hide class not working on a mobile/tablet. Elements of it seems to be overridden by Boostrap's own CSS mainly 'color' and 'font-size' attributes. I have found if I put it in my…
Lejr
  • 1
  • 3
0
votes
2 answers

Animating image swap during header resize

Hello people that are infinitely smarter than I. I've been able to do the image swaps during a header resize a few different ways, using jQuery and CSS. I'm currently using the following code to resize my…
0
votes
1 answer

Replace an image with another when a different image is hovered on

I am a total noob, so please go easy. I am trying to replace one image with a second image while hovering on a different element. My problem is that only the first image is being replaced by the link images. I've give each image an ID, I just am…
gem.liza
  • 15
  • 1
  • 1
  • 3
0
votes
1 answer

Replace matches of one regex expression with matches from another, across two files

I am currently helping a friend reorganise several hundred images on a database driven website. I have generated a list of the new, reorganised image paths offline and would like to replace each matching image reference in the sql export of the…
Oliver
  • 3
  • 2
0
votes
0 answers

CSS image replacement for Firefox

Hi I am using the following code to replace an image on my website using CSS: img[src*="marker.png"]{ content: url("golfball2.png"); } This code is good for safari and chrome. I am just wondering does anyone know any pieces of code I could use to…
0
votes
0 answers

Place images next to eachother in docx

[audit; block=begin; comm=w:p; sub1=image] --PageBreak-- [audit_sub1; block=begin;] ImageElement [audit_sub1.path;ope=changepic;from=[val];default=current;adjust] [audit_sub1; block=end;] [audit; block=end; comm=w:p] What happens in this case, is…
Pim Reijersen
  • 1,123
  • 9
  • 33
0
votes
1 answer

CSS :hover responds when I hover AROUND rather than OVER div element

I'm having a subtle but annoying problem: I'm trying to implement a "Close" cross with a CSS image replacement. The HTML is
RubenGeert
  • 2,902
  • 6
  • 32
  • 50
0
votes
1 answer

Image replacement and text-align: right

I'm trying to do implement image resizing techniques, and they all work very well -- that is, until you pop in a: body { text-align: right; } Example: http://jsfiddle.net/mAGhh/ Has anyone dealt with this before? I could certainly wrap all the…
ansiart
  • 2,563
  • 2
  • 23
  • 41
0
votes
2 answers

Is there a reason the JavaScript on my webpage doesn't work in IE 9?

I wrote this page to be an image gallery. When you hover over a picture, it shows you a larger version of the image. When you click one of the smaller images, the larger picture above it should change to that image. It works great in Chrome and…
0
votes
1 answer

How can I use hovering to prompt a change of text in a different div using JavaScript?

So I have this webpage built that has a photo gallery on the left side. Ideally, hovering over it should change the picture that blows up to the right (which it does) but it should also change the text in the box underneath the thumbnails. Using…
0
votes
2 answers

Using CSS to Swap Out Images and Text (Pictures Included)

Alrighty guys, I got myself in over my head at my internship. Even my Computer Theory professor, who is an ex-department head from Wolfram Alpha isn't really giving me any useful information. It appears I must embark on building this set of web…
0
votes
1 answer

Image replacement in Firefox does not hide text

I'm using an old version of FlexSlider (v1.4, mostly because I haven't had time to test out the new version yet) and for some reason, the text for the controls shows up in Firefox. This is the CSS for the arrows: .flex-direction-nav li a { …
Casey Chow
  • 1,794
  • 4
  • 17
  • 29
-1
votes
1 answer

Google script: Replace 2 images in Slides based on URLs saved in Sheets

I’m looking to write a script that will replace two images in Google Slides based on two image URLs saved in adjacent cells (ie B1,B2) in Google Sheets. The images are both on the same slide. I am unsure of how to loop through the images, while…
-2
votes
2 answers

can i use Href on li b?

preview of website homepage my first problem is that the link wont work for li b is this something impossible? I want to move the navbuttons down to align with the logo. Also, I want to change the logo img for every navbutton (see img)
1 2 3
4