i make a web site www.jai.com.pk/new
and using sothink DHTML menu on it
web site display fine maximum resulution on 1024*768 but when i increasing the resolution the menu move right and on other pages where can i use layers display wrong, please anybody help me i didnt find and suitable answer from anywhere what can i for solving this problem.
Regards
Dawood Aslam
Quote:
Originally Posted by cmonkey
using css to define the layer attibutes isn't really neccessay, you can just add them the div as shown below, you'll want to change your position from absolute to relative to solve the problem you mentioned above (Dreamweaver defaults to absolute when drawing a layer)
<div id="Layer1" style="position:relative; left:163px; top:113px; width:349px; height:272px; z-index:1">
content here
</div>
hope that helps
|
|