Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Absolute position changes in different Browsers Re: Absolute position changes in different Browsers

#58690
Rob MacKay
Participant

text is rendered differently – but setting your widths with PX will fix the width not to shift.

It looks absolutely fine to me though. For the sake of killing one div though, I would remove the #telfax div and put the ID attribute onto the UL. So it goes from…

Code:
  • tel/fax.01284 606 950
  • mob.07545 301 525

To

Code:
  • tel/fax.01284 606 950
  • mob.07545 301 525

You wont see a change, this is because you don’t need a block element to wrap a block element, unless you are doing something more complex and it requires it :)