Need help positioning, ASAP please |
![]() ![]() |
Need help positioning, ASAP please |
![]()
Post
#1
|
|
![]() YEAH! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 303 Joined: Jan 2004 Member No: 1,345 ![]() |
![]() I'm trying to get my blog section to be in the highlighted red area but that's one of the things I'm not too good at. Here's the code I'm using. CODE <!-- begin code provided by createblog.com --> <div id="content" style="margin-top: -520px; margin-left: 0%; width: 322px; height:421px; margin-right: 45%; margin-bottom: 0px; overflow: auto; filter: none;"> <!-- end code provided by createblog.com --> And here's what it looks like with those settings, also I'd like to get rid of the scroll bar on the bottom. Link |
|
|
![]()
Post
#2
|
|
![]() fatuglyguy ![]() ![]() Group: Member Posts: 27 Joined: Mar 2004 Member No: 9,209 ![]() |
not sure about the alignment but to get rid of the bottom scroll just use
CODE <!-- begin code provided by createblog.com -->
overflow-x:hidden <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
![]() pixel hybrid ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 6,410 Joined: Jan 2004 Member No: 1,081 ![]() |
Did you play around with the margin top and the margin right or something? I think those are the ones that would probably position your DIV in the right spot.
|
|
|
![]()
Post
#4
|
|
![]() YEAH! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 303 Joined: Jan 2004 Member No: 1,345 ![]() |
I got it in the right spot now but can't get rid of the bottom scroll bar while keeping the blog section within the red box.
|
|
|
*CJ1* |
![]()
Post
#5
|
Guest ![]() |
CODE <!-- begin code provided by createblog.com --> <div id="content" style="margin-top: -520px; margin-left: 0%; width: 322px; height:421px; margin-right: 45%; margin-bottom: 0px; overflow: auto; filter: none;"> <!-- end code provided by createblog.com --> Just make the width smaller. |
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,384 Joined: Aug 2004 Member No: 37,337 ![]() |
if u want to remove the scrollbar try using
CODE <!-- begin code provided by createblog.com --> <style> hr {width:100px} </style> <!-- end code provided by createblog.com --> this will make that line shorter, thus shortenning the whole blog removing the scroll bar. if that doesn' t work, try changing width of the date, or the .smalltext element. |
|
|
![]()
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,384 Joined: Aug 2004 Member No: 37,337 ![]() |
btw, nice skin
![]() fatuglyguy, could u tell me how to use the overflow-x:hidden thing? do u just put it like this: CODE <!-- begin code provided by createblog.com --> <style> overflow-x:hidden </style> <!-- end code provided by createblog.com --> coz i relly need to take cut off teh eprops thing... thx!!! |
|
|
![]() ![]() |