A lil' CSS help please?

3point14

Golden Member
Mar 4, 2003
1,843
0
0
Hi, I am no web developer by any means, but I have done some low-level webpages for friends. I am just starting to use CSS to align things rather than using tables, but I am already stuck. I have a simple layout for a webpage I am doing for the University I work for, but I ran into a problem. The problem is that the page looks fine in Firefox, but in IE the images are spaced out. I imagine it is a simple fix, but for the life of me I can not find it. Temporarily, I uploaded the page to my website here. If anyone could help it would be greatly appreciated.

Ohh yeah, I am also trying to do a java rollover with the buttons as well. The javascript that I use regularly in my HTML doesn't seem to work, but I would like to resolve the spacing issue first.


TIA,
-Dan
 

spartan

Senior member
Oct 9, 1999
330
0
0
It's the spaces in your HTML file. Put the banner <div>stuff here</div&gt all in one line.

And for the links on the left put all the <span></span> in one line (including the next <span> ).
 

3point14

Golden Member
Mar 4, 2003
1,843
0
0
Thank you sir. I knew it was something simple. I am so anal with my code that this one line thing is gonna drive me nuts :)

Can I send you a GMail invite for your help?