I have 2 buttons horizontally aligned. In most browsers there's a space between them, but if you view this:
in "Browser Mode: IE7" & "Document Mode: IE7 Standards" you can see that the 2 buttons are stuck together.
Can somebody suggest how I can correct this so that there is always a consistent space between these buttons?
Have you tried putting
in between them?
IE does not render "padding" to W3C standards. (See here for explanation.) That's almost assuredly where this problem is coming from, so you'll need to insert something in between them to make it work properly.