Escape the # symbole
Posted: Sun Jan 02, 2011 11:34 am
I give up. How do I escape the # symbol? Shopsite uses # for comments. I have css the is defined as the following:
#nextBtn{
top:200px;
left:696px;
}
The failed because the id "nextBtn" is treated as a comment. I've worked around this before by doing things such as div#nextBtn, but this id is not a div tag. It is used by a jquery function.
Thanks for the help.
#nextBtn{
top:200px;
left:696px;
}
The failed because the id "nextBtn" is treated as a comment. I've worked around this before by doing things such as div#nextBtn, but this id is not a div tag. It is used by a jquery function.
Thanks for the help.