Hi,
I've nearly got the site working in all browsers EXCEPT IE6!
I have applied a display:block to my anchors within the UL/LI , only there is a massive gap between each row and I cannot get rid of it.
I've done the following...
But it makes no difference, I know the cause is applying the block element to it, but I want the anchor to wrap correctly so need it (well I beleive I do correct me if i'm wrong).
So how do I make the anchors behave like block elements and get controll the spacing I want between each line in IE6.
All other browsers are working fine!
All help apprecited.
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I've nearly got the site working in all browsers EXCEPT IE6!
I have applied a display:block to my anchors within the UL/LI , only there is a massive gap between each row and I cannot get rid of it.
I've done the following...
Code:
* html #sidebar a {
margin:0px;
padding:0px;
padding-left:22px;
display:block;
}
But it makes no difference, I know the cause is applying the block element to it, but I want the anchor to wrap correctly so need it (well I beleive I do correct me if i'm wrong).
So how do I make the anchors behave like block elements and get controll the spacing I want between each line in IE6.
All other browsers are working fine!
All help apprecited.
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!