Advanced CSS Help!

I'm using Dreamweaver CS5.5 as part of the CS5.5 master collection.
On my website I currently have a single style sheet (named style.css) and it contains 7 styles (.background, .networking, .header, .footer, .main, .mainround, .instruction).
Each page is constructed as follows:
.background is applied
.networking is applied to a table at the very top
.header is applied to a table below the .networking table
.main, .mainround, and/or .instruction is applied to table(s) within the body of the website
.footer is applied to the lowest table
The following is the same on EVERY single page of my site.
The .background style is applied to every page (consists of background-image, background-scroll: scroll; and background-repeat: no-repeat)
The .networking table will be including links/scripts to share my site on social networking websites.
The .header table includes my site logo as well 5 rollover images/links.
The .footer table inludes to rollover images/links.
What I want to do:
I want my "main" style to include all the information of the 4 aformentioned styles in one.  For instance, say I name the style (within my style.css file) .background.  When I apply .background to my site's body, at want that page to now have my background image and settings, the networking table with functioning links, the header table with my logo and rollovers and the footer tables with my rollovers.  Though is nothing is contained in tables and are contained in something else, that is fine, as long as it is eficient and I get the desired style / effect!
Currently everything is centered on the page with auto left and right margins, the appropriate top margin to keep everything in order and properly spaced, and no bottom margin.  I would need these settings/styles to remain, and I would need to be able to insert my site's content between the header and footer tables.  If I need to exclude the footer table, I understand, but I feel everything else I want to do should be quite possible.
Thank you for your help fellow forum users.  You have been an amazing help so far and I look forward to the day where I can actually answer someone else's questions!

Thank you for responding Murray.  This site is not yet live (a temporary page is currently up), so I will post the code for a page here, though it doesn't contain much info, it has all of my tables with the appropriate styles applied to them.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
</script>
</head>
<body class="background" onload="MM_preloadImages('buttons/Home/home-over.png','buttons/Schedule/schedule-over.png ','buttons/Register/register-over.png','buttons/Donate/donate-over.png','buttons/Supporter s/supporters-over.png','buttons/Legal/legal-over.png','buttons/Contact/contact-over.png')" >
<table width="800" border="0" cellpadding="0" cellspacing="0" class="networking">
  <tr>
    <th scope="col"> </th>
    <th scope="col"> </th>
  </tr>
</table>
<table width="800" border="0" cellpadding="0" cellspacing="0" class="header">
  <tr>
    <th width="301" align="left" valign="middle" scope="col"><img src="images/logo.png" alt="Leapfest 30" width="301" height="120" /></th>
    <th width="499" align="right" valign="bottom" scope="col"><a href="home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','buttons/Home/home-over.png',1)"><img src="buttons/Home/home.png" name="home" width="70" height="18" border="0" id="home" /></a><a href="schedule.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('schedule','','buttons/Schedule/schedule-over.png',1)"><img src="buttons/Schedule/schedule.png" name="schedule" width="96" height="18" border="0" id="schedule" /></a><a href="register.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('register','','buttons/Register/register-over.png',1)"><img src="buttons/Register/register.png" name="register" width="88" height="18" border="0" id="register" /></a><a href="donate.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('donate','','buttons/Donate/donate-over.png',1)"><img src="buttons/Donate/donate.png" name="donate" width="80" height="18" border="0" id="donate" /></a><a href="supporters.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('supporters','','buttons/Supporters/supporters-over.png',1)"><i mg src="buttons/Supporters/supporters.png" name="supporters" width="114" height="18" border="0" id="supporters" /></a></th>
  </tr>
</table>
<table width="800" border="0" cellpadding="0" cellspacing="0" class="instruction">
  <tr>
    <th scope="col"> </th>
  </tr>
</table>
<table width="800" border="0" cellpadding="2" cellspacing="2" class="main">
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>
<table width="800" border="0" cellpadding="2" cellspacing="2" class="footer">
  <tr>
    <td align="right" valign="middle"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('legal','','buttons/Legal/legal-over.png',1)"><img src="buttons/Legal/legal.png" name="legal" width="65" height="18" border="0" id="legal" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','buttons/Contact/contact-over.png',1)"><img src="buttons/Contact/contact.png" name="contact" width="82" height="18" border="0" id="contact" /></a></td>
  </tr>
</table>
</body>
</html>

Similar Messages

  • When i convert a word file with a hyperlinks to a PDF file it doesn't work ?? thanks in advance for helping me

    when i convert a word file with a hyperlinks to a PDF file it doesn't work ?? thanks in advance for helping me

    using microsoft word.
    the hyperlink doesn't work in the pdf file (adobe reader).
    adobe reader xi.
    my operating system windows 8.1.
    the attached screen is appeared.

  • I upgraded my Firefox and my home page (which I love) is GONE. Not sure how to get it back. I still have my bookmarks though. Thanks in advance for helping me.

    I upgraded my Firefox and my home page (which I love) is GONE. Not sure how to get it back. I still have my bookmarks though. Thanks in advance for helping me.

    If that didn't help then see this article for more suggestions:
    * [[Firefox has just updated tab shows each time you start Firefox]]

  • [svn] 4806: Fixes for Advanced CSS applying to inner components.

    Revision: 4806
    Author: [email protected]
    Date: 2009-02-02 21:01:18 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fixes for Advanced CSS applying to inner components. The changes involved three areas:
    1. mx.styles.StyleProxy needed updating to support IAdvancedStyleClient
    2. mx.styles.StyleProtoChain required refactoring so that advanced selector matching functionality could be shared outside of this class (see next). The main change is in StyleProtoChain.addProperties() which is recursively called to handle the case when styleName is set to another IStyleClient (instead of a String). The change concerns the order of building the proto chain for this special case. Before advanced CSS, it seems we recursively did the following in the addProperties() subroutine:
    - Find type selectors, add to proto chain
    - Examine styleName:
    - if a CSSStyleDeclaration, add it to the proto chain next
    - if a IStyleClient, recurse again by calling addProperties to this IStyleClient
    - if a String, apply class selectors to proto chain
    - Finally, add inline style declarations to proto chain
    Advanced CSS might involve other universal selectors that aren't necessarily class selectors (such as id selectors), or we could have type selectors that are more specific that class selectors. So the new logic for Advanced CSS is:
    - Examine styleName:
    - if a CSSStyleDeclaration, add it to the list of selectors
    - Get all matching selectors, sort by specificity, and add to the proto chain.
    - Then, if styleName was an IStyleClient, recurse again by calling addProperties to this IStyleClient
    - Finally, add inline styleDeclarations to proto chain
    A styleName pointing to an IStyleClient means that it has a very high specificity and will override any other selector. The only thing that continues to always win are inline style declarations which are added last to the proto chain.
    3. mx.core.UIComponent.initThemeColor() needed updating to support advanced CSS selectors. This required the use of a new utility method in StyleProtoChain to find matching selectors.
    QA: Yes, please watch styles test results closely. Take a look at descendant/id/class selectors on more advanced components like DataGrid.
    Doc: No
    Checkintests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17358 - [Advanced CSS] When using an id selector without a Type selector, styles are not passed onto sub components (e.g. the drop down of a ComboBox)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17358
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as

    Hi,
    you define a CSS class in the document, e.g.
    <style type="text/css">
    .myClass{color:red;}
    <style>
    The myClass names now is what you add to the class property
    Frank

  • Hi everyone, I did a software update, but when I run it I get an (0Xc000007b), what should I do? Thanks in advance for help

    Hi everyone, I did a software update, but when I run it I get an (0Xc000007b), what should I do? Thanks in advance for help

    ...07b Problems http://forums.adobe.com/thread/1355374?tstart=0

  • [svn] 4756: Bug fix for universal Advanced CSS selectors.

    Revision: 4756
    Author: [email protected]
    Date: 2009-01-30 07:58:55 -0800 (Fri, 30 Jan 2009)
    Log Message:
    Bug fix for universal Advanced CSS selectors.
    1. In CSS, the universal selector * matches any element. It is often implied in selectors, such as the .foo class selector would formally be written *.foo { }. So, what we were previously calling "global selectors" will now be referred to as universal selectors. Flex retains its own special top level "global" selector to function as the root of the inheriting style prototype chain, but other universal selectors will not be associated with this special subject.
    2. When looking for universal selectors, we now match against all possible selectors that have * as the subject rather than trying to pick out specific styleName (class), id or pseudo conditions. This is needed as there may arbitrary advanced conditions in the selector chain, for example, descendant selectors that have a universal subject. Note this was the actual cause of the bug - but the other fixes were needed to separate "global" from "*".
    3. In the compiler, we'll still use the generated _globalStyles.as (i.e. from the "global" StyleDef collection of style declarations) as the place holder for universal selectors (as _*Styles.as would be an invalid ActionScript class name), though these universal selectors will report their subject as "*".
    4. When representing a selector in full as a String, we'll continue to omit "*" as the subject and substitute the empty string, so "*.foo" will be printed as ".foo".
    QA: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Paul
    Bugs:
    SDK-18196 - [Advanced CSS] Descendant selectors with class selectors like VBox .greenBox are not working correctly.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18196
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java

    Change this:
    <div class="mainnav">
    <li id="width-HealthWellness"><a href="#">Health/Wellness</a></li>
    <ul>
    <li>Flu Section</li>
    <li> Infection Control</li>
    <li> Nutrition</li>
    <li> Physical Fitness</li>
    <li>NIH Newsletters</li>
    </ul>
    to this:
    <div class="mainnav">
    <li id="width-HealthWellness"><a href="#">Health/Wellness</a>
         <ul>
         <li>Flu Section</li>
         <li> Infection Control</li>
         <li> Nutrition</li>
         <li> Physical Fitness</li>
         <li>NIH Newsletters</li>
         </ul>
    </li>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Calling the advance search help using f4 help

    Hi
        I have a question.In Items assignemnt blcok  of the opportunity page for product ID field there is an f4 help  associated with it. When we click on f4 help it will open the standard product serach   in a popup where we can serarch for the products. and select the product from results.
      But my requirment is to call  the advance search help  of the products  instead of standard serch  help  in the  popup when we click f4 help and should beable to save the searches and retrive the saved sercahes.
          Can any  one help me out  with this problem
    Thanks,
    Sreekar

    Hi,
    If you do a search on this forum for the terms "search help exit" you will get a few threads that provide details on how you can achieve this.

  • [svn] 3734: Fixing advanced CSS descendant selectors for the alpha release.

    Revision: 3734
    Author: [email protected]
    Date: 2008-10-17 22:13:34 -0700 (Fri, 17 Oct 2008)
    Log Message:
    Fixing advanced CSS descendant selectors for the alpha release.
    - We now check descendant types against any superclass.
    - Removed StyleProtoChain.getClassStyleDeclarations()'s recursive "Class" lookup for each superclass of an IStyleClient during the search for type selectors in the hierarchy. This was replaced with a simple describeType-based description (called once per type).
    - Added a method to report whether any advanced styles had been registered with the StyleManager to optimize style declaration matching for the default case of simple style declarations.
    - Removed advanced selector cache key calculation from StyleProtoChain in favor of the legacy simple type level cache. Future work may be required to cache advanced, display list sensitive style information.
    - Fixed the specificity calculation for global selectors.
    QE: Yes
    Doc: No.
    Checkintests: Pass
    mxunit styles tests: Pass
    select mustella styles tests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17351 - [Advanced CSS] Descendant selectors don't work for Application
    SDK-17361 - [Advanced CSS] If you use descendant and id selectors together, the id selector doesn't work correctly
    SDK-17385 - [Advanced CSS] If you use descendant and class selectors together, the class selector doesn't work correctly
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17351
    http://bugs.adobe.com/jira/browse/SDK-17361
    http://bugs.adobe.com/jira/browse/SDK-17385
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleManager3.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

  • [svn:fx-trunk] 11593: Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used .

    Revision: 11593
    Author:   [email protected]
    Date:     2009-11-09 15:20:36 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used.
    QE notes: Please add test cases for arbitrary ancestor depth that involve using the universal * selector. Thanks for the additional testing on this patch too!
    Doc notes: N/A
    Bugs:
    SDK-23213 - descendent selectors can't catch components more than one level down
    Reviewer: Corey
    Tests run: Checkintests, test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23213
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • Advanced Search Help in PCUI & adding fields to SRES screen structures

    I have linked the application COMM_IBASE to the POST_CODE1 field in CRMM_ACCOUNT (SRES area - field group ACC_SRES_CITY). When the user clicks the drop-down icon next to the post code field, a new window opens which shows COMM_IBASE.
    We use our IBase to hold locations/addresses.
    Is it possible to set up the system such that on selection of an IBase component, relevant address fields of that component are sent back to corresponding fields in the calling application, CRMM_ACCOUNT? Namely, Post code, street, city, country, region? I think my problem might be that these fields are not available in the screen structure of the COMM_IBASE Search Results area (CRMT_BSP_IBASE_RESLIST). How should you go about extending this structure? I can't see how it can be done using the EEW in the way you would extend, say, a service order.
    I have the cookbook in front of me, but am finding sections 6.1.3.2/3 a little reticent here.
    Thanks,
    Alex.

    I solved it.
    It wasn't too complicated, either, so I suspect my difficulty was down to me being totally unfamiliar with the PCUI (I usually do ICWC development) and this being the first PCUI requirement I have ever been given to work on.
    Anyhow, if any other newbies are interested in how I implemented advanced F4 help to integrate searching of an IBase of addresses with postcode field of BP creation, then please reply to this post and I will give details.
    Alex.

  • Advanced css menus

    Some days back I found a site that was selling some sort of
    extension/plugin, or pre built code for advanced css menus,
    however, shortly after finding this site and bookmarking it, my
    hard disk died and I subsequently lost the bookmark. I am hoping
    some of you might be able to point me in the right direction.
    Basically, it seemed to me that the menus on this site were
    VERY advanced css menus, in that they weren't just a row or column
    of links, but rather almost like a popup with coloumns of links and
    images similar to the ones now found on www.webassist.com.
    Any ideas where I can get it from? Any ideas what I am on
    about as I have tried searching, but no joy :(
    Thanks
    Mat

    Could it have been
    http://www.projectseven.com?
    =20
    --=20
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web =
    Development
    "matthew stuart" <[email protected]> wrote
    in message =
    news:gomtbr$ajd$[email protected]..
    > Some days back I found a site that was selling some sort
    of =
    extension/plugin,=20
    > or pre built code for advanced css menus, however,
    shortly after =
    finding this=20
    > site and bookmarking it, my hard disk died and I
    subsequently lost the =
    > bookmark. I am hoping some of you might be able to point
    me in the =
    right=20
    > direction.
    >=20
    > Basically, it seemed to me that the menus on this site
    were VERY =
    advanced css=20
    > menus, in that they weren't just a row or column of
    links, but rather =
    almost=20
    > like a popup with coloumns of links and images similar
    to the ones now =
    found on=20
    > www.webassist.com.
    >=20
    > Any ideas where I can get it from? Any ideas what I am
    on about as I =
    have=20
    > tried searching, but no joy :(
    >=20
    > Thanks
    >=20
    > Mat
    >

  • SSI and CSS Help

    I'm really hoping someone can help with this.
    I have a couple of SSI's on a site I'm developing. They are
    text only .html files that have links on them to other pages where
    you can get more info.
    My problem is that the page properties for my index.php page
    override the CSS that I've created for the SSI's. I want the SSI
    text to have it's own look, separate from what the look of the
    index.php page is. Is this an easy fix or more major development.
    I'm pretty new at all of this so talk to me like a child.
    Thanks in advance for your help.

    Put the CSS for the includes into the parent files. The
    include files
    should contain NO CSS.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "graphxguy777" <[email protected]> wrote in
    message
    news:eertmi$avr$[email protected]..
    > I'm really hoping someone can help with this.
    >
    > I have a couple of SSI's on a site I'm developing. They
    are text only
    > .html
    > files that have links on them to other pages where you
    can get more info.
    >
    > My problem is that the page properties for my index.php
    page override the
    > CSS
    > that I've created for the SSI's. I want the SSI text to
    have it's own
    > look,
    > separate from what the look of the index.php page is. Is
    this an easy fix
    > or
    > more major development. I'm pretty new at all of this so
    talk to me like a
    > child.
    >
    > Thanks in advance for your help.
    >
    >
    >

  • Integrated Sound Blaster Audigy ADVANCED HD Help

    Hey guys, I was hoping maybe someone could help me... I have the Integrated Sound Blaster Audigy ADVANCED HD driver but its only for 32-bit operating systems. I am running windows 7 64 bit and I was wondering if there are any 64 bit drivers around since I couldn't find any on google. If not, are they planning to release one anytime soon? Thanks for the help.

    You know I did that and it worked. Thanks you.
    I should mention that when I contiued the activation it failed to load giving an error saying no audio driver. So, I went to the Dell website and downloaded the sigmatel audio file, re-installed and it worked. However the saga continues as it only sees 2. speakers when I have a 5 speaker system and i can't figure out how to change that settings. I followed the help instruction but under the confiuration I am not given any option. so still some work to be done. I would have expected the process to be simpler, you really would need to be quite skilled to be doing all this tweaking, if you were a novice you'd be lost!

  • Advanced Queuing Help

    Hi, I need help with creating an Advanced queue. I have already created the queue table but when I try to create the queue it says that it was sucessful, yet I can not find it. Also I need help with creating a SQL subscriber such that some sort of SQL code with enqueue a message, and the subscriber will dequeue and print it out or something. I am also going to set up a ESB process to do the some thing.
    Here is my queue_table code:
    dbms_aqadm.create_queue_table( queue_table => 'TEST_QUEUE_TABLE',
                                  queue_payload_type => 'SYS.AQ$_JMS_TEXT_MESSAGE',
                                  multiple_consumers => True);

    Hey demorgan, I get this error with the demo. At some point I have to make a procedure with this:
    SELECT TO_NUMBER(SUBSTR(dbms_crypto.randominteger,3,1))
        INTO x
        FROM dual;I get this error: ORA-00904: : invalid identifier
    Also how do I view what is on a queue? This demo does not show that.

  • Xml css help!

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0008_01C6AB1B.755FB0F0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Yes I want to use css for this.
    I have an xml doc being pulled into my flash. Text is fine
    except =
    wherever I try to assign a style. It's also defaulting to the
    black =
    color in flash (I couldn't find a way not to select a color
    or style in =
    flash for the font) instead of the blue specified in the css
    doc. In =
    that first image/description, it cuts off at the <em>
    tag.
    Please help me understand what I'm doing wrong.
    XML doc:
    <?xml version=3D"1.0" encoding=3D"utf-8"
    standalone=3D"yes"?>
    <?xml-stylesheet type=3D"text/css"
    href=3D"xmlstyles.css"?>
    <!DOCTYPE images [
    <!ELEMENT images (#PCDATA)*>
    <!ELEMENT pic (image, thumbnails, caption, desc)>
    <!ELEMENT image (#PCDATA)*>
    <!ELEMENT thumbnails (#PCDATA)*>
    <!ELEMENT caption (#PCDATA)*>
    <!ELEMENT desc (#PCDATA)*>
    ]>
    <images>
    <pic>
    <image>images/0.jpg</image>
    <thumbnails>images/thumbs/wickham.swf</thumbnails>
    <caption>An Inspired Beginning</caption>
    <desc>Edward Virginius Valentine was born in Richmond
    in 1838. A visit =
    to the 1853 New York World's Fair with his father inspired
    him to become =
    an artist. Valentine studied in Paris and Italy from 1859 to
    1861. He =
    was granted permission to study under Berlin sculptor August
    Kiss, =
    <em>who had created the piece that first ignited
    Valentine's artistic =
    inspiration, Amazon Attacked by a Tiger.</em> In the
    spring of 1865, the =
    deaths of both Kiss and his father, Mann Valentine, led him
    to return to =
    his home in Richmond, Virginia.
    </desc>
    </pic>
    etc., etc., ...
    CSS doc: (xmlstyles.css)
    em {
    font-style: italic;
    para {=20
    font-size: 12px;
    desc {
    font-size: 12px;
    color: #0000CC;
    ------=_NextPart_000_0008_01C6AB1B.755FB0F0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2900.2912"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY>
    <DIV><FONT face=3DArial size=3D2>Yes I want to
    use css for =
    this.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>I have an xml
    doc being pulled into my =
    flash. Text=20
    is fine except wherever I try to assign a style. It's also
    defaulting to =
    the black color in flash (I couldn't find a
    way <EM>not</EM> =
    to=20
    select a color or style in flash for the
    font) instead of the =
    blue=20
    specified in the css doc. In that first image/description, it
    cuts off =
    at the=20
    &lt;em&gt; tag.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>Please help me
    understand what I'm =
    doing=20
    wrong.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial
    size=3D2><STRONG>XML
    doc:</STRONG></FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>&lt;?xml
    version=3D"1.0" =
    encoding=3D"utf-8"=20
    standalone=3D"yes"?&gt;<BR>&lt;?xml-stylesheet
    type=3D"text/css"=20
    href=3D"xmlstyles.css"?&gt;<BR>&lt;!DOCTYPE
    images =
    [<BR> &lt;!ELEMENT images=20
    (#PCDATA)*&gt;<BR>  
    &lt;!ELEMENT pic (image, thumbnails, =
    caption,=20
    desc)&gt;<BR>   &lt;!ELEMENT
    image =
    (#PCDATA)*&gt;<BR>  =20
    &lt;!ELEMENT thumbnails
    (#PCDATA)*&gt;<BR>   &lt;!ELEMENT =
    caption=20
    (#PCDATA)*&gt;<BR>  
    &lt;!ELEMENT desc=20
    (#PCDATA)*&gt;<BR> ]&gt;<BR>&lt;images&gt;<BR>   =20
    &lt;pic&gt;<BR>       =20
    &lt;image&gt;images/0.jpg&lt;/image&gt;<BR>  &lt;thumbnails&gt;=
    images/thumbs/wickham.swf&lt;/thumbnails&gt;<BR>    &=
    nbsp;  =20
    &lt;caption&gt;An Inspired=20
    Beginning&lt;/caption&gt;<BR>  &lt;desc&gt;Edward
    Virginius =
    Valentine=20
    was born in Richmond in 1838. A visit to the 1853 New York
    World's Fair =
    with his=20
    father inspired him to become an artist. Valentine studied in
    Paris and =
    Italy=20
    from 1859 to 1861. He was granted permission to study under
    Berlin =
    sculptor=20
    August Kiss, &lt;em&gt;who had created the piece that
    first ignited =
    Valentine=92s=20
    artistic inspiration, Amazon Attacked by a
    Tiger.&lt;/em&gt; In the =
    spring of=20
    1865, the deaths of both Kiss and his father, Mann Valentine,
    led him to =
    return=20
    to his home in Richmond,=20
    Virginia.<BR>  &lt;/desc&gt;<BR>   =20
    &lt;/pic&gt;</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>etc., etc.,
    ...</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial
    size=3D2><STRONG>CSS doc:=20
    (xmlstyles.css)</STRONG></FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>em
    {<BR> font-style: =
    italic;<BR>}<BR>para {=20
    <BR> font-size: 12px;<BR>}<BR>desc
    {<BR> font-size:=20
    12px;<BR> color:
    #0000CC;<BR>}</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0008_01C6AB1B.755FB0F0--

    Thank you! I will check it out.
    Raymond Basque" <[email protected]> wrote
    in message
    news:[email protected]...
    >
    >
    > You need to load the stylesheet using a
    TextField.StyleSheet object and
    > then
    > assign it to the TextField. There are examples in the
    Help documents.
    >
    >
    >
    >
    > "Dirk" <[email protected]> wrote in
    message
    > news:[email protected]...
    > Yes I want to use css for this.
    > I have an xml doc being pulled into my flash. Text is
    fine except wherever
    > I
    > try to assign a style. It's also defaulting to the black
    color in flash (I
    > couldn't find a way not to select a color or style in
    flash for the font)
    > instead of the blue specified in the css doc. In that
    first
    > image/description, it cuts off at the <em> tag.
    > Please help me understand what I'm doing wrong.
    >
    >
    > XML doc:
    > <?xml version="1.0" encoding="utf-8"
    standalone="yes"?>
    > <?xml-stylesheet type="text/css"
    href="xmlstyles.css"?>
    > <!DOCTYPE images [
    > <!ELEMENT images (#PCDATA)*>
    > <!ELEMENT pic (image, thumbnails, caption, desc)>
    > <!ELEMENT image (#PCDATA)*>
    > <!ELEMENT thumbnails (#PCDATA)*>
    > <!ELEMENT caption (#PCDATA)*>
    > <!ELEMENT desc (#PCDATA)*>
    > ]>
    > <images>
    > <pic>
    > <image>images/0.jpg</image>
    >
    <thumbnails>images/thumbs/wickham.swf</thumbnails>
    > <caption>An Inspired Beginning</caption>
    > <desc>Edward Virginius Valentine was born in
    Richmond in 1838. A visit to
    > the 1853 New York World's Fair with his father inspired
    him to become an
    > artist. Valentine studied in Paris and Italy from 1859
    to 1861. He was
    > granted permission to study under Berlin sculptor August
    Kiss, <em>who had
    > created the piece that first ignited Valentine's
    artistic inspiration,
    > Amazon Attacked by a Tiger.</em> In the spring of
    1865, the deaths of both
    > Kiss and his father, Mann Valentine, led him to return
    to his home in
    > Richmond, Virginia.
    > </desc>
    > </pic>
    > etc., etc., ...
    >
    > CSS doc: (xmlstyles.css)
    > em {
    > font-style: italic;
    > }
    > para {
    > font-size: 12px;
    > }
    > desc {
    > font-size: 12px;
    > color: #0000CC;
    > }
    >
    >

Maybe you are looking for