Tweeting Again
Apr 07, 2011 — 21 comments
Would be nice to show all methods of setting a width to a table within Dreamweaver.
Would be nice to show all methods of inserting an image within Dreamweaver.
I get the following when clicking on this tutorial:
Fatal error: Call to a member function on a non-object in /home/jaspercc/domains/codingcity.net/public_html/sources/ipsclass.php on line 5643
Looks very similar to NDesign-Studio's tutorial for an abstract background found at http://www.ndesign-studio.com/resources/tutorials/abstract-background/.
Problem loading page...
I get the following when trying to access this tutorial:
Fatal error: Call to a member function on a non-object in /home/jaspercc/domains/codingcity.net/public_html/sources/ipsclass.php on line 5643
Oops didn't notice the left and top settings were still in the text-bottom css. You can remove those two lines since they aren't needed.
Only problem with this is that they are positioned based on the page itself. If you want to use this technique for the headings of a page that contain content the content will appear right under the text. Here's another way to do it that will give more control:
The CSS would be:
color:#099;
position:absolute;
left:-2px;
top:-2px;
font-size:36px;
font-family:Arial, Helvetica, sans-serif;
}
color:#CCC;
position:relative;
left:12px;
top:12px;
font-size:36px;
font-family:Arial, Helvetica, sans-serif;
}
The HTML:
<div id="text-bottom">Stacking Text <div id="text-top">Stacking Text</div> </div>
Thanks for pointing that out Zach! Do you know if Safari on Windows renders exactly like it does on Mac? If it does, that would help me out a lot when testing since I don't have a Mac!
Think you should add a note that this is not the actual size of a real business card!