Setting thumbnail as active

Hi,
I created a simple gallery using DW built-in behavior pannel.
I have a few thumbnail and when the mouse is over them, their frame turns blue.
When I click on the thumbnail the main image changes.
I created a css rule to change the thumbnail apperance when the mouse is over it to have a blue frame:
#Thumb ul li:hover,
#Thumb ul li:active
    border: 1px solid #0CF;
How can I set the "active" thumbnail to have a blue border.
I want the active thumbnail to have blue border and the rest of the thumbs white.
The active will be set once I click on it.
Dan
Perhaps the way is to change an elements class when I click the mouse?
If yes than how do i change elements classes when I click the mouse?
Assuming this is the way, and I have <li> element and I click over one of them. How do I chage it's class and the other <li> classes as well?
Message was edited by: karpiyon

If you add a border to the link on hover, it will appear to jump on the page.  To counteract that effect, add a neutral border around the li a state -- same as your page's background-color.
#Thumb li a {color: #FFF; border:1px solid #000}
#Thumb li a:hover,
#Thumb li a:active,
#Thumb li a:focus {border: 1px solid #0CF;}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Windows could not set a partition active on disk 0. error 0X80300024

    I followed the "Step-by-Step: Basic Windows Deployment" Link: http://technet.microsoft.com/en-us/library/dd349348%28v=ws.10%29.aspx
    after creating aotounattend.xml file, I went to step2: building reference installation. however, recieving the below error message:
    "windows could not set a partition active on disk 0. The target disk, partition, or volume does not support the specified operation. The error occurred while applying the unattend asnwer file's <DiskConfiguration> setting. Error code: 0X80300024"
    it happened in the beginning of installation.
    what's more, before that error, system still asked me to choose which languange in the installation and I also need to click install button to begin installation.
    I believe that with answer file, windows 7 should start installation automatically. Am I right?
    Here is my answer file:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
            <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Home_Page>http://www.google.com</Home_Page>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Reseal>
                    <Mode>Audit</Mode>
                </Reseal>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <ProtectYourPC>3</ProtectYourPC>
                </OOBE>
            </component>
        </settings>
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SetupUILanguage>
                    <UILanguage>en-us</UILanguage>
                </SetupUILanguage>
                <InputLocale>en-us</InputLocale>
                <SystemLocale>en-us</SystemLocale>
                <UILanguage>en-us</UILanguage>
                <UserLocale>en-us</UserLocale>
            </component>
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <UserData>
                    <AcceptEula>true</AcceptEula>
                </UserData>
                <DiskConfiguration>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Order>1</Order>
                                <Size>300</Size>
                                <Type>Primary</Type>
                            </CreatePartition>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>2</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>System</Label>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                            <ModifyPartition wcm:action="add">
                                <Format>NTFS</Format>
                                <Label>Windows</Label>
                                <Order>2</Order>
                                <PartitionID>2</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                    <WillShowUI>OnError</WillShowUI>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>2</PartitionID>
                        </InstallTo>
                        <InstallToAvailablePartition>false</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                    </OSImage>
                </ImageInstall>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/users/dyang3/desktop/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    Hi all,
    I have created an answer file using Windows SIM tool. Please find the answer file below:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DiskConfiguration>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>System</Label>
                                <Letter>C</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>DB_Data</Label>
                                <Letter>D</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>1</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>Image_Data</Label>
                                <Letter>E</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>2</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>1</PartitionID>
                        </InstallTo>
                    </OSImage>
                </ImageInstall>
                <UserData>
                    <AcceptEula>true</AcceptEula>
                </UserData>
            </component>
            <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SetupUILanguage>
                    <UILanguage>en-US</UILanguage>
                    <WillShowUI>Never</WillShowUI>
                </SetupUILanguage>
                <InputLocale>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <AutoLogon>
                    <Password>
                        <Value>YQBkAG0AJABwAHcAZAAkADQAJABtAGUAZABQAGEAcwBzAHcAbwByAGQA</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Username>Administrator</Username>
                    <Enabled>true</Enabled>
                </AutoLogon>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <CommandLine>cmd /c wmic useraccount where &quot;name=&apos;Administrator&apos;&quot; set passwordExpires=FALSE</CommandLine>
                        <Order>1</Order>
                    </SynchronousCommand>
                </FirstLogonCommands>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>YQBkAG0AJABwAHcAZAAkADQAJABtAGUAZABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </AdministratorPassword>
                </UserAccounts>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
            </component>
            <component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
            </component>
        </settings>
        <settings pass="generalize">
            <component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
            </component>
        </settings>
        <settings pass="auditSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <AutoLogon>
                    <Password>
                        <Value>YQBkAG0AJABwAHcAZAAkADQAJABtAGUAZABQAGEAcwBzAHcAbwByAGQA</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Enabled>true</Enabled>
                    <Username>Administrator</Username>
                </AutoLogon>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>YQBkAG0AJABwAHcAZAAkADQAJABtAGUAZABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </AdministratorPassword>
                </UserAccounts>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/coem/workbenchwin2008/iso/sources/install.wim#my win2008 san install" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    It doesn't work. System configurations are,
    -> system with out build-in harddisk
    -> there were 3 disks from SAN
    -> you can see that disks 0, 1 and 2 are configured in diskconfiguration section.
    After constructing new COEM with this answer file, when i boot the system via DVD disk, in some point in time, i get the following exception:
    the
    target disk, partition or voume doesnot support the specified operations.
    The
    error occured while applying the unattended answer file's <DiskConfiguration> setting. Error code 0x80300024
    any help would be appreciated.
    Thank you
    Regards,
    Saravanan

  • Financial service extention set is not active

    hi expert,
    I try to execute  t-code tm01 but error message pop-up "financial service extention set is not active"
    I did activate EA-FS in t-code SFW5 but EA-FS was not activated in t-code BF11.
    I can`t active EA-FS in BF11 because checkbox of EA-FS is unchagealbe, even others EA * applications are unchageable in BF11.
    How can I active EA * applications in BF11?
    Thanks
    Jun

    hi all,
    thanks for your reply.
    I activated business function (-> yellow) FIN_TR* but error is same.
    I cant still execute t-code tm01.
    Anything  else?
    Regards,
    Jun

  • Item category is set as Credit active - but credit master is not updated

    Dear Gurus,
    I am having an item category to which the credit active indicator is checked.
    For my sales document type - we have set Automatic credit check (Static/Dynamic).
    But, if I create a sale order with this item category - it is not updating the credit master sheet.
    Whereas, if I change the credit check control settings assigned to sales documents type to SIMPLE CREDIT CHECK - it is updating the credit master sheet.
    Could you please let know - why the system is not updating the credit master sheet if the AUTOMATIC CREDIT CHECK is set to the sales document type?
    Please clarify.
    Thank you,
    Venkatesh

    Hi
    Kindly check the below
    1.Check the risk category  in the t coded FD32
    2. Check the t code OVA8 for the combination of credit control area risk category credit groupo
    3. check the sub total "A" maintained against the condition type in the pricing procedure
    4. check the  tcode OVAD
    Regards
    Damu

  • Selection Screen Variant does not set Tab as active -

    Hi experts,
    I have a Z-report. The selection screen of this report has got 8 tabs and sub screens, for different type of reporting ( SO, PO, Invoice reporting etc).
    Now the issue is, if a user creates a variant for the report with one particular tab as active tab, while running with this variant, the report starts with default tab(Tab 1) as active tab. The filed values in the particular tab are getting populated correctly from the variant. But the current/active tab is not getting set from the Variant. (Or in other words, none of the hidden fields in the screen P_TAB1, P_TAB2, etc are getting populated with X when creating a variant)
    This issue started recently, and old variants (created long back) are pointing to the correct tab as expected. I have checked for the changes in the report. Unfortunately there is only one version(latest) available in the system.
    Any kind of help will be appreciated.
    Thanking you in anticipation.
    Deeps

    Hi,
    I was wondering if you ever solved your issue.  I am facing the same
    problem.  When choosing a variant, I would like the active tab to
    display the correct select-option fields.

  • Setting up second Active Directory controller at remote office

    I need to setup active directory controller at remote office over VPN.  Right now there is one primary DC at the main site and I need to setup the new secondary DC at a new site?  Are there any instructions or steps on setting up an additional
    site to add second domain controller?    The new server is 2012R2.  The original server  is 2007 data center.

    you can create the prerequisites Ad website and attached it the right subnet.
    http://technet.microsoft.com/en-us/library/cc740187(v=ws.10).aspx
    thereafter, it is necessary to carry out the promotion server. The config ip of the new server should be that the:
    IP address: IP address new
    Mask: Mask
    Gateway: Gateway
    DNS server: DNS server already in production of dc
    After the promotion you can change the address of the DNS server to put him
    http://technet.microsoft.com/en-us/library/cc526434.aspx

  • Configuration needed for setting revaluation of activity type rates

    Hi,
    I'm not sure about the obligatory settings I should make in order to configure revaluation of activity type rates.
    I know that I have to set sth in Plan version and that I have to fill the Activity Type master data in a different way than if I used them without revaluation.
    Can you tell me about the settings I should make?
    Thanks and regards,
    Karol

    Hi Karol
    Yes u r right u need to first set in plan version and after that its the client's discipline on transaction entry that drives this requirement.
    1)  If the transaction data is not posted correctly then activity hours will be vague and distorts the price. 
    2)  You can do manual activity posting but that does solve the purpose. 
    3)  Also u can correct activity hours posted for all orders in the system during month end, this also is a huge activity depending on the number of orders
    4)  Now if u wish to do price calculation thru system u need to decide on two aspects
    One - plan ur costs for both activity dependent and activity independent
    If your cost center has more than one activity being performed u need to do either cost splitting or enter equivalence numbers while doing activity planning
    5)  If u wish to hve prices calcualted by system, then during month end u need to run actual cost splitting and then do actual price calculation
    6)  Then u need to revaluate all your orders with actual activity prices
    Hope the above clarifies - do assign points as a way to say thanks

  • How to set the price activation process for Purchasing Promotion

    Dear All,
    In solution we have 2 types of Promotion = Sales and Purchasing.
    Is Sales part you are creating benefit conditions (discount, fixed price, free good etc. ) and it will not be active while you are not activating it.
    Whenever pricing condition for Purchasing created in wak2 transaction, condition is active as of indicated date. No activation possibility.
    I'm trying to figure our the opportunity how to set up the configuration, so when I'm creating condition, it will be in planing status, as long as i did not press the activation button.
    Any ideas, suggestions, appreciated.
    Best regards,
    Liza

    Hi;
    Please make a search at metalinks as "The following input contained illegal input value, please re-enter your input or contact the system administrator", There are more than 6 notes mention this error message
    Regard
    Helios

  • Extention set EA-FIN activated rules out the use of FEBA transaction

    Hi all,
    When Extension set EA-FIN is activated you can no longer call up the standard Bank Statement Processing (FEBA), instead FEBAN is called. 
    Does anybody know a way to still call FEBA after EA-FIN is activated or provide some insight into why FEBA does now call FEBAN.
    Cheers,
    Gudmundur

    Hi Gudmundur,
    After eytension has been switched on, the coding of FEBA executes in a different way. Coding has obviously been prepared to do so since Rel 4.7. It checks for the activated extension and jumps to FEBAN. That's it, you do not even get a message about that ...
    There is one message you can switch on, to force FEBA to still be FEBA even though extension has been activated:
    Maintain table views for messages: SM30
    View: V_T100C
    Application Area: NEW_FEBA
    Message 001 for FEBA instead of FEBAN
    Message 002 for FLB1 instead of FEBAN
    FEBA will stay FEBA but issue an information to the user. That's it. If you want to, you can certainly start FEBAN at any time you want to ...
    Kind regards,
    Hartmut
    PS: As far as I saw, this has not been in the Release Notes for EA-FIN. Found it by debugging FEBA ...

  • Where to set mail.jar,activation.jar

    Hello
    I want to know that
    Where to set the path of activation.jar,mail.jar files
    I am using jsp So plz tell me where i have to save these files
    So that server will access
    pla help
    Shilpa

    If you are using JSP then they should already be in your server. Don't put them anywhere.

  • Setting up before activation

    Hi.
    My Homehub arrived on Tuesday and my BB went active yesterday. This means my BTV is due go active next wednesday.
    I have to go out next Wednesday evening after I come home from work. Therefore I am wondering, if the box arrives on tuesday, can It be set up and left ready for Wednesday, or do I have to wait until the account is activated

    Hi Meatyman
    I'm not to sure about this.... You should be able to set the box up as soon as it arrives but you will not be able to do much with it untill your account is created/activated you might be able to view the freview channel at most. If all is well you should just find that the on demand content will just start working sometime on Wednesday.

  • Set function code active/inactive

    Hi!
    Is there a way to set a function code assigned to a function key active and inactive programmatically during runtime?
    Regards,
    Thomas

    Hello Thomas,
    You can use SET PF-STATAUS excluding addition based on some conditition
    Take F1 help for furthere info
    Best Regards
    Ramchander Rao.K

  • Set thumbnail view as default in the File open dialog box

    When I hit File/Open in PS, the dialog box always opens in"details" and I have to hit the select view icon and chose "thumbnails". I've looked in preferences but can't find anything to change the default to Thumbnails. Is it that you have to do this somewhere in Windows OS ?

    What versions of Photoshop and Windows are you running?
    I ask, because running Photoshop CS5 and Windows 7 x64 when I select a view - e.g., Large Icons (which yields thumbnails) it sticks.  Make sure you actually open a file after making the change.
    -Noel

  • Set "current" or "active" record in multi-record Report or Form

    Im trying to use HTML DB for the following:
    Display a multi-record Report (or Form);
    Mark one of the displayed records as "active" or "current", saving its PK/UK or rowid into a variable/field;
    After that, select a function/process to be performed on or on the basis of this "active" record.
    This is very similar to what is possible in 10g Grid Control, when, for example, you dislay (Administration/Tables) a list of tables (in a schema),
    "select" one of the displayed tables, and then request, for example, to view the data in that table.
    The question is, how do I define/attach the "Select" field (single-valued radio) to each of the displayed record in my multi-record Report or Form ??

    Im trying to use HTML DB for the following:
    Display a multi-record Report (or Form);
    Mark one of the displayed records as "active" or "current", saving its PK/UK or rowid into a variable/field;
    After that, select a function/process to be performed on or on the basis of this "active" record.
    This is very similar to what is possible in 10g Grid Control, when, for example, you dislay (Administration/Tables) a list of tables (in a schema),
    "select" one of the displayed tables, and then request, for example, to view the data in that table.
    The question is, how do I define/attach the "Select" field (single-valued radio) to each of the displayed record in my multi-record Report or Form ??

  • Am I able to set alarm only active for specific co...

    Hi,
    In previous Nokia phones it was possible to set a profile for phone sounds so that only specific contacts will alarm when they are calling, otherwise the phone is silent. Is this still posibble somehow in Lumia 800 as well?

    You can set individual ring tones so you could set the default tone to silent and manually set ring tones for the others. I've more or less given up on this phone and can't recall how I did it. I think I used a market place app. It will involve putting ringtones in the cloud and then downloading them. Search the forum and market place. This has been discussed before.
    This will only work for ringtones. You cannot set individual text tones- it will either notify for all or none.

Maybe you are looking for