Need help with webpage code...

edited December 2004 in Science & Tech
I've built a site in Adobe Photoshop. Looks fine in IE. But, I run into a problem in most all other browsers. I end up with some minor misalignment that makes the page look bad.

The current link is: http://www.webnetsolutions.biz/index_old.html for anyone using anything but IE.

Any feedback/ideas would be greatly appreciated. I've tried several things a while back and gave up. Thought I'd try here.

Comments

  • SlackerSlacker CA, USA
    edited December 2004
    here try this - it straightened out the right edge in Firefox, but I don't have access to all the images so I couldn't test it thoroughly. BTW, the < > were replaced with [ ]

    [iframe name="datamain" src="code/home.html" width=100% height=344 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=no][/iframe]
  • edited December 2004
    I tried that and you're right it worked with Firefox but then that image slice disappears in IE. Odd.

    I also tried adjusting the height of some of those image slices. It cleans up in FireFox then creates a problem in IE and vice versa.
  • SlackerSlacker CA, USA
    edited December 2004
    I'm fairly certain that it's the width that causing problems.. if this doesn't work then try varing the width manually until you find the right value. Good luck.

    iframe name="datamain" src="index_old_files/home.htm" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" height="344" scrolling="no" width="500"
  • SlackerSlacker CA, USA
    edited December 2004
    correction: 596 might be a closer match
  • edited December 2004
    but I found adjusting the height made the difference. Just wasn't a good medium to find between browsers. What was fixed in one through the other off.

    I'll try it again..

    ***

    Just tried it. It didn't help. It does throw off how the background image (the swoosh) lines up between background of the iFrame and the background itself.
Sign In or Register to comment.