This is a discussion on "The IE6 "jumping text" problem" within the Web Page Design section. This forum, and the thread "The IE6 "jumping text" problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
The IE6 "jumping text" problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
The IE6 "jumping text" problem
Can someone take a look at the attached in IE6 please?
www.slightlyaskew.co.uk/polstar Any ideas why the text "jumps" up after you hover over a link? I'm sure it doesn't do it in IE7 / FF, but I stand to be corrected. Thank you. |
|
|
|
|||
|
Re: The IE6 "jumping text" problem
Hi Emzi, cheers for that.
Yes, I suspect it is do with the 10% padding, but I have no idea why it changes. I'm curious as to how to IE6 is interpreting it before and after the rollover. Any IE6 gurus out there? |
|
||||
|
Re: The IE6 "jumping text" problem
try using margin-top instead. ie6 seems to double whatever padding you put in
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: The IE6 "jumping text" problem
I hate IE!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
||||
|
Re: The IE6 "jumping text" problem
For me when I hover the first time it moves up the page but then stays still. Can you post the CSS please? Try putting display:block in the link styles on the normal and hover styles.
a:link { display: block; } a:hover { display: block; } Jack
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: The IE6 "jumping text" problem
Thanks for everyone for their responses.
Stew, changing to margin-top seems to make it work. However, you say padding gets doubled in IE. When I change it to margin, the original position is the same. It doesn't jump however when you hover over the the links. So is the hover causing the padding to half? Bizarre. |
|
||||
|
Re: The IE6 "jumping text" problem
That's IE for you! Ha!
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |
| <option value="yes" class="x"> problem in Firefox | mameha1977 | Web Page Design | 1 | Jun 21st, 2006 11:20 |