Xanga Skin Help, a few questions |
![]() ![]() |
Xanga Skin Help, a few questions |
Nov 13 2005, 02:08 PM
Post
#51
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Okay, I've cleaned it. Now, just move the blog layer and whatnot.
|
|
|
|
Nov 13 2005, 02:23 PM
Post
#52
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
thanks reili! but uhm..what do you mean by moving the blog layer?
|
|
|
|
Nov 13 2005, 04:39 PM
Post
#53
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
The layer that moves the blog, blog layer. o-0 Scroll all the way down, it's the very last thing in the code.
|
|
|
|
Nov 13 2005, 04:49 PM
Post
#54
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
i tried, but the blog isnt on my skin.
EDIT//and how do i fix the skin to be still? |
|
|
|
Nov 13 2005, 04:52 PM
Post
#55
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
[ http://www.xanga.com/nyah_tests ]
Works fine. o-0 If you mean it isn't on the image, of course it isn't. You probably need a negative top-margin, start with like... -1000 and move it until you've got it in the right spot. |
|
|
|
Nov 13 2005, 05:15 PM
Post
#56
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
also, how do you make the skin fixed in the background so when i scroll it doesnt go on to the white and the skin goes forever down.
|
|
|
|
Nov 13 2005, 05:18 PM
Post
#57
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
[ http://foxy.blewmyallowanceonmanga.net/indexx.php ]
^ Like that? Or... What? Because the image shouldn't move. And if you move the blog to the correct spot, the page shouldn't overflow, like here. [ http://ribbons.blewmyallowanceonmanga.net/ ] |
|
|
|
Nov 13 2005, 05:23 PM
Post
#58
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
like a scrollbar inside the skin scrolling the blogs down..or if thats not possible then ill go with the first one.see on the test xanga of mine.. HERE, how/where in the code can you fix the width of the blog
|
|
|
|
Nov 13 2005, 05:24 PM
Post
#59
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <div style="overflow: auto; width: 582px; height: 465px; margin-top: -380px; margin-left: -195px;"> This need to be larger than this.CODE table.blogbody {
/* this edits the other the place where the blog is */ background-color:transparent; family-font: arial; BORDER: #000000 1px solid; width:15px;} /* <-- The width for this should be around 5-15 pixels less then the width for your blog's div layer. */ |
|
|
|
Nov 13 2005, 05:27 PM
Post
#60
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
QUOTE <div style="overflow: auto; width: 582px; height: 465px; margin-top: -380px; margin-left: -195px;"> i changed the numbers for that, so now it probably placed where i want it to be on the skin.. |
|
|
|
Nov 13 2005, 05:28 PM
Post
#61
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
And...? Can this be closed now or what?
|
|
|
|
Nov 13 2005, 05:33 PM
Post
#62
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
no not yet. how do i make the skin to be like a scrollbar inside the skin scrolling the blogs down..or if thats not possible then..like [ http://foxy.blewmyallowanceonmanga.net/indexx.php ]
EDITT// or make the skin go longer till the bottom of the internet window |
|
|
|
Nov 13 2005, 05:45 PM
Post
#63
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
It does scroll your blog with a seperate scrollbar, that's what I'm confused about.
For the other, you just use overflow: visable; height: 100%; instead of overflow: auto; height: 100px; and that's pretty much the only difference in coding. |
|
|
|
Nov 13 2005, 05:49 PM
Post
#64
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
the only place in my code i see where overflow is is the bottom
is that the place where i would change it? |
|
|
|
Nov 13 2005, 05:51 PM
Post
#65
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Yeah... That's pretty much the only section of your code I've been talking about this whole time.
|
|
|
|
Nov 13 2005, 05:58 PM
Post
#66
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
hmm maybe that, but see like [HERE] you said it was a pixel stretch,
QUOTE Reapeat-y, so it goes down the page. Cut off the very bottom pixel and use it for your background, set as reapeat-y and then... Congrasts, you've created a pixel streatch. is it that im trying to get help on..if that..how would you cut off the bottom pixel?
|
|
|
|
Nov 13 2005, 06:07 PM
Post
#67
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
..... o-0 Select the very bottom pixel and make it into a new image. Still, your image isn't really set up for that. Your image would look better if the blog area was set to scroll.
Why? Because you have a section of the image that's a lighter color and that would be where you blog would go. It'd look better. |
|
|
|
Nov 13 2005, 06:43 PM
Post
#68
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
okay ill go with that, so when i add more blog entries, will there be a scrollbar scrolling my entries inside the skin..or do i have to insert a code for it..or do i just change and use [overflow: visable; height: 100%;]?
editt// my test page for xanga,my blogs are scrolling off the skin ;x.. 1-what do i do to make it not scroll? questions: 2-for making a layout,the separate left custom modules with the navigation, do i just make a separarte column for the left modules and a separate area for the blog? and 3-then do i just use the xanga codes to make the layout? |
|
|
|
Nov 13 2005, 08:37 PM
Post
#69
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
I told you, to not scroll you use overflow: visable; height: 100%;. It's overflow: auto; height: 100px; for scrolling.
Seperate div layer, yeah. And you position that before the blog area. Put it before your stylesheet and after you image. Um, you kinda need to use xanga codes to make a xanga layout, yes. |
|
|
|
Nov 14 2005, 06:55 PM
Post
#70
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
hmm questions i think..i may have more when making a layout...
1st Question so on photoshop [program im using to make them], i just make a basic layout, 1 column for left modules, and another for the blog area, so..no need for imagemap right? just upload the picture and use that url in here QUOTE If you made another box on your image for something else (about me's, different navigation style, etc..) then just plug in that same div code. And put your text under, but don't forget to end the div! An example is supplied below exampleQUOTE Just make sure that your blog div layer is after your div that's for all your other stuff! <<2nd QUESTION so all the things i want to add to the left module [using that example] i just place the blog code after all the codes i want in the left modules?..a lot of stuff in this post but it helps;x |
|
|
|
Nov 14 2005, 09:10 PM
Post
#71
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
I wouldn't call it a "basic" layout. But yes, although I add in an image map sometimes.
As for the second thing, it works well like this. Or that's the easiest order to do it, I think. It tells you the order to fix things in and it's fairly easy to remember. -shrug- |
|
|
|
Nov 15 2005, 03:56 PM
Post
#72
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
eh ;x what goes..here... where it says Hi, I'm a stylesheet.?
what kind of stuff or say do i put in there? |
|
|
|
Nov 15 2005, 09:18 PM
Post
#73
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Your stylesheet.
|
|
|
|
Nov 16 2005, 11:32 AM
Post
#74
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,149 Joined: Aug 2005 Member No: 213,509 |
not familiar what to do what a style sheet since its my first skin im making.so the question is..what kind of stuff do i put in there..aka my style sheet is my what...my imagemap code one? bleh thanks for helping me through all this everyone..so what do i put in the stylesheet?
Reili, QUOTE Maybe I should have actually made it a stylesheet could you possbily do that so it could help me.**thanks to everybody for all the help up there in this topic. |
|
|
|
Nov 16 2005, 12:44 PM
Post
#75
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
The image map is not a style sheet. Hmmm, how to explain this...a style sheet defines the various settings in your page; it tells what it's going to look like. Think of it the outline of a paper, it organizes and tells what's going to appear in the main content. Style sheets are created by defining the properties of various classes; if you think about it as an outline, it defines the topics you're going to write about in your paper. Does that make sense?
See this topic on stylesheets: http://www.createblog.com/forums/index.php...1&hl=stylesheet |
|
|
|
![]() ![]() |