CSS and ASP controls

  • Thread starter Thread starter DesCF
  • Start date Start date
D

DesCF

When I change my monitor resolution my asp menu control moves around the
screen so what is right at one reolution is wrong at another. I have
positioned the menu using css, should I place the menu control in a div
and position that instead? Is there a best way to do this? I have
fiddled around and optimised my background image for different screen
resolutions. If the above makes sense in terms of what I am trying to do,
are there any good sites out there that would sort me out on this basic
stuff?
 
When I change my monitor resolution my asp menu control moves around the
screen so what is right at one reolution is wrong at another. I have
positioned the menu using css, should I place the menu control in a div
and position that instead? Is there a best way to do this? I have
fiddled around and optimised my background image for different screen
resolutions. If the above makes sense in terms of what I am trying to do,
are there any good sites out there that would sort me out on this basic
stuff?

No, none of it makes much sense. You seem to have a fundamental
misunderstanding of how CSS should be used. I'd suggest buying a few good
books on CSS design, or visiting the sites that Kevin recommends. This is
not a question that has a simple answer.
 
Back
Top