C
Chris Harris
I am reworking a page that has graphic on the left side. A menu is
translucent and sits over the graphic. I have used a copy of the background
that is faded and de saturated behind the menu to give the translucent
effect. To acheive this I have to size and position the menu and graphic
using absolute units (px).
The graphic is around 180 px wide. I don't have a problem with making this
fixed as I think that most people will have enough real estate in their
browser to still display the rest of the page content, contained in a div to
the right of the graphic, which is fluid.
The menu is constructed using a UL so works well in text browsers or non CSS
browsers which won't display the graphics as all.
What I am wondering is: Is this sort of design approach acceptable within
modern best practice?
I know ideally that the whole page should be fluid, but is this sort of
thing an acceptable compromise?
Thoughts anyone?
CJH
translucent and sits over the graphic. I have used a copy of the background
that is faded and de saturated behind the menu to give the translucent
effect. To acheive this I have to size and position the menu and graphic
using absolute units (px).
The graphic is around 180 px wide. I don't have a problem with making this
fixed as I think that most people will have enough real estate in their
browser to still display the rest of the page content, contained in a div to
the right of the graphic, which is fluid.
The menu is constructed using a UL so works well in text browsers or non CSS
browsers which won't display the graphics as all.
What I am wondering is: Is this sort of design approach acceptable within
modern best practice?
I know ideally that the whole page should be fluid, but is this sort of
thing an acceptable compromise?
Thoughts anyone?
CJH