IE vs Firefox

IE vs Firefox

am 19.11.2007 17:53:57 von Shelly

I have the following in a CSS file:
..SideLink {
border-bottom: 1px solid #333333;
margin: -2px 0 0px 0;
padding: 3px 2px 3px 2px;
}

The selector is invoked by

Re: IE vs Firefox

am 19.11.2007 18:05:44 von Els

Shelly wrote:

> I have the following in a CSS file:
> .SideLink {
> border-bottom: 1px solid #333333;
> margin: -2px 0 0px 0;
> padding: 3px 2px 3px 2px;
> }
>
> The selector is invoked by

is overlapping
the previous one by 2px. Might just be enough to cover the 1px border?

--
Els http://locusmeus.com/

Re: IE vs Firefox

am 19.11.2007 18:08:30 von lws4art

Shelly wrote:
> I have the following in a CSS file:
> .SideLink {
> border-bottom: 1px solid #333333;
> margin: -2px 0 0px 0;
> padding: 3px 2px 3px 2px;
> }
>
> The selector is invoked by

Re: IE vs Firefox

am 19.11.2007 21:38:01 von Shelly

Jonathan N. Little wrote:
> Shelly wrote:
>> I have the following in a CSS file:
>> .SideLink {
>> border-bottom: 1px solid #333333;
>> margin: -2px 0 0px 0;
>> padding: 3px 2px 3px 2px;
>> }
>>
>> The selector is invoked by