Forum Moderators: not2easy
I need some help to get a few bugs worked out on this website.
I am very new at CSS and had no idea where to begin to find a solution.
The first problem is in FireFox 2. When the page loads, the second or third columns drop underneath the first column.
The second problem is in Internet Explorer. The toolbar drops below where its supposed to be causing the entire toolbar to be stretched vertically.
I'm very sorry for the simplified descriptions of my issues, I really have no idea where to begin. If anyone could even just point me in the right direction of where to look or the proper terms / lines of code to look at when dealing with these types of issues.
Thanks!
Try to first fix issues with FF before dealing with IE. It'll be a lot simpler to separate the two if done in that order as you can add conditional comments for fixing stuff in IE.
I'll take a guess: your columns are floated ? I'd assume the aren't just doesn't have space to put them. Remember that the width you set is the width of the content on a box, the padding, border and margins come around that ("adding" to it to for the "overall-width")