Alignment issue on IE8

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Good day!

when i run my webpages in IE8 the alignment was change i don't know why it happens. Before my webpage is fix on my screen but now the scrollbar was visible, which is i don't want to happen...is it css code help me in my problem?
 
hi,
If horizontal scrollbar appears, then it is because of your template width.
It can be stopped by making the outer most table of your webpage with constant width.
(ie) in px.

EG: <table width="950"> and not as <table width = "90%">
 
Back
Top