Click to See Complete Forum and Search --> : Need Help in web design


jt3kgt
03-10-2005, 04:15 PM
I was designing a new lay out for my computer repair company and i can not figure out what I am doing wrong. In firefox it desplays right but in IE the buttons do not join together on the left side as they should. Any one have any ideas why it would be doing that or catching any of the code i am doing wrong. http://www.jandrcomputerservices.com/newtemp1.html again in firefox it works good but in IE bad. Any help or comments would be greatly appreciated. thank you and dont mine the old layout..its horrible

i have tired using <br.> and that didnt work

any ideas please help and thank you for veiwing

felgall
03-10-2005, 04:32 PM
There are spaces between the images in your source code which are causing the problem. Remove the spaces between the different images and they should all end up against one another.

vern1271
03-10-2005, 04:34 PM
You might want to nest the navigation on the left-hand side in it's own table.

jt3kgt
03-10-2005, 05:07 PM
Originally posted by felgall
There are spaces between the images in your source code which are causing the problem. Remove the spaces between the different images and they should all end up against one another. Thanks soo much i have been trying stuff for liek two days lol

baseiber
03-10-2005, 05:10 PM
You could try using a div to hold the background and links. The height attribute might also be a problem.