Hi all. I have read some topics on similar issues but have not found the solution I had in mind. The problem is when ever the site is viewed at higher than 1024 x 768 the elements that I have hard coded along with the positions onto the site are no long in the correct place on the screen. I presume the only way to fix this is to have some sort of code to change the positions depending on the users resolution is there any code that can do this or do I have the fix it another way?
The website is www.lowcostplumbingsupplies.co.uk and an example of the code is:
<div id="newproduct" style="position:absolute; overflow:shown; left:785px; top:123px; width:210px; height:2000px; z-index:0"><actinic:variable name="NewProductListSidebar" /></div>
Any help with where to go would be greatly appreciated.
The website is www.lowcostplumbingsupplies.co.uk and an example of the code is:
<div id="newproduct" style="position:absolute; overflow:shown; left:785px; top:123px; width:210px; height:2000px; z-index:0"><actinic:variable name="NewProductListSidebar" /></div>
Any help with where to go would be greatly appreciated.
Comment