Forum Moderators: not2easy

Message Too Old, No Replies

Adobe Imageready Rollover problems

adds 1 pixel of space to layout

         

DXL

10:04 pm on Jul 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've been trying to figure this out for the longest time and can't. If you set your margins to zero in frontpage, and insert a picture at the top of the page it will be flush with the top (no space whatsoever above it)

When I create a nav system, I go to Imageready, slice up my image, create the rollovers, and then save it as an html document. I open the document in FP, go to the html and copy everything from the opening imageready tag to the closing one. I then paste it into the html of my new document. However, when I do this it creates a 1 pixel tall gap at the very top of the screen. You can see it as tiny white space when you visit those sites. I've tried playing with the html, especially since it seems to have something to do with the table itself, but I can't figure it out. any ideas?

DXL

10:06 pm on Jul 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



By the way, if select the table that the nav system (slices) are all contained within, and then change the background color of that table, the 1 pixel of white space change to that color. So, the problem lies within the html or the settings of the table itself.

mivox

5:12 pm on Jul 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Get out some scratch paper, and add up the exact height of all the images in your table... then make sure the table code specifies the table is the exact same height, and each individual row in the table is specified to the exact height of the images in that row...

I don't know why it is, but I've seen a lot of automatic code-generating functions that pad the table with an extra pixel or two. Almost like the software runs out of fingers to count on when it's generating the table code. ;)

See if that doesn't fix it.