473,788 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hover on link "clips" nearby images in IE

I'm getting this bizarre effect in IE6 (not in Firefox, etc). When you
hover over the "back" or "next" links, adjacent images are cropped at that
vertical level and the page redisplays with that point at the bottom.

http://www.walthamsoft.com/assist/2.htm
(This page, at least, validates. Don't look much further or you'll see
things that will make you shudder at their ineptitude - I'm still learning
CSS!)

I don't see this effect in Firefox. Is it a familiar IE glitch or is there
something specific I could be doing better?

--
############### #####
## PH, London
############### #####
Jul 21 '05 #1
2 1983
Hi Philip,

I don't understand why IE does this. But it's IE... I would try to
remove all margin-*, padding-* from the :hover-Section since the a:hover
inherits them anyway.
You can clear the complete anything in the :hover and put one property
after another back in the sections. Then you will see wich specific
property gets fucked by IE.

Chris
Philip Herlihy wrote:
I'm getting this bizarre effect in IE6 (not in Firefox, etc). When you
hover over the "back" or "next" links, adjacent images are cropped at that
vertical level and the page redisplays with that point at the bottom.

http://www.walthamsoft.com/assist/2.htm
(This page, at least, validates. Don't look much further or you'll see
things that will make you shudder at their ineptitude - I'm still learning
CSS!)

I don't see this effect in Firefox. Is it a familiar IE glitch or is there
something specific I could be doing better?

Jul 21 '05 #2
> http://www.walthamsoft.com/assist/2.htm

Good grief - I just saved a local copy of that page using IE 6. In the
process IE managed to hideously mangle the code, including stripping the
quotes from

html > head > link > type="text/css"

The result of which is the page no longer validates, I think because the
exposed / above closes head prematurely. Certainly
http://validator.w3.org/ seems to think something along those lines.

What a horrible experience.

Anyhow...

Philip Herlihy wrote:
I'm getting this bizarre effect in IE6 (not in Firefox, etc). When you
hover over the "back" or "next" links, adjacent images are cropped at that
vertical level and the page redisplays with that point at the bottom.
How about a variant on the IE6 Peekaboo bug? See
http://www.positioniseverything.net/...html#haslayout
http://www.walthamsoft.com/assist/2.htm
(This page, at least, validates. Don't look much further or you'll see
things that will make you shudder at their ineptitude - I'm still learning
CSS!)

I don't see this effect in Firefox. Is it a familiar IE glitch or is there
something specific I could be doing better?


Putting a false small height on a div enclosing your body contents
doesn't seem to fix it, but if one also inserts a block element as the
last item in that div which is set to clear the floats & force the
parent div to contain them, it does seem to go away.

I actually only tested those seperately: the height specified container
div isn't enough to fix it; the clearing element seems to be. However
I'd not use the latter without the former too, as otherwise you would
have the kind of conditions which can trigger peekaboo.

Fun, isn't? Amazing some wealthy individuals have lived as long as they
have without coming to an equally messy accidental end.

--
Michael
m r o z a t u k g a t e w a y d o t n e t
Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
3477
by: Woodmon | last post by:
I want to flow text in an "irregular" column on the left and place a large image at the top of an "irregular" column to the right. Then after the bottom of the large image I want the text column on the left to expand part way to the right, but not all the way to the right, as I want a smaller image on the right. Then this will continue to the bottom of the page. The text needs to flow down in the left column. And the right edge of the...
388
21933
by: maniac | last post by:
Hey guys, I'm new here, just a simple question. I'm learning to Program in C, and I was recommended a book called, "Mastering C Pointers", just asking if any of you have read it, and if it's worth the $25USD. I'm just looking for a book on Pointers, because from what I've read it's one of the toughest topics to understand. thanks in advanced.
38
2863
by: George Sexton | last post by:
We're in the process of re-launching our web calendar product. We would like to get your opinions on a couple of things about our site and product. This is a relaunch of an existing product with hundreds of customers. The major effort of the re-launch is to focus more on the hosted calendar market. Toward that end, we've re-designed our web site, and changed our pricing. Essentially, we've dropped the license fee that we were charging...
2
1708
by: TomB | last post by:
Take a look at these pages: http://deimos.curious.be/~dusk/test/index.html http://deimos.curious.be/~dusk/test/index2.html They are the exact same code except for the doctype, which isn't included in the index2.html file so it renders in "quirks" mode. However, the way it renders in "quirks" mode is (almost) exactly how I expected the page to render. I want the overflow scrollbar on the
1
3486
by: judacris | last post by:
I've seen the threads here about molding 2 divs in a centered fashion. but I can't seem to solve this thing. my blogger blog is functioning well on my site for now, but the blog feed (left) and the sidebar (right) doesn't center here's the css i'm modifying to center it. i apologise for the mess. <html> <head> <title>cris-kun's 'Blog - www.puff-x.com</title> <$BlogMetaData$>
3
4275
by: groovymovin | last post by:
Hi there, I am a newbee. searched intensively for a quite simple problem but couldnt find an answer. Here is my problem: I have two layers with 2 movie clips. The movie clip on layer 1 stays static, the movie clip on layer 2 fades in on a few frames, thus I crossfade from clip 1 to clip 2 (actually it is a bit more complicated what I am trying to do). At the end of the fade, i would like to replace the movie clip on layer 1 with the movie...
3
2586
by: noize | last post by:
I have found other bugs related to using hover is CSS with IE, but I cannot find a fix for my issue. I have checked it in both IE 6 & 7 with the same results. I have built a drop-down menu using CSS and a touch of Javascript, by combining a couple tutorials I found online. The bug is when you mouse-over the menu in IE, the sub-menu pops out, but will disappear when you mouse-over it, but it doesn't happen everytime. Sometimes, it works...
26
3905
by: Jake Barnes | last post by:
I did a search on the newsgroup comp.lang.javascript. I was searching for "how to play a sound with Javascript". I'm somewhat suprised that the majority of entries are from the 1990s, and there are almost no posts from the last 3 years: http://groups.google.com/group/comp.lang.javascript/search?group=comp.lang.javascript&q=how+to+play+a+sound+with+Javascript&qt_g=Search+this+group Even after sorting by date, there don't appear any...
4
1532
by: kidko | last post by:
I'm writing a small game in Javascript (using just PNGs for graphics and DOM manipulation to move them), and most of the content is procedurally generated. This includes all of the weapons involved, and this is where the problem lies. The problem lies somewhere in here, I believe: function Weapon(weaponName, weaponDamage, weaponAccuracy, weaponAmmo, weaponRate, weaponClip) { /* === Weapon Structure === * weapon.nm - The weapon's name *...
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10370
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8995
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5402
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5538
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2896
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.