Re: [WSG] Hi all, need some help with a peekaboo bug in IE - SOLVED

2006-01-01 Thread Patrick H. Lauke
Ryan Blunden wrote: And of course, you would put any IE specific hacks such as the Holly Hack in an 'ie-hacks' style sheet that would be included in your pages via IE conditional comments. See http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx for more info. Not necessary if the IE team

RE: [WSG] Hi all, need some help with a peekaboo bug in IE - SOLVED

2005-12-31 Thread Ryan Blunden
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ric Raftis Sent: Saturday, 31 December 2005 4:25 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Hi all, need some help with a peekaboo bug in IE - SOLVED G'day Barrie, I think what you need here is called the Holly Hack. It fixes ul, li problems

RE: [WSG] Hi all, need some help with a peekaboo bug in IE - SOLVED

2005-12-30 Thread Barrie North
How weird, it was being caused by the styles on the ul in the black main menu box. I don't know why that would shift the whole column, o well. Barrie North Compass Design -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barrie North Sent: Friday, December

RE: [WSG] Hi all, need some help with a peekaboo bug in IE

2005-12-30 Thread Mike Witten
Hi, I have just started to look at the Joomla CMS. The template I am using doesn't do that. I am using IE6. In the Joomla administrator page on the tool bar click on site, then template manager, then site template Choose which template and choose edit ccs. This is what the template I am using has

RE: [WSG] Hi all, need some help with a peekaboo bug in IE

2005-12-30 Thread Barrie North
@webstandardsgroup.org Subject: RE: [WSG] Hi all, need some help with a peekaboo bug in IE Hi, I have just started to look at the Joomla CMS. The template I am using doesn't do that. I am using IE6. In the Joomla administrator page on the tool bar click on site, then template manager, then site template Choose

Re: [WSG] Hi all, need some help with a peekaboo bug in IE - SOLVED

2005-12-30 Thread Ric Raftis
G'day Barrie, I think what you need here is called the Holly Hack. It fixes ul, li problems that IE mucks up. CSS for my sites where I use uls include:- /* Fix IE. Hide from IE Mac \*/ * html #navbar ul li { float: left; } * html #navbar ul li a { height: 1%; } /* End */ Reference: