I’d like to be able to edit 3 different body css tags. I want one page to not include any overflow scrollbars but I need another page to use a vertical scroll only and the third to use a horizontal scroll only.
is it possible to do this? I read somewhere it can cause some browsers to choke but Im not sure how reliable that source was.
Also how would you call it in the CSS if it was a Class would it be written like any other CSS?
.body1{
}
.body2{
}
.body3{
}
I think you are actually asking “How can I style the
bodytag differently on each page of a website”.Similar to your original suggestion, I would add an
idinstead of aclassto thebodytag:Page 1 HTML
Page 2 HTML
Page 3 HTML
Then in the CSS you would target them like this: