Browsers cut content in horizontal scroller?
Some browsers seem to cut the content in my horizontal scroller, while others browsers are fine. What can I do about that?
Answer:
When the actual width of the content exceeds the width specification for the scrolling content layer, some browsers cut the content to fit the layer, while other browsers extend the layer to fit the content.
Try setting the 'width' attribute for the DIV element with ID ‘dmx1Content’ to a higher value.
Do this in the styles defined in the <head> section of your page and not through the Properties panel, because then DW writes the styles directly on the nested layer causing problems in older browsers like Netscape 4.x!
Note:
This explicitly does not apply to the vertical scrollers, as in that case declaring a height for the content layer is a potential problem. When the height declaration for a layer is omitted, it will automatically collapse/extend to fit its content.
Comments
Netscape 7 problems
RE: Netscape 7 problems
Other browsers do not support this.
You must me logged in to write a comment.