Forum Moderators: open
I've got a slight problem here - I'm using dreamweaver to creat a navigation system for a site I'm developing. What I have are my main categories on the left side of the page, (they are images, with a mouseover effect which highlights the button) and then when you mouseover the button it is supposed to show a layer which has the sub navigation with the different points for the categories (sub-navigation is a div which has it's own buttons with highlighting-rollover effect).
Now the divs are set to the correct width of 89 pixels. The table with the images is set to 89 pixels. And the images (and their onMouseover state) are set to 89 pixels.
The problem is that when the layers appear, some of the images are shifted out of place, on the left side, by only about one or two pixels.
My question is, why does it do this? It appears in all the browsers like that. The only thing I can think of is that there is javascript within a div, and the div is called from the javascript in the main menu, and something is conflicting....however I receive no errors, all the links work fine, the show/hide works fine, but the images shift..one or two out of the menu.
Very strange.
Anyone else encounter a problem like this? Any solutions?
Thanks,
Matt..
It's a very subtle shift - when you mouseover the link, and the div appears, on the left side of the div one or two images seem to be ovrelapping the main navigation by like one pixel or two...
I'm sure it's not the cache.
Again, ANY suggestions are welcome!!
Thanks guys