DEV Community

What should I do in this circumstance?

불온녀 on September 16, 2019

I wrote a css code like this: <☆style> input type="text/css" { background-image:url(https://postfiles.pstatic.net/MjAxOTA5MT...
Collapse
 
cy799 profile image
불온녀 • Edited

Oh hell, I just figured that I made some stupid mistake :0

<☆STYLE>
bodybody,table,tr,td,select,input,div,jyjonform,textarea,pre
{
background-image:url(☆);
background-attachment: fixed;
background-repeat: repeat;
background-position: bottom right;
}
table
{
background-color: transparent;
}
td
{
background-color: transparent;
}
<☆/STYLE>

I wrote this tag to show background image but I forgot to remove "div" how dumb am I? XD It's all good now I finally solved the one mystery I have yet to face like, phew!