Build Your Own CSS Website Css Code Lesson 7 Cont
Uploader Comments (1stoptutorials)
All Comments (30)
-
what to do with PNG 24??? U KNEW THAT DOESNT WORK IN I.E ???
-
I also had the problem with the gray bar appearing and I noticed that DW showed me sitting in the nested list tags so I set a top margin of 0 and it took care of it.
-
i like this way of learning
-
@ForgetfulLove Hi there, had a same problem... got away with it going to #menu_wrap in CSS Styles and there go to positioning, and go to overflow - auto. It worked for me, try it...
-
When I added the menu-bg image and looked at it both in dreamweaver and mozilla I got a space in between the header and menu bg, which is noticeable because of the background color. I followed your instructions:
#menu_wrap{
width:100%;
height:50px;
background:url(images/menu-bg.
jpg) repeat-x; a pic of it:
i88.photobucket(DOT)com/albums
/k161/ForgetfulLove/dws1copy.j pg -
fantastic it starts to look like something :)
-
#site_logo {
width: 519px;
height: 400px;
background-image:url('images/l
ogo.jpg'); }
this may work to lol
How comes you use 980px all the time?
iPlatsow 1 year ago
Hey iPlatsow, thanks for the comment. I am not sure it is just habit, it doesn't have to be that size but i quite like it though. I normally make sites centered in the browser and backgrounds to fit all monitors. Thanks
Ali
1stoptutorials 1 year ago
I have the same problem like BrikStudio1,
I got a sitelogo, but do I have to make it with photoshop or can it be from the internet?
It is a .JPG file so i thought that it was gonna work
Code:
#site_logo {
width: 519px;
height: 400px;
background:url(images/logo.jpg)
}
Nice tuts ^^ krak8080
krak8080 1 year ago
Hey krak8080, thanks for comment. Do you mean the actual graphic, does it have to be made in photoshop, no it can be made in any program or downloaded from the internet. The only thing wrong with that code is that you have not closed it. Where it says logo.jpg) it needs a ; at the end
Thanks
Ali
1stoptutorials 1 year ago
@1stoptutorials Stupid of me xD but still it won't work =( idk what could be wrong... if you want I can send you a screen or so?
krak8080
krak8080 1 year ago
hey krak8080, yeh send me a pic. Thanks
Ali
1stoptutorials 1 year ago