group profile | members | imagewall
A place to come and find out how to make your moblog look pretty.
Post pictures of CSS in progress and completed projects.
Send submissions to:
stylesheets@moblog.net
Posted by goode
i find opening up notepad and editing the code in there helps as the little box in the profile section can be hard to keep track of!
just copy and paste it into the CSS box on the "my moblog" tab of your profile editor once you've got it right...
right. I need a rainy weekend and i will have a play. So far it all seems too much for my little head.
How do you tell a background image to be centred and fixed at the bottom of the screen?
Enter:
background-position: center bottom;
under
background-attachment: fixed;
background-repeat: repeat;
this is such a great idea for a group.
here's a question: how do the instructions you have given translate to the new blog template ie the one with the broader widths (like this one, i guess). Do any changes have to be made?
yeah this template is a little more complex... i will get to that eventually... but if there is anything you need let me know!
i have been producing back grounds at 1700x1200 to account for people having massive screens...
but generally if you make it to your own screen resolution size that'll work.
Is it possible to take a theme from here and edit it in dreamweaver without losing all teh functionality? Or is it best to just diddle with small parts of the CSS individually?
Basically, if I saved for example, this page and opened it in dreamweaver, would I be able to make changes there. I tried it a while back with no real success, but all I did was save a page then open it in there.
You could do that, it might be a bit fiddly. I'd suggest installing the Firefox extension called "Web Developer", 'cos that has a "live" css edit tool.
There may be other FF plugins that are more suitable (ie just for css), but Web Developer is the one I use.