Is there a way to make a collapsible panel with only CSS?

I am trying to make a drop down menu in my about section check out the pic that are attached for more information.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>epecho | The visual works of Danel Roldán</title>
<link href="../css/reset.css" rel="stylesheet" type="text/css" />
<link href="../css/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Container -->
<div class="container clear_children">
  <!-- Navigation Main -->
  <ul id="nav_main">
    <p id="branding"><a href="news.html">epecho</a></p>
    <li><a href="work.html">work</a></li>
    <li><a href="about.html">about</a></li>
    <ul class="nav_sub">
        <li><a href="#">epecho</a></li>
        <li><a href="#">process</a></li>
        <li><a href="#">quote</a></li>
    </ul>
    <li><a href="resume.html">resume</a></li>
    <li><a href="contact.html">contact</a></li>
  </ul>
  <!-- Navigation Main End -->
  <!-- Content -->
  <div class="content clear_children">
    <!-- Content Main -->
    <div class="content_main cc_tallest">
      <h1 id="headingepechodesign">EPECHO DESIGN</h1>
      <h2 id="headingaboutepecho">&rsaquo; ABOUT EPECHO</h2>
      <p>Epecho design specializes in standards based web sites,
        branding and print design. It is our passion to effectively
        communicate visually, who you are now, and where you
        want to go. Contact us if you have a project you think would
        benefit from our collaboration.</p>
      <p>Epecho design is the passion of Danel Roldan &#8212; a freelance
        designer, and was birthed in 2004. This site is an ensemble
        of creative projects that strive to maintain simplicity at
        their core. It is also a home of collective thought and a
        resource pool of ideas and the inspiration behind them.</p>
    </div>
    <!-- Content Main End -->
  </div>
  <!-- Content End -->
  <!-- Footer -->
  <div class="footer">
    <p>Copyright Epecho Design 2008-2009</p>
    <p id="above"><a href="" id="logo"><img src="../images/button_top.gif" width="22" height="17" alt="epecho_logo"/></a></p>
  </div>
  <!-- Footer End -->
</div>
<!-- Container End -->
<script type="text/javascript" src="../js/si-clear-children.js"></script>
</body>
</html>
Layout CSS
=Body
=Navigation
=Content
=Side Bar
=index
=News
=Works
=Projects
=About
=Resume
/* =Body
body {
background-color: #120100;
background-repeat: no-repeat;
background-position: center top;
background-attachment:fixed;
background-image: url(../images/pg_bg.jpg);
/* I HAVE TO FIND OUT WHAT I WAS USING THIS FOR
ol {
height: 133px;
width: 540px;
list-style-type: none;
position: relative;
p {
text-align: left;
em {
font-family:Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
.new {
clear:right;
color:#FFCC00;
font-family:Verdana, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-weight:normal;
a {
color:#B7EEE7;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:18px;
text-decoration:none;
/* =Navigation
#nav_main {
width: 147px;
height: 325px;
background: url(../images/nav-main.png);
background-repeat: no-repeat;
background-position: center top;
top: 125px;
padding-top: 150px;
position: absolute;
#branding {
width: 69px;
height: 78px;
background-image: url(../images/branding.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
text-indent: -9999px;
left: 45px;
top: 64px;
#nav_main li {
list-style-type: none;
text-align: center;
margin-top: 10px;
#nav_main a:link {
color:#6F6F6F;
font-weight:bold;
letter-spacing:1px;
text-transform: uppercase;
font-size: 85%;
#nav_main a:visited {
color:#6F6F6F;
font-weight: bold;
text-transform: uppercase;
font-size: 85%;
#nav_main a:hover {
font-weight: bold;
text-transform: uppercase;
font-size: 85%;
color: #878888;
#nav_main a:active {
color:#CCCCCC;
font-weight: bold;
text-transform: uppercase;
font-size: 85%;
#nav_mainOn {
color:#B7EEE7;
#nav_main .nav_sub ul{
text-align: center;
white-space: nowrap;
display: none;
list-style-image: none;
list-style-type: none;
position: relative;
#nav_main .nav_sub li {
position: relative;
visibility: hidden;
font-weight: normal;
#nav_main .nav_sub li ul, ul li {
display: block;
#nav_main .nav_sub li a:link {
font-size: 12px;
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
#nav_main .nav_sub a:visited {
font-size: 12px;
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
#nav_main .nav_sub a:hover {
color: #A5A136;
#nav_main .nav_sub a:active {
#nav_sub02 {
height:25px;
padding:0;
text-align:left;
margin-top: 10px;
margin-right: 0;
margin-bottom: 8px;
margin-left: 10px;
#nav_sub02 img {
float:left;
margin:0 20px 0 5px;
padding:0;
position:relative;
.container {
width: 940px;
margin-right: auto;
margin-left: auto;
position: relative;
.content {
text-align:left;
left: 225px;
border-left-width: thin;
border-left-style: dotted;
border-left-color: #930;
border-right-width: thin;
border-right-style: dotted;
border-right-color: #930;
width: 540px;
padding-left: 20px;
.content_main {
width: 469px;
padding-bottom: 125px;
padding-top: 125px;
.content_main h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
font-weight: bold;
color: #a79f22;
line-height: 20px;
/* =Side Bar
.sidebar {
position: absolute;
top: 280px;
left: 580px;
width: 134px;
.sidebar ul {
list-style-type: none;
text-align: left;
#sidebar li {
list-style-type: none;
text-align: left;
/* =Resume
#vcard-wrap {
position: relative;
height: 133px;
width: 540px;
.vcard {
width: 240px;
.vcard .name {
border-collapse:separate;
border-spacing:0;
.vcard .first-name {
font-family: "Lucida Console", Monaco, monospace;
font-size: 466%;
font-weight: 900;
line-height: 80px;
.vcard .sir-name {
font-family: "Lucida Console", Monaco, monospace;
font-size: 390%;
line-height: 50px;
#adress {
left: 236px;
height: 133px;
width: 304px;
list-style-type: none;
position: absolute;
top: 0px;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #930;
#adress li span {
float: left;
height: 22px;
line-height: 0px;
padding-top: 20px;
text-align: center;
#adress .logo {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: center center;
width: 44px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: dotted;
border-bottom-style: dotted;
border-right-color: #930;
border-bottom-color: #930;
text-indent: -9999px;
#adress .email {
width: 254px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #930;
#adress .street-address {
width: 147px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: dotted;
border-bottom-style: dotted;
border-right-color: #930;
border-bottom-color: #930;
#adress .phone {
width: 155px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #930;
#adress .locality {
width: 90px;
#adress .state {
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #930;
padding-right: 5px;
#adress .postal-code {
width: 60px;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #930;
#adress .region {
text-align: center;
padding-left: 10px;
a.thankyou_btn {
display: block;
width: 6in;
height: 2.5in;
text-decoration: none;
margin-top: 350px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(../images/thankyou.png);
background-repeat: no-repeat;
background-position: center center;
a.emailerror_btn {
display: block;
width: 6in;
height: 2.5in;
text-decoration: none;
margin-top: 350px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(../images/email.png);
background-repeat: no-repeat;
background-position: center center;
/* =index
a.enter_btn {
display: block;
width: 6in;
height: 2.5in;
text-decoration: none;
margin-top: 350px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(../images/enter.png);
background-repeat: no-repeat;
background-position: center top;
a.enter_btn:hover {
background-position: 0px -240px;
.attic {
float:left;
height:160px;
margin:0px;
padding:0px;
text-align:left;
width:216px;
.attic a {
float:left;
height:160px;
position:relative;
text-decoration:none;
width:216px;
.attic a:hover {
border: 1px solid #95470E;
.attic img {
border-style:none;
float:left;
margin:8px;
padding:0;
position:relative;
.attic span.head {
color:#B7EEE7;
font-family:Times, serif;
font-size:17px;
font-style:italic;
font-weight:normal;
margin:8px 0 3px 8px;
padding:0;
.attic span.sub {
color:#8A8A8A;
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
margin:0 8px 8px;
padding:0;
.atticNEW {
float:left;
height:163px;
margin:0px;
padding:0px;
text-align:left;
width:216px;
.atticNEW a {
background-color:#323232;
float:left;
height:160px;
margin:0;
position:relative;
text-decoration:none;
top:0;
width:216px;
padding: 0px;
.atticNEW a:hover {
background-color:#525252;
.atticNEW img {
border-style:none;
float:left;
padding:0;
margin: 8px;
position: relative;
.atticNEW span.head {
color:#B7EEE7;
font-family:Times, serif;
font-size:17px;
font-style:italic;
font-weight:normal;
padding:0;
margin-top: 8px;
margin-right: 0;
margin-bottom: 3px;
margin-left: 8px;
.atticNEW span.sub {
color:#8A8A8A;
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
margin:0 8px 8px;
padding:0;
/* =Projects
#workBox {
clear:left;
float:left;
padding:0;
position:relative;
width:700px;
margin-top: 20px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
#workBox.sample {
float:left;
margin:0;
padding:0;
position:relative;
width:550px;
.sampleTxt {
clear:both;
padding:0;
position:absolute;
width:115px;
left: 578px;
top: 0px;
.sampleTxt p.head {
color:#B7EEE7;
font-family:Times, serif;
font-size:17px;
font-style:italic;
font-weight:normal;
margin:8px;
padding:0;
.sampleTxt p.sub {
color:#999999;
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:18px;
margin:0 8px 8px;
padding:0;
.sampleTxt a {
color:#B7EEE7;
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:0;
text-decoration:none;
.sampleTxt a:hover {
color:#B7EEE7;
font-family:Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:0;
text-decoration:underline;
#headingwelcometoepecho {
width: 18px;
height: 186px;
background-image: url(../images/welcometoepecho.png);
background-repeat: no-repeat;
background-position: top left;
top: 283px;
left: -69px;
position: absolute;
text-indent: -9999px;
/* =News
#headingnewsandevents {
background-image: url(../images/newsandevents.png);
background-repeat: no-repeat;
background-position: left top;
text-indent: -9999px;
width: 248px;
height: 128px;
position: relative;
#headingongoingprojects {
width: 18px;
height: 177px;
background-image: url(../images/ongoingprojects.png);
background-repeat: no-repeat;
background-position: top left;
top: 3px;
left: -60px;
position: absolute;
text-indent: -9999px;
#headingtipsandtidbits {
width: 18px;
height: 157px;
background-image: url(../images/tipsandtidbits.png);
background-repeat: no-repeat;
background-position: top left;
top: 322px;
left: -59px;
position: absolute;
text-indent: -9999px;
#headingourloveandourpassion {
width: 18px;
height: 245px;
background-image: url(../images/ourworkourloveourpassion.png);
background-repeat: no-repeat;
background-position: top left;
top: 273px;
left: -71px;
position:absolute;
text-indent: -9999px;
/* =Work
#headingworkandprojects {
width: 306px;
height: 128px;
background-image: url(../images/workandprojects.png);
background-repeat: no-repeat;
background-position: top left;
position: relative;
text-indent: -9999px;
#headingaboutepecho {
width: 18px;
height: 186px;
background-image: url(../images/aboutepecho.png);
background-repeat: no-repeat;
background-position: left top;
top: 275px;
left: -70px;
position: absolute;
text-indent: -9999px;
/* =About
#headingepechodesign {
background-image: url(../images/epechodesign.png);
background-repeat: no-repeat;
background-position: left top;
text-indent: -9999px;
width: 248px;
height: 128px;
position: relative;
#headingpreparingforperfection {
width: 18px;
height: 243px;
background-image: url(../images/preparingforperfection.png);
background-repeat: no-repeat;
background-position: left top;
top: 274px;
left: -70px;
position: absolute;
text-indent: -9999px;
#headingprocessiskey {
background-image: url(../images/processiskey.png);
background-repeat: no-repeat;
background-position: left top;
text-indent: -9999px;
width: 277px;
height: 128px;
position: relative;
#headingprojectandidentityquestionaire {
width: 18px;
height: 302px;
background-image: url(../images/projectandidentityquestionair.png);
background-repeat: no-repeat;
background-position: left top;
top: 275px;
left: -71px;
position: absolute;
text-indent: -9999px;
#headinghowmayihelpyou {
background-image: url(../images/howmayihelpyou.png);
background-repeat: no-repeat;
background-position: left top;
text-indent: -9999px;
width: 309px;
height: 128px;
position: relative;
#headingemployment {
width: 18px;
height: 124px;
background-image: url(../images/employment.png);
background-repeat: no-repeat;
background-position: left top;
top: 280px;
left: -69px;
position: absolute;
text-indent: -9999px;
#headingprofessionalskills {
width: 18px;
height: 192px;
background-image: url(../images/professionalskills.png);
background-repeat: no-repeat;
background-position: left top;
top: 0px;
left: -58px;
position: absolute;
text-indent: -9999px;
#headingeducation {
width: 18px;
height: 107px;
background-image: url(../images/education.png);
background-repeat: no-repeat;
background-position: left top;
top: 273px;
left: -58px;
position: absolute;
text-indent: -9999px;
#headingotherintrests {
width: 18px;
height: 150px;
background-image: url(../images/otherintrests.png);
background-repeat: no-repeat;
background-position: left top;
top: 0px;
left: -58px;
position: absolute;
text-indent: -9999px;
#headingadditionalskills {
width: 18px;
height: 171px;
background-image: url(../images/additionalskills.png);
background-repeat: no-repeat;
background-position: left top;
top: 273px;
left: -58px;
position: absolute;
text-indent: -9999px;
.footer {
clear:both;
.footer p {
clear:both;
text-align:center;
font-size: 10px;
p#above {
margin:10px 0 0;
padding:0;
/* =Clears
.clear_children, .cc_tallest {
position: relative;
* html .clear_children {
display: inline;
.cc_tallest:after {
content: '';
} /* PREVENTS A REDRAW BUG IN SAFARI */
.expanded {
width: 700px;

I think you posted this on the wrong forum, you can make collapsible panels in flash but not with CSS.

Similar Messages

  • Is there a way to make the bookmarks panel appear only when bookmarks are actually present? As in, I

    Is there a way to make the bookmarks panel appear only when bookmarks are actually present? As in, I'm looking for a global setting so that I don't always have to update the properties in each document.

    AFAIK, no.

  • HT4061 Is there another way to find the serial number with only your apple ID and password because apparently I never backed up my iPhone 5?

    Is there another way to find the serial number with only your ID and password because apparently I never backed up my device on my computer?

    If you registered it with Apple, you could try:
    supportprofile.apple.com
    Use your Apple ID and password to log in

  • Is there a way to make the Inner Shadow to only render over the fill, and not stroke of a rectangle?

    To be precise, I want to recreate this button in Fireworks (original here):
    I created a rectangle with the stroke set to the dark orange color, and the fill to the light yellow color. Then I wanted to add a white inner shadow with 50% opacity to make the effect that's visible in the inner top, left, and right edges. However the shadow is also affecting the stroke. Is there a way to make it only affect the fill?
    Thanks.

    Actually, you can control the stacking order of filter effects. So you could apply the Inner Shadow effect to the object without the stroke, and then add the Stroke via the Photoshop Live Effects (at the bottom of the Filters menu).
    Both this and the Gradient Fill options would allow you to save the appearance as a Style, where it could then be applied to other buttons or objects.

  • Is there a way to make a flip book with the InDesin version contained in Creative Cloud?

    Is there a way to create a flip book with the InDesign version contained in Creative Cloud?

    InDesign is the same in Creative Cloud as it is as a standalone producate and it's the same as the one contained in any bundles that include it. The exception being that you have access to both the Mac and PC versions purchasing via the subscription model (Creative Cloud).
    I have not created a flip book in InDesign, but if InDesign is capable of doing it, then InDesign as purchased apart of the Creative Cloud, is capable of it.
    Download the demo of InDesign CS6 to see. If you purchase a Creative Cloud account later on, you don't need to reinstall, just authorize by logging into your Adobe account.

  • Is there any way to make all the inputComponents readon-only in a page

    Hi All,
    Is there any way by which we can make all the inputComponents belong to a specific iterator as read-only..?
    Depending on some condition I want to make all the editable components which belong to a particular iterator, in page to read-only. I can put an expression in the read-only property of all the inputFields
    and make them read-only depending on a condition. But this is going to be difficult as we have a lot of pagefragments and Task-flows.
    So I think I can do it programmatically. I can add this method as an method binding in the container jsff. So that it will do the job for all the pages [pages may be inside a region also ].
    Can any one give a similar code segment to do this..?
    Is this approach going to impact performance badly..?
    Any comments...
    Thanks

    Hi Chacko
    Have a look at [Advanced View object Techniqies|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcadvvo.htm#sthref3138] at the bottom Example 38-32 Preventing Insert, Update, or Delete Based on Custom Properties
    <pre>
    Example 38-32 Preventing Insert, Update, or Delete Based on Custom Properties
    public class CustomViewRowImpl extends ViewRowImpl {
    public boolean isAttributeUpdateable(int index) {
    if (hasEntities() &&
    ((isNewOrInitialized() && !isInsertAllowed()) ||
    (isModifiedOrUnmodified() && !isUpdateAllowed()))) {
    return false;
    return super.isAttributeUpdateable(index);
    protected void setAttributeInternal(int index, Object val) {
    if (hasEntities()) {
    if (isNewOrInitialized() && !isInsertAllowed())
    throw new JboException("No inserts allowed in this view");
    else if (isModifiedOrUnmodified() && !isUpdateAllowed())
    throw new JboException("No updates allowed in this view");
    super.setAttributeInternal(index, val);
    public void remove() {
    if (!hasEntities() || isDeleteAllowed() || isNewOrInitialized())
    super.remove();
    else
    throw new JboException("Delete not allowed in this view");
    protected void create(AttributeList nvp) {
    if (isInsertAllowed()) {
    super.create(nvp);
    } else {
    throw new JboException("Insert not allowed in this view");
    // private helper methods omitted from this example
    </pre>
    Hope, this will help you :)
    Regards,
    JavaDeVeLoper

  • Is there a way to make a photo book with my iPad (new generation )

    I have a number (1000's!) of pictures edited on iPhoto.  Is there a way to create a photo book ( not a web book, but one that sit on your table) using the iPad iPhoto app? Can I transfer the edited version of the photos to a Computer that uses Windows? 
    Any advice / suggestions would be appreciated.
    Janet

    If they no longer show up in iCloud (www.icloud.com), unfortunately, no. They are gone.
    It is possible, if you have a back up either phone (iCloud or iTunes), they may be there and could be retrieved by restoring using the back up, but I am not 100% sure of that.

  • Is there a way to make the Markers panel work better with the Source panel?

    My workflow is to first cut a multi-cam project (but it could be any long clip), then watch it all over again to make notes about what to keep and what to kick.  So after I'm done cutting the initial rough cut of the entire hour or two of footage, I'll set focus to the Markers panel and begin watching the entire clip from the beginning to make notes as markers within the clip. 
    I'll play the clip back in the Source monitor and when something interesting happens, I'll type "M" on the keyboard.  This places a marker in the clip (or multi-cam clip in my case).  Without stopping the clip, I'll pick up my mouse and tap the Markers tab in the notes section for the last marker laid down.  I'll type a note (something like "S" for interesting "Shot" or "HUGS" or "DANCING" to indicate the main action occuring at this point in the clip, or "Mike:  Are we there, yet?" for a key dialog point).  Next, I'll move my mouse back to the Source panel (the video has not stopped this entire time) and give any gray area of the Source panel a tap just to activate it.  I'll watch for the next point of interest and repeat the process.  M to mark.  Move to the Markers panel.  Tap the last marker.  Type some notes.  Move back to the Source panel and tap to give the panel focus.  This works fairly well, but could be tuned, with just a few options, to make it more streamlined for this type of use.
    What I'd like to be able to do is never leave the keyboard AND use minimal keyboard shortcuts.  A perfect workflow might be:
    1. Start playing the clip in the Source panel.
    2. Type "M" to drop a marker.  Focus would AUTOMATICALLY move to the notes section of that marker within the Markers panel, while the video continues to play on in the Source panel.
    3. I type my notes into the Markers panel and hit Enter, or CTRL+Enter, which returns focus to the Source panel.
    This would allow me to quickly build a list of markers and notes about a clip or sequence without ever stopping and without once touching my mouse (unless I get behind and need to backup).  Currently, the only time I really get behind is when clicking on a window and not realizing that focus was not given to that window, so that when I hit "M" again, for example, I don't actually create a new marker, but rather add the letter "M" to my most recent Marker note.
    All of this seems a very common task for anyone who works in reality TV, or even event videography.  Who's with me?  Can this be done already?  If not, I'll submit a feature request.  How would you make this feature better?

    Sounds like you did this on the fly.
    MM is supposed to open the Marker Panel Dialogue
    M just sets a marker
    Not sure if either are intended for on the fly during playback .
    There is also a Marker Icon on the Source Window Pane  >>

  • Is there a way to make the iTouch compatible with Win2k?

    Recently I purchased the iTouch and obviously I was really excited and happy, but, of course, it doesn't work with my computer. I have a Windows 2000 home computer, and I don't understand why the iTouch can't work with it. My question is that are there more options than just upgrading to XP, buying a Mac, or returning the iTouch?

    as per the windows system requirements for the ipod touch your options are as follows
    Windows system requirements
    PC with USB 2.0 port
    Windows Vista or Windows XP Home or Professional with Service Pack 2 or later
    iTunes 7.4 or later6
    Its either Vista or XP only. If you have neither and cant upgrade then you might have to return the touch. These requirements are based on specs that apple developed there is no way around these specs. You might look into another mp3 player that is compatible with the Win 2k

  • Is there a way to make a second passcode that only allows access to making calls?

    I would like to be able to have my regular passcode for full access to everything on my phone but have a second passcode I can enter for when someone asks to borrow my phone to make a call, and this would only give them access to making a call but no access to my calendar, emails, photos, apps, etc.
    Does anyone know if this is possible to do through settings or even if there is an app for this?
    Thanks

    No, this isn't possible and there isn't an app that would be able to do this.

  • Is there a way to make Firewire iSight work with USB apps?

    I am awaiting attival of my new iSight on Monday and I was beginning to wonder if there is some software or a trick you can use to get other chat programs to look at the firewire port instead of USB to enable the programs to see the iSight as a viable cam to use in those programs, or am I limited to using iChat when videoconferencing? I have the iChat for USB software that allows my Piece-Of-S#@% Kensington to work in iChat—making it recognize a USB cam as opposed to looking at the firewire port. Is there an equivalent out there that fools the other chat programs into looking at Firewire instead of USB?
    G4 Dual 550   Mac OS X (10.4.8)   1.2 GB RAM, 380 GB Storage, DVD Burner/Slide-Out Cup Holder, USB2, TV Tuner

    OK, if I read you correctly, these programs such as Yahoo, etc. will look wherever they can to find the cam then? I wondered if they just looked to see if there was something plugged into a USB slot it could identify as a cam and if it didn't see anything there, I wasn't sure if it would look to the firewire port as well. I guess I'll know more when the cam gets here and I try it out, but from what you said they should work as well. 10:30 a.m. estimated arrival time. I'm pretty excited!
    G4 Dual 550 Mac OS X (10.4.8) 1.2 GB RAM, 380 GB Storage, DVD Burner/Handy Slide-Out Cup Holder, USB2, TV Tuner

  • Why does it say instal next to the apps I have deleted in the app store and is there any way to make them go away with out a computer

         .

    The app store lists the app as "Install" rather than with a price to indicate that you can download it again without charge if you change your mind.  It is not possible to make something in the app store go away.  Why do you want to?

  • Is there any way to make movies on iMovie with my cannon t2i?

    i am having trouble importing t2i clips to my macbook pro. all that pops up is iphoto. help?

    You do it 10.0.1 in much the same way you did in iMovie version 9. You use Picture-in-Picture.
    http://help.apple.com/imovie/mac/10.0/#mova1aaa682b
    Matt

  • DPS question: Is there any way to make certain articles vertical swipe only?

    I have created a dps that is essentially a portfolio. On a certain page, I list clients. and when you tap on those clients it takes you to a different article, that show the work I did for the client. This article is horizontal swipe only. The problem is this: When my first page of my DPS is show, I can horizontal swipe to the first client or "next article in my DPS" . I want to only be able to get to those articles from clicking on the client. Is this possible?

    You could put a full page MSO with nothing but navigation buttons in both state. Set it to swipe. That will keep the page from swiping horizontally.

  • Is there a way to make all addons not write anything locally, instead use ram memory?

    Pretty much what it says right there.
    Is there a way to make all addon's write only on RAM?
    I'm pretty certain Private Browsing only works for vanilla Firefox, and many addons don't keep that in mind.
    Is there a firefox setting I can manipulate to make everything RAM only? Something like limiting the amount of data addons can write on disk or something along those lines?

    Session cookies are kept in memory AFAIK and never written to disk.
    What makes you think that Firefox is saving them to disk?
    You can look at the portable Firefox version if you want to minimize writes to the disk that stores your Firefox profile.
    *http://portableapps.com/apps/internet/firefox_portable
    *http://portableapps.com/support/firefox_portable#helper_apps

Maybe you are looking for