Why is the blog area moving?, arrgg |
Why is the blog area moving?, arrgg |
Dec 20 2004, 08:42 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Oct 2004 Member No: 56,851 |
I'm kinda new here. I noticed that some skins move the blog area. Whenever I resize the width of the Internet Explorer window or change my resolution, the blog area moves out of place. This is the pic of the blog area after I resized the window and changed my resolution. Is there a code to fix this? Or is it a problem with the code? or the bg?
|
|
|
|
![]() |
Dec 20 2004, 08:49 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
can i see your site?
Because from that pic, it sort of was hard to see.. maybe that's just me |
|
|
|
Dec 20 2004, 08:55 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Oct 2004 Member No: 56,851 |
Well this is my test site->Xanga
And if you know the code, here it is CODE <!-- begin code provided by createblog.com -->
<MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='140,462,233,493' HREF='http://www.xanga.com/Private/profilebasic.aspx' ALT='profile'> <AREA SHAPE='rect' COORDS='266,462,334,493' HREF='http://www.xanga.com/CLAF/default.asp' ALT='claf'> <AREA SHAPE='rect' COORDS='362,462,531,493' HREF='http://www.xanga.com/Private/subs.aspx' ALT='subscriptions'> <AREA SHAPE='rect' COORDS='230,493,343,525' HREF='http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURUSERNAME' ALT='add me'> <AREA SHAPE='rect' COORDS='374,493,490,525' HREF='http://www.xanga.com/logout.aspx' ALT='log out'> </MAP> <IMG SRC='http://images.cbstaff.com/xanga/02/skin408_image.jpg' border=0 width=800 height=600 USEMAP='#imgmap'> <div style="position:static; margin-left:-250px;margin-top:-550px;border: 0px solid #ffffff; width: 450px; height: 350px; background:none;overflow: auto"> <style type='text/css'> table.footer, .mainleft, table.footernav, table.navigation{display: none;}; body {overflow:none; scrollbar-arrow-color: ##808080; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #C0C0C0; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Dec 20 2004, 09:29 PM
Post
#4
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
you're gonna have to adjust the margin-left code in your <div> tag to compensate for any changes in your width.
If you change resolution, your image isn't fixed so put that in a <div style="position:static;"> tag to fix it in place. |
|
|
|
Dec 20 2004, 09:48 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Oct 2004 Member No: 56,851 |
QUOTE(largosama @ Dec 20 2004, 9:29 PM) you're gonna have to adjust the margin-left code in your <div> tag to compensate for any changes in your width. If you change resolution, your image isn't fixed so put that in a <div style="position:static;"> tag to fix it in place. But I want my layout to be viewable at both resolutions (800x 600 and 1024 x 768). I tried fixing the bg but it doesn't make a difference. Is there something wrong with this layout or are all layouts like this? And I already have the position:static thing in my html. i have no Idea what it does because I'm html illiterate. |
|
|
|
Dec 20 2004, 09:52 PM
Post
#6
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
gr. ok go to the tutorials section - and look for a topic called 'div layering'
good luck |
|
|
|
Dec 20 2004, 10:10 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Oct 2004 Member No: 56,851 |
QUOTE(rnrn897 @ Dec 20 2004, 9:52 PM) gr. ok go to the tutorials section - and look for a topic called 'div layering' good luck Ahhh...theres two topics on Div layering. I tried both on my site and neither worked ><Sigh.. Is it possible to define the blog area using coordinates?(similar to how you would put a link) |
|
|
|
![]() ![]() |