Picture randomly for the background of the Table

Hello

I am currently creating an html version of my Flash site. On the new homepage, I want a table in the middle to have a ranom in the background image, but to have a text on top. So every time a viewer visits my site, the context is different, but the master copy is the same. See http://www.studiobaum.com/html%20site/random.html for the page so far.

I'm sure that it is not too complicated, but it is reputed to be too much for me at the mo. Can you help me?

Thank you

S

sempriny wrote:

> Hello
>
> I'm currently trying to create an html version of my Flash site. On the new
> home page I want a table in the middle to have a ranom in the background image
> but to have a text on top. So each time a viewer visit my site, the
> background is different but the master copy is the same. See
> http://www.studiobaum.com/html%20site/random.html to the page so far.
>
> I'm sure it's not too complicated, but it is reputed to be too much for me to
> MB. Can you help me?

You can do it easily if you use a server as language
like php, ASP, ColdFusion. You just need to find a suitable script.
This one is for php.

http://automaticlabs.com/products/Rotator/

If you choose to use php download script and place the file in the
same folder as the images you want to rotate.

I guess this is the table that you want the image to take in?


CellPadding = "0" cellspacing = "0" >

If so give an 'id' as table below called "rotation".


CellPadding = "0" cellspacing = "0" >

Then copy and patse below in your style sheet linked css. The
URL of the background image assumes that your image rotation are in a folder named
images, as well as the script php, named random.php in the present
for example, even if you can name it what you want.

{#rotate}
background-image: url(images/random.php);
background-repeat: no-repeat;
}

Tags: Dreamweaver

Similar Questions

  • Iterator for the table and form is a problem during the cleaning of the records

    Hello

    I use JDev 12.1.2.

    I have an object of the detail view. I represent a part of its fields in a table and the rest in a form. I use the same iterator. Basically, I dragged and dropped the object even from the view of the data control and created a table and form layout with the fields I wanted in each provision. I put in place a clear feature for the rows in the table with a clear"" key. -on click I delete the line of the iterator in the managed bean. When I do this the selected record is deleted and the next record is displayed. But fields entered in the form layout also gets deleted. (the form should also be showing the record currently selected - it shows but entrable fields in the form are deleted because of claire that I did on the previous line.) If anyone can help get this resolved?

    Not use the same iterator for the tables and forms here? The links are in the row (row.bindings...) for the table, but for the form it is (links...). The Delete on the current row operation is causing the iterator delete all fields of links instead of from the line? Please shed some light.

    Thank you

    UMA

    How do you rank on the iterator compensation?

    use resetActionListener in your clear button and let us know what is happening?

    Ashish

  • java.sql.SQLException: JDBC LLR, table check failed for the table ' WL_LLR_ADMI

    Hello

    I am trying to install OSB in a different domain. I already have a suite of soa running.

    This is the directory structure
    Middleware/user_projects/domains

    (a) soa_domain
    (b) osb_domain

    Who, from the administration server for the BSO, I get error below.


    Error: -.
    < server failed. Reason: Last forest resource [JTAExceptions:119002] failed during initialization. The server cannot start unless all configured logging last resource (LLRs) initialize. Fault reason:
    javax.transaction.SystemException: weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLException: check table JDBC LLR, failed for the table "WL_LLR_ADMINSERVER", line ' JDBC LLR field / / server ' record had an unexpected value ' soa_domain / / AdminServer' expected ' osb_domain / / AdminServer'* ONLY the domain and the server that creates a table original LLR can access *.



    I see the solution in https://blogs.oracle.com/epc/entry/technical_table_verify_failed_for but I have no doubt here.

    When I run

    Select RECORDSTR in the WL_LLR_ADMINSERVER where
    XIDSTR = "field of LLR JDBC / / server ';"

    I get the result like-> soa_domain / / AdminServer


    If I change it to osb_domain / / this AdminServer, will affect my soa_domain server... ? Please advice

    Published by: user10720442 on December 11, 2012 11:54

    Hello

    There are two possible solutions to this problem:

    Solution 1:

    To solve this problem reconfigures the basic information database of Point differently for each domain, if you have more than one domain. That, to change the port of the database and the name below two files in the field

    In the setDomainEnv.cmd (or .sh) file inside directory change DOMAIN_HOME/bin Point base port number and the name of the comic.

    Set POINTBASE_PORT = 9094
    Set POINTBASE_DBNAME = weblogic_eval2

    JDBC:PointBase:server://localhost:9094 / weblogic_eval2

    In the file wlsbjmsrpDataSource - jdbc.xml inside change DOMAIN_HOME/config/jdbc directory under entries with port of pointbase database updated and the name (this will be in two places in the file).

    Solution 2:

    If the domain name has been changed and do not want to change the database properties, then an update to the WL_LLR_ADMINSERVER table is possible:

    that is to say:
    Update SCHEMA_SAMPLE. Set RECORDSTR = WL_LLR_ADMINSERVER ' base_domain / / AdminServer' where XIDSTR = "JDBC LLR field / / server ';"

    Kind regards
    Kal

  • How can I exclude a level for the table of contents, but this amount as a bookmark?

    I know how to exclude a level for the table of contents (or rather include only levels I want to be included) and also how to create bookmarks from the table of contents entries, but how can I exclude a level for the table of contents, but always include it as a bookmark?

    Make 2 toc styles. One for the entries in the Bookmarks panel, you can generate a table of contents on the side of any page, and you must score in its definition to create bookmarks and other things that you use to build the table of contents for the visible part of your document to print. This should have unchecked the option create a bookmark in its definition.

  • primary key for the table

    I have a Gr_order table that was settled long ago, and now he needs to be filled
    with some more search data.

    "Orderid" is a primary key for the table, but the question is how can I insert "orderid" in the insert statement in the procedure. I couldn't find any name sequence. There are 1230
    documents that must be inserted.
    Desc Gr_order
    Orderid  Number Primary key
    Desc     Varchar2
    INSERT INTO gr_order (orderid,desc)  
    VALUES (???, upper(each_pom.desc);
    Thank you
    Sandy

    You can find the code that inserts into the table and see if it uses the sequence ;-). A sequence is not 'attached' to a particular table - this is the insert statement to determine whether a sequence should be used.

    You can check if the table has a trigger - some developers like to emulate the behavior of MS - sql server by having a trigger on the table that selects in a sequence. If it has such a release, then you just do your insertions without specifying order_id. But if the table does not have such a release, then you cannot know if the table was originally filled using a sequence or not (unless you can find the instructions for inserting somewhere).

  • variable binding can be used for the table in an explicit cursor

    I have an application that accesses a table on several different servers. I created a ref for the slider cursor variable and a varchar2 variable to define my query. variable I_server is a parameter to my procedure. Is it possible to rewrite the v_query using bind variable for the table/Server? I have included below v_query.

    v_query: = "SELECT rp.usr_id, rp.sun_sft_cat, rp.sun_start, rp.sun_hrs," |
    "rp.mon_sft_cat, rp.mon_start, rp.mon_hrs, |
    "rp.tue_sft_cat, rp.tue_start, rp.tue_hrs, |
    "rp.wed_sft_cat, rp.wed_start, rp.wed_hrs, |
    "rp.thu_sft_cat, rp.thu_start, rp.thu_hrs, |
    "rp.fri_sft_cat, rp.fri_start, rp.fri_hrs, |
    "rp.sat_sft_cat, rp.sat_start, rp.sat_hrs, |
    "rp.sun_sft, rp.mon_sft, rp.tue_sft, rp.wed_sft, |
    "rp.thu_sft, rp.fri_sft, rp.sat_sft, nvl (ei.wip_permanent_sched_seq, 0) ' |
    'FROM ' | I_server | "rp, wip_emp_information ei, |
    'wes, wip_emp_status_type West wip_emp_status' |
    "WHERE rp.usr_id = ei.employee_id' |"
    "AND wes.employee_id = ei.employee_id' |"
    "AND wes.status_type = west.status_type' |"
    "AND west.description =" STOREKEEPER "' |"
    "AND wes.effective_date = (SELECT MAX (wes2.effective_date)' |)"
    "OF wip_emp_status EMTE.2 |
    "WHERE wes2.status_type = wes.status_type' |"
    "AND wes2.employee_id = wes.employee_id' |"
    (' AND wes2.effective_date < = trunc (SYSDATE))' |
    "AND wes.status = rp.wk AND"Y"= 1'; -wk = 1 is the schedule for next week

    Rp_sched_cursor OPEN FOR v_query;

    If your intention is to do this:

    v_query := 'SELECT rp.usr_id, rp.sun_sft_cat, rp.sun_start, rp.sun_hrs,' ||
    ' rp.mon_sft_cat, rp.mon_start, rp.mon_hrs,' ||
    ' rp.tue_sft_cat, rp.tue_start, rp.tue_hrs,' ||
    ' rp.wed_sft_cat, rp.wed_start, rp.wed_hrs,' ||
    ' rp.thu_sft_cat, rp.thu_start, rp.thu_hrs,' ||
    ' rp.fri_sft_cat, rp.fri_start, rp.fri_hrs,' ||
    ' rp.sat_sft_cat, rp.sat_start, rp.sat_hrs,' ||
    ' rp.sun_sft, rp.mon_sft, rp.tue_sft, rp.wed_sft,' ||
    ' rp.thu_sft, rp.fri_sft, rp.sat_sft, nvl(ei.wip_permanent_sched_seq, 0)' ||
    ' FROM ' || :b0 || ' rp, wip_emp_information ei,' ||      --- Note the bindvariable...
    ' wip_emp_status wes, wip_emp_status_type west ' ||
    ' WHERE rp.usr_id = ei.employee_id' ||
    ' AND wes.employee_id = ei.employee_id' ||
    ' AND wes.status_type = west.status_type' ||
    ' AND west.description = ''WAREHOUSE EMPLOYEE''' ||
    ' AND wes.effective_date = (SELECT MAX(wes2.effective_date)' ||
    ' FROM wip_emp_status wes2' ||
    ' WHERE wes2.status_type = wes.status_type' ||
    ' AND wes2.employee_id = wes.employee_id' ||
    ' AND wes2.effective_date <= trunc(SYSDATE))' ||
    ' AND wes.status = ''Y'' AND rp.wk = 1'; -- wk = 1 is next week's schedule
    
    OPEN rp_sched_cursor FOR v_query USING i_server;
    

    So the answer is: no, you can do that.

    But then, my question would be: why would you do that?
    I guess that you have many "different servers. A cursor on the server will not hurt you.

  • JDev11g - prevention of query for the table running until ExecWithParams press

    JDev 11 g ADF-Faces with task flow creation web app - test a single page.

    I have five variable bind I have installed with reference LOV to display the name return ID's, two are dates that work now! I have the ExecWithParams button, then on a table that uses a VO with a custom query with the dregs.

    I need links to be filled, but the page takes a while to load, and my guess is that the request for the table tries to run, but does not receive all the data since the lie is empty at the start. The query runs great once I have complete binding and press the ExecWithParams button.

    How can I stop the query in the table to run until the ExecWithParams button is pressed? I'm guessing that this is the problem since it takes several minutes when the link to the browser is launched and makes the page actually. All requests for links are very simple, while the request of VO is very complex. Or maybe something else wrong that I'm not getting?

    Thank you, Ken

    Something that I use occasionally is the substitution of the VO executeQuery method.

        public void executeQuery() {
            if (getWhereClause() == null){
                setWhereClause("1=2");
            }
            super.executeQuery();
        }
    

    It works for running dynamic bind variable.

    For your case, you could do something like...

        public void executeQuery() {
            if (getNamedWhereClauseParam("YOUR_BIND_VARIABLE") == null){
                setWhereClause("1=2");
            }
            super.executeQuery();
        }
    
  • iPhone 6 asked randomly for the activation of the phone

    Hello

    Last night my phone had no problems or issues. Then after no use for an hour (it was connected to my wifi at home, Verizon service fine and usually 2-3 bars in my house), I came back to it, and the activation screen has increased as when you first get the phone. I have attached a photo are NOT screenshots of my phone, but I could see, exactly: the notification on the screen, the research and the apple ID connect. I then immediately hard reset the phone, but when I turned it back on, it was always the same. I went through the steps but ignored the iCloud sign in.

    I'm on the iPhone 6

    Running iOS 9.2.1

    Everyone knows about this problem? What I find on this forum said that this was happening in iOS 8.4, but not of 9.2. Other discussions also noted the brickwork of old phones/iPads with the new 9.3, but again not applicable to me.

    Last thing I wanted to mention is that I use Twitter via Safari browser only and only read... I have no followers, do not like tweets, do not follow a lot of people and don't tweet. This morning, I was getting an error about exceeding usage (image attached is my screenshot) and who need to register for my phone. My account is not locked out another user, my account has not been hacked and don't watch suspicious any activity.

    At my phone has been hacked? Or are these two things happening consecutively just a coincidence? I care on Twitter and do not want info on this subject here, I just thought maybe it's a bad Sin given this random activation request that happened.

    Thanks for the help.

    Have you updated to 9.3.1 again? If this is not the case, try to update via iTunes to see if it solves the problem of Activation required. If this isn't the case, you may need to use Recovery Mode.

    I suspect that the Twitter screenshot is a phishing attempt and I recommend not not by clicking on the link, and especially not to provide any personal information. iPhones can not be hacked (unless they are jailbroken, and I doubt that you have done this). However, you can get the malicious texts and Safari pop ups trying to hook info the user. Wouldn't hurt to do the following:

    Reset Safari. Close Safari completely from the multitasking window by double clicking the Home button and slide up the preview pane of Safari until it disappears from the display. You may need to search the Safari part covering scribbles to the left. Then go to settings > Safari > clear the history and data from the Web site. Then perform a forced reboot. Hold down the home and Sleep/Wake buttons simultaneously for about 15-20 seconds , until the Apple logo appears.

  • How to set different color for the table column header

    Can I set different colors for the 4 following as being attached.

    -color of the header text

    -the head of the column of the background color

    -color of the text of the content

    -color of background content

    The value of the cluster - 2, -2 to define all of the cells,

    Then go back and the cluster the value-1, -2 to simply set the line header.

    (If you also had a column of row headers, then -2,-1 would set them.  Course the upper left corner which is the intersection of the column header and row header will change with any of them.)

  • Creating indexes for the table

    can someone help me how to create indexes in the table. I m creating own table... I need to select a particular field in the table. So I need to calculate the index position. I use my code like this,

    This will returnthe number of columns in the table.

    Class array

    {

    private int Table_Index()
    {
    for (int x = 0; x)<>
    {
    table_index = x;
    }
    Return table_index;
    }

    }

    MainClass can I get this length of Index

    Table T1;

    int t1 is T1. Table_Index();

    This property returns my length (4) of table column

    Using this index (t1) I HAV to see what position I'm at table now...

    someone help me...

    You can use a listfield, he supports methods to get the selected row and its contents.

  • Download times for the table statistics

    Is there a query I can run that will be how much time it took for the stats to collect on any given table during a task to gather stats from database?

    If it was a full rally I could do something like take time away from the previous table, but this cannot be invoked in an additional bland as the previous table would have not been vitiated, I guess I could work on what table available to it, but it starts to get messy then.  Hope in a way would we apply more if anyone knows.

    See DBA_OPTSTAT_OPERATIONS

    But it doesn't have the granularity that you need, if you haven't just gather_database_stats

  • ADF: How to get all rowKeys for the table displayed in the page

    Hello

    I have table "COMPANY" where the 'COMPANY_ID' column is the primary key. I created a page simple jspx with:

    (1) a text entry to accept new IDs of company

    (2) Insert button.

    (3) af:table which displays all available in "SOCIETY" company ID

    When the user tries to enter a company code that is already present in the table I want to compare with the keys of the row of the table displayed below and if it's an already existing, I would like to send a friendly message for the user and put an end to the movement.

    So, how to extract all line keys to compare?

    Thanks in advance.

    Here's a way to check if you use the OperationBinding exception class:

    operationBinding.execute ();

    If (! operationBinding.getErrors () .isEmpty ()) {}

    There is an error

    List errors = operationBinding.getErrors ();

    Browse the list of hollow and see if there is an exception of your restrictions

    }

  • I'm done editing to develop; How to save pictures edited for the web?


    I get the import options and the development of Lightroom, but I learned from a representative of LR when I asked for help that LR does not store any data.  So, if I import pictures from my camera (NEF files) and edit to develop; where can I save the modified pictures and how to adjust them for best quality on the web?  It seems that there are instructions on how to import and save photos from your camera, etc, but once you change the photo to help develop it, is the original and so changed?

    Sorry for the question, but I have changed several pictures using the develop and doesn't like to lose all my work.  I am lost as what to do now to save my changes.  Ugh!

    Thanks to anyone who can help!  I am a user of Windows MC if that helps.

    Assembly to develop is completely non-destructive. All your develop settings are automatically saved in the database (catalog) LR

    For web use select thumbnails concerned of your pictures in the library, and click Export. Choose jpeg, size, quality and resolution of 72 and set color space to sRGB. Add sharpening if you wish. Choose a folder and subfolder or export Office. Your jpeg copies will be ready to download from the folder chosen when the export is completed.

  • CS6 - assign a different page for the table of contents start on

    I have a table of contents in a document ID CS6 page current 1 TOC starts on the actual coverage. I want to do the introduction and about me listed as names of page not page 1 or 2. I want to page 1 or 2 to start on what is now page 6. I know that there is a tute for any of this help?

    RD

    Select the 6 page in the Pages panel, right-click and choose numbering and Section Options.

    Start a new section and then change the 1 bib, say OK. ID complain of duplicate page numbers, so do the same for the first page of the document, but this time change the numbering style. It is a tradition to use lowercase Roman numerals for the preliminary pages.

  • a key for the table does not exist in the table

    Hi guys,.

    I imported several tables of physical layer in the administration tool. So, I want to do new foreign key between tables join in the physical schema.
    Required fields for posting a link between these tables are set up. When I press the ok button, an error message is displayed:
    "a key corresponding to the table does not exist in the table blablabla. You want to create a? »

    In fact, what is this error? I don't have all the idea about it. The number of the type of the fields is the same, the names are also the same. I think that he should not have problems to make the new foreign key. But why is it happening?

    Thank you

    Hello

    It is the primary key of the first table. You might not have set this column as the primary key of this table at the level of the db.

    Thank you
    Imtiaz.

Maybe you are looking for