Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS page not properly when using "go back" arrow browser Reply To: page not properly when using "go back" arrow browser

#146243
Paulie_D
Member

There’s an awful lot of absolute positioning in there which has forced some odd margins to be required.

For instance, .textarea_grey_top_left has a top margin of 55px on it.

I think you could move things around but it’s likely to take a LOT of tweaking individual classes.

Perhaps look at another way of laying out your elements. Absolute positioning is not usually the best option.