CSS Working Group Published First Working Draft of Grid Layout!
Oh boy is my co-worker (he's a designer) going to be super-excited. Published just yesterday, the CSS Working Group has finished the first working draft of Grid Layout, yep, designers start rejoicing!
For those that don't "get-it"...a grid layout is when you create a canvas and place horizontal and vertical lines evenly, creating a "grid-like" layout. Then, it makes the designers life so much easier to line-up elements and such to produce superb document/interface layouts. This, up until now, has been accomplished using a hodge-podge of techniques, from controlling an HTML table with JavaScript to careful measurements of floated elements...needless to say some pretty complicated things needed to go on in order to simply create a grid layout, let alone use one.
Well, since I'm running out of time I have to cut this short. Check out the CSS Working Group's Official CSS3 Grid Layout Working Draft for in-depth information about this beauty!
Remove The “Extended Network” Text From Your Myspace Profile
So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile:
<style="text/css">span.blacktext12 {
visibility:visible !important;
background-color:transparent;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important; }
span.blacktext12 img {display:none;}</style>
Remove The “Add Comment” Link In Your Myspace Profile
Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize that a diligent ''Myspacer'' may still find a way to add their comments. Just simply place the following code anywhere in your profile:
<style type="text/css">td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}</style><a href="http://www.beneskew.com" target="_blank"><img src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes & Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /></a>
Auto-resize Images In The Comment List On Your MySpace
Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile:
<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style><a href="http://www.beneskew.com" target="_blank"><img
src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes & Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /></a>
