position of div
Posted: 28 January 2008 12:02 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-01-28

Hi all
My name is rohan mathur
i design a site name http://modiaquafill.com. on product page i use a pop window in which all products are appear on mouse over i use java and css for it. But when i see this site in 1280x800 the product are show near the pannel which i want but when i change the setting of my pc and the resolution is 1024x768 it show middle of the page which i dont want i want the product near the left tab.

Please help me for this because i face this problem in many website which i design by using div

Thanks & Regards
rohan mathur

Profile
 
 
Posted: 03 February 2008 01:34 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  4
Joined  2008-02-02

The problem you have is that in a larger screen resolution there is a greater
amount of pixels, from the left of the browser to the left edge of your main area.
You have your popup absolutly positioned so that it will always be the same amount
of pixels from the left side of the screen, but the main area is floating. So that
there is a varible amount of pixels on the left side of the screen. You will also
see that the box moves in a resized browser window not only a defferent
resolution.

I suggest that instead of absolute positioning the div popup center it. It will
not always be at the very edge of the menu but it will always in the center

Profile
 
 
Posted: 05 March 2008 08:53 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  26
Joined  2008-03-05

I would get rid of that popup all together.  It makes no sense having images in the main content area and then again when you rollover the link.
Seems very redundant to me.

Profile