View Full Version : Issues with IE
xhan
4th September 07, 02:17 PM
I've just redesigned my site, it looks ok in FF but its pretty screwed in IE, the problem is I'm on mac so I cant keep making changes and refreshing because I have to borrow someone's computer to preview it and everyone always needs to use their computers!
The main issue is the search box at the top, can anyone help fix it for me?! :D
http://www.eruanna.net
geeekness
11th September 07, 04:48 PM
I noticed you are not using any type of browser reset. Have you heard of these before? I at least start the top of my CSS with the following code:
* { margin: 0; padding: 0; }
This resets all the margins and paddings (the single largest browser fluxuations) so that every browser is on the same level as each other. For example, for the Form tag Mozilla may give it a padding of 5, where IE will give it a margin of 5. (Just an example, may not be real life scenario). But you get the point.
Try resetting your style sheet with something like that -- it may mess your design up now though, it's best to start with it at first. But, if you want a quick fix check the paddings and margins on the form tag?
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.