Hi All!
I have had this prob for a while and probably comes my poor design, but I am now in a fix and need some help.
I have a site that has main content on the left and navigation and progress reporting on the right. Up until now the navigation button (<CANCEL>, <BACK>, <NEXT> <-- All nested in a table) have been aligned nicely under the progress display on the right, yet the code was located within the main window so that it could trigger a form. I use absolute positioning from the top left corner to place the small table in the position i want. Unfortunately I have just upgraded to a nice new 17" screen and upped the resolution, and yep, you guessed it, my little button table now sits right in the middle of the screen...
I have been looking at using CSS positioning to make this element relative to another element in my page like an anchor, yet i cannot find a way of doing this... does anyone have any bright ideas of how I can solve this?
I have had this prob for a while and probably comes my poor design, but I am now in a fix and need some help.
I have a site that has main content on the left and navigation and progress reporting on the right. Up until now the navigation button (<CANCEL>, <BACK>, <NEXT> <-- All nested in a table) have been aligned nicely under the progress display on the right, yet the code was located within the main window so that it could trigger a form. I use absolute positioning from the top left corner to place the small table in the position i want. Unfortunately I have just upgraded to a nice new 17" screen and upped the resolution, and yep, you guessed it, my little button table now sits right in the middle of the screen...
I have been looking at using CSS positioning to make this element relative to another element in my page like an anchor, yet i cannot find a way of doing this... does anyone have any bright ideas of how I can solve this?