Any way around fixing pixel precision inconsistencies between browsers?
i.e I have two divs side by side and they are only aligned properly in opera but nn and ie they are off by a couple of pixels! (borders are the main problem it seems)
Alternative Future
9:56 am on Mar 14, 2003 (gmt 0)
Hi BootySlap,
I think this is a case for absolute positioning, as getting the exact pixels between the 3 browsers perfect is a pain :)
HTH,
-gs
grahamstewart
11:04 am on Mar 15, 2003 (gmt 0)
How about some example code and we'll see if we can figure out the problem. Though I usually find it best not to go for deigns that require pixel precision!