need some quick help please |
need some quick help please |
Jun 13 2009, 07:41 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 |
basically, im having issues with the latest blog entry header. you can see what im talking about here
http://profile.myspace.com/index.cfm?fusea...endID=462803086 and heres the code for it CODE <style>
html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry{ background-color: transparent !important; color: !important; width: 450px !important; border-collapse: collapse !important; margin-bottom: -30px !important; margin-left: 0 !important; margin-right: 0 !important; margin-top: 15px !important; padding: 0 !important; table-layout: fixed !important; position: relative !important; background-image: url(http://i618.photobucket.com/albums/tt262/justinbarberphotography/sns%20layout/news-1.png); background-repeat: no-repeat; background-position: 0px -25px; overflow: hidden; _background-position: 0px 0px; _margin-left: -4px !important; _margin-top: 0px !important; } html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry tbody tr{ display: inline; margin: 0 !important; padding: 0 !important; } html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry tbody tr td{ display: block !important; margin: 0 !important; padding: 0 !important; width: 449px !important; font-family: Arial; color: !important; clear: both !important; font-size: 1px !important; line-height: 0px; vertical-align: middle; } html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry tbody tr td a{ float: right; line-height: 35px; color: ; padding: 0px !important; margin: 0px !important; padding-right: 5px !important; position: relative; z-index: 6; font-weight: normal; font-size: 10px !important; display: block; height: 35px; text-transform: Capitalize; _font-size: 10px !important; _width:120px; _text-align:right; _font-weight: normal; _postion: absolute !important; _margin-top: -4px !important; } html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry tbody tr td span.text{ line-height: 35px; position: absolute; display: block; border-bottom: 1px dotted dimgray; border-color: ; width: 443px; color: ; padding: 0px !important; margin: 0px !important; padding-left: 5px !important; z-index: 5; font-weight: normal; font-size: 10px !important; height: 35px; _font-size: 10px !important; _margin-top: -30px !important; _font-weight: normal !important; _margin-left: -3px !important; _width:449px; } html body.bodyContent table tbody tr td table tbody tr td.text table.latestBlogEntry tbody tr td span.btext{ display: block; float: left; width: 50px !important; height: 43px; font-size: 1px; overflow: hidden; color: !important; line-height: 300px; } </style> |
|
|
|
jbarber07 need some quick help please Jun 13 2009, 07:41 PM
fixtatik whoa...that's a lot of code for your blogs. :... Jun 13 2009, 07:49 PM
jbarber07 ah thank you very much! also, do you know anyw... Jun 13 2009, 07:55 PM
fixtatik using position:absolute; should work.
this hides... Jun 13 2009, 07:57 PM![]() ![]() |