IE's magic disappearing borders!!

This is a discussion on "IE's magic disappearing borders!!" within the Web Page Design section. This forum, and the thread "IE's magic disappearing borders!! are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 22nd, 2005, 21:54
New Member
Join Date: Jun 2005
Location: Montgomery, AL
Age: 26
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
IE's magic disappearing borders!!

wow. IE never ceases to astound me with all of its quirks.

i have a list that is set like:
Code: Select all
li.entry_li
{
	list-style-type: none;
	list-style-image: none;
	border-left-style: solid;
	border-left-width: 6px;
	...
	border-color: #0066CC;
	...
}
in firefox, it looks fine. however in IE, those borders appear and disappear seemingly at random.

the page i'm working on:
http://www.gogogadgetearl.com/working/

the 2 applicable styleshets:
http://www.gogogadgetearl.com/workin...assic/blue.css
http://www.gogogadgetearl.com/workin...sic/common.css
(if you need to see any other stylesheets, then you should know where to find them.)


any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 22nd, 2005, 22:41
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
That's a pretty cumbersome style and may or may not be the source of your problems.

Try this instead:

Code: Select all
li.entryli 
{
   list-style: none;
   border-left: 6px solid #06c 
}
Same result, far less code. Note there is no underscore in the classname.

Try adding "display: inline-block" to avoid what is known as the 'peek-a-boo bug' in IE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 22nd, 2005, 23:03
New Member
Join Date: Jun 2005
Location: Montgomery, AL
Age: 26
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
yeah, i split those styles out into shorthand because some of them are in the main stylesheet, and some are in an imported stylesheet.

oh, btw, you were right: it was the peek-a-boo bug. thanx!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
ies, magic, disappearing, borders

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Magic Quotes Off! CloudedVision PHP Forum 4 May 18th, 2008 01:59
Multiple IE's moojoo Webforumz Cafe 6 Jul 16th, 2007 21:50
The disappearing submenu... BGarner Web Page Design 13 Feb 18th, 2007 13:36
Magic Rocket Video BGarner Free Web Site Critique 15 Feb 18th, 2007 02:02
Disappearing borders Dotty Web Page Design 2 May 18th, 2006 13:06


All times are GMT. The time now is 14:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42