Thu, 2009-09-17 08:59
Hi, i'm new to this website, and i got a problem with my css. First of all i'm trying to put the picture from the css up to the left corner. and i can't float x. What's the problem? here's the css.
#logo { width : 1px; height : 64px; background: url(images/bglogo.PNG) repeat-x; }
I did the
thing on the html, but it just dont want to repeat.
Thu, 2009-09-17 09:54
#1
What I understood from your post
Hi
What I understood from your post...according to that I have changed your css a bit..hope it works.
#logo {
width : 1px;
height : 64px;
background:transparent url(images/bglogo.PNG) left top repeat-x;
}
regards
Dev Bisht
Thu, 2009-09-17 11:01
#2
Did not work..
Did not work..
EDIT: I fixed it now, thanks anyways.