Css absolute position question? with flash object?

am only concerned with the "top" and left margin how do i
play it to flash objects. I figure i can put it in a div but how do
i format it.........
<object type="application/x-shockwave-flash"
allowScriptAccess="never" allowNetworking="internal" height="125"
width="250" align="middle" data="
http://www.profilepitstop.com/mp3_players/flash/slimline.swf?uid=157681&extc1=3D3D3D&extc2 =3A3738&extc3=2E3A2D">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="
http://www.profilepitstop.com/mp3_players/flash/slimline.swf?uid=157681&extc1=3D3D3D&extc2 =3A3738&extc3=2E3A2D"
/>
<param name="quality" value="high" />
<param name="bgcolor" value="&#035;ffffff" />
<param name="wmode" value="transparent" />
</object>

On Wed, 25 Jun 2008 15:50:27 +0000 (UTC), "antman24"
<[email protected]> wrote:
>bump
bump doesn't work with the vast majority of people who reply
- we
don't use the web page - but a news feed from it.
you need to repost the entire question
~Malcolm~*...
~*

Similar Messages

  • JRC for Eclipse 2.0: Export to PDF with Flash Objects in RPT file

    Hi,
        We've a few reports created with Flash objects in it ( from Xcelsius). We are trying to generate the reports and export it to PDF using the new JRC for Eclipse 2.0. The exported file size is big ( 600MB) but there is no flash object or data in it. Can you please help us with this one?
    Thanks,
    Bala

    Hi, Ted. Thanks for looking into this.
    I asked a similar question last September in this [thread|CR report with embedded SWF: Export to PDF displays nothing;. It's my understanding that exporting flash objects to pdf is not support in  CR 2008.
    In CR 2008, when I export a report containing a swf to pdf, the flash file is not rendered in Adobe Reader. It looks like there's just a picture. In fact, in CR, if you r-click on the swf and do Format Flash... | Flash, you can change the picture used for export and printing. The default picture is what I'm seeing in the pdf.
    I'm creating the swf using Xcelsius 2008. In XC 2008, if I export to pdf, the flash object is rendered. Why the difference?
    The same Adobe reader is being used in both cases.
    I'd be glad to send an .rpt with embeded swf for you to test.
    Thanks again.
    Tim

  • Undesired offset with Flash object

    I have a frameset with CSS attached. There are two frames - a
    top frame that is used for a header and a main frame where target
    pages are loaded. When previewing the page design view in DW, the
    main frame is offset to the left about 10 px and I cannot figure
    out why. Still, it displays properly in a browser UNTIL I place a
    Flash object on any page that is targeted for the main frame, and
    then the misalignment anomaly occurs in browsers (IE and Firefox)
    as well. All other target pages load without offsetting to the
    left.
    I have searched my CSS in vain for clues.
    Please point me in the right direction!

    Hello,
    If you could post a link someone might be able to determine
    why it's
    happening by looking at the code.
    In the meantime, you might want to consider all the negative
    issues involved
    with using frames.
    There may be some you haven't seen or even imagined yet.
    It might make the flash alignment issue a moot point.
    http://www.html-faq.com/htmlframes/?framesareevil
    http://apptools.com/rants/framesevil.php
    Take care,
    Tim
    "Lonesome61" <[email protected]> wrote in
    message
    news:gk3899$3a0$[email protected]..
    >I have a frameset with CSS attached. There are two frames
    - a top frame
    >that
    > is used for a header and a main frame where target pages
    are loaded. When
    > previewing the page design view in DW, the main frame is
    offset to the
    > left
    > about 10 px and I cannot figure out why. Still, it
    displays properly in a
    > browser UNTIL I place a Flash object on any page that is
    targeted for the
    > main
    > frame, and then the misalignment anomaly occurs in
    browsers (IE and
    > Firefox) as
    > well. All other target pages load without offsetting to
    the left.
    >
    > I have searched my CSS in vain for clues.
    >
    > Please point me in the right direction!
    >

  • HTML page with FLASH object doesn't reload upon a redirect

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

  • Firefox for windows won't display absolute positioned divs over flash video

    I have a website that has a brightcove video player. About a month or so ago, I was able to float divs over the video player so that they would display on top of the video player, using absolute positioning.
    You can see the player here:
    lifeminute.tv/evv/8+9+10+11+12+34/widget300s
    In Firefox (mac), Chrome (windows), Internet explorer (windows) and Safari (mac) it all still displays properly. In Firefox (windows) the video player ignores the Z-index I assign it, and always places the divs underneath it, UNLESS I give the floating div a solid background color.
    When I assign the following styles to the div containing the overlay, I can see the text properly, but of course the video is obscured.
    background-color: #FFFFFF;
    height: 158px;
    position: absolute;
    top: 4px;
    width: 275px;
    If I remove the background-color element the whole overlay pops to the back of the stack behind the video again.
    Is this a FF windows bug or am I just missing something obvious?

    At times you have to add wmode="transparent" attribute to the flash video embed code.

  • Problems with Flash Object in Powerpoint

    Hi
    I have created a Dashboard lately and exported the flash file in a portal in which few people can access.
    The client need now is to integrate the flash into powerpoint. It's fine when the users of this powerpoint are same few people that have access to the portal (I created SWF object in the powerpoint where I entered the link to the flash object in it's properties). But the users can send this powerpoint to people that dosen't have access to the portal so they won't see the flash.
    I don't know how to deal with this kind of situation
    Any Ideas
    Kindest Regards,

    Thank you Amr for your reply. I have tried the option but when I view Diaporama I get a message box with this error message (I think it's because the dashbord have some connections to XML Files that are also in the portal) :
    To access external data, this file must be trusted.
    For a PDF file, in Adobe Reader, click Edit > Preferences > Security (Enhanced).
    For any other file type:
    *Do NOT click OK until you have read all the following steps.*
    1. Click OK to close this message and open the Adobe Settings Manager in a web browser.
    2. Click Global Security Settings Panel.
    3. On the Global Security Settings Panel:
       a). In the u201CAlways trust files in these locationsu201D list, select Add Location.
       b). Click Browse for files.
       c). Do one of the following:
           - For a PowerPoint file, navigate to the PowerPoint.exe location.
           - For all other file types, navigate to the location of this file.
       d). Click Open.
    4. Close the Adobe Settings Manager. Re-open this file.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2048
    Connection Type: Excel XML Maps
    File URL: file:///C|/apps/Office.2007/Office12/POWERPNT.EXE
    External Data URL: http://espaces.lacaisse.com/hautedirection/planstrategique20102012/tbd/RefDocuments/Sources/D4.XML
    Kindest Regard
    Nidhal,

  • Two issues and a question with flash video

    I am trying to create a film module template but have some issue below as well as a question
    A video's sound continues to play after navigating to another frame.
    My video cue buttons do not play or work after the video has played through one complete time
    Is it possible to make a button appear only after a video has played all the way through?
    here is some of the code and I have attached the files, thanks for looking
    stop();
    import flash.events.*;
    import fl.video.*;
    function cuePointHandler( event:MetadataEvent ):void
        // On cuePoint, look for a button named with the cue name
        // plus "_btn". If it exists, then call its select method...
        navigate(event.info.name, false);
    display.addEventListener(MetadataEvent.CUE_POINT, cuePointHandler);
    // Navigation / screen state
    // Store the current button name
    var currentBtn:*;
    var currentBtnName:String = "";
    function navigate( cueName:String, seekTo:Boolean ):void
        // Handle previous button
        var prev = getChildByName(currentBtnName);
        if( prev != null ){
            currentBtn.reset();
        // Handle new button
        var next = getChildByName(cueName+"_btn");
        if( next != null ){
            currentBtn = next;
            currentBtn.select();
            currentBtnName = cueName+"_btn";
        // Seek to Cue Name
        if( seekTo == true ){
            var c = display.findCuePoint(cueName);
            if( c != null ){
                display.seekSeconds(c.time);
    // Button event handling
    // Cue point 1_btn
    function cpt1Handler( event:MouseEvent ):void
        navigate("cpoint1", true);
    cpt1_btn.addEventListener(MouseEvent.CLICK, cpt1Handler);
    // Cue point 2_btn
    function cpt2Handler( event:MouseEvent ):void
        navigate("cpoint2", true);
    cpt2_btn.addEventListener(MouseEvent.CLICK, cpt2Handler);
    // Cue point 3_btn
    function cpt3Handler( event:MouseEvent ):void
        navigate("cpoint3", true);
    cpt3_btn.addEventListener(MouseEvent.CLICK, cpt3Handler);
    // Cue point 4_btn
    function cpt4Handler( event:MouseEvent ):void
        navigate("cpoint4", true);
    cpt4_btn.addEventListener(MouseEvent.CLICK,cpt4Handler);
    // Cue point 5_btn
    function cpt5Handler( event:MouseEvent ):void
        navigate("cpoint5", true);
    cpt5_btn.addEventListener(MouseEvent.CLICK, cpt5Handler);

    My navigation buttons advance the page to other frames set up to look like different
    'slides" for students to read and watch different video clips on.  The video sound is still playing from one frame when it goes to the next frame.
    So I need to know how to stop the video's sound from playing when the user advances to the next slide.

  • How to emulate CSS fixed position in Flex 3

    Does anyone know how to emulate CSS fixed positioning in Flex 3?
    Canvas (absolute layout) uses coordinates same as HTML/CSS absolute positioning.
    How do I achieve fixed positioning where the panel is taken out of the flow and positioned relative to the application chrome?  (similiar to applicationcontrolbar, but not exactly)
    Someone please tell me if it is possible and some ideas how to achieve.
    Mike

    do not use the forum as marketing place for you site. if you want to share the content with SDN users, you have the blog area, wiki, article area.
    raja

  • Positioning image with DIV

    I have a row with 3 columns. I want the two outsid columns to
    contain images that but up against an image to the left and right
    respectively. Problem is that Im getting a gap or border between
    the image in outside columns and the image (outside of that it
    should be butted up against). Long story short Im trying to figure
    out how to use css to position them with -1 margins. I remember
    seeing something about this but done know the details. Is this a
    feasible route to take or is there a better one?
    Thanks

    www.asciconsulting.com
    Ive decided not to use the corner graphics. But that leaves
    two other questions. On the page notice the border to the right of
    the gradient graphic? That is not supposed to be there and I can't
    figure out why it is. Its like a table border showing up or
    something. Any ideas?
    Also the links I have on the left are supposed to highlight
    when hovered over. They are purely css, but once you click on one
    it will never highlight again. Even after being refreshed. How can
    I fix this? Heres the CSS Code:
    .nav1 {
    display:block;
    font-family: "Copperplate Gothic Light", "Times New Roman";
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;
    padding: 5px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#000000;
    .nav1 a:link {
    display:block;
    font-family: "Copperplate Gothic Light", "Times New Roman";
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;
    padding: 5px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#000000;
    .nav1 a:hover {
    display:block;
    font-family: "Copperplate Gothic Light", "Times New Roman";
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#cccccc;
    .nav1 a:visited {
    display:block;
    font-family: "Copperplate Gothic Light", "Times New Roman";
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;
    padding: 5px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#000000;
    .nav1 a:active {
    display:block;
    font-family: "Copperplate Gothic Light", "Times New Roman";
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;
    padding: 5px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#000000;
    Thanks for any ideas...

  • Flash objects

    Hi Guys
    i have flash mx 2004
    i have build a html web site with flash object in it and
    every time i am opening this html website and drug the mouse over
    this flash object i recieve this massage "Press SPACEBAR or ENTER
    to activate and use this control"
    only after i am clicking on it, it becomes available
    any one have any clue how to remove this frame and massage?
    many thanx
    Yossi

    lol...
    is this a joke?
    try searching for your topic before posting.

  • Red Light with Authorization Object in PFCG

    Hello All - I have a question with authorization objects, there are three roles with red lights 'ON' in authorization object screen in our PRD. However users who are using these roles have no auth issues, standard procedure is to make all lights green in PFCG by maintaining these auth objects.
    Big question is "what is the down fall by leaving these objects RED, I need to support my theory when I say all lights green with auth objects.
    Why best practise says maintain all lights to green?
    Please suggest, appreciate your suggestions.
    Thanks.
    Edited by: AJ on May 12, 2009 9:44 PM

    Hi,
    > "What will be the difference between leaving that red lights 'ON' vs "disabling" these red objects? (I am bit confused on this).
    Red Object: As you know that authorization Objects comprises of Authorization fields. There are certain fields, which are known as "Organization Level" fields and need to be maintained Centrally. If you miss this fields, then the traffic light icon is RED. For all other authorization fields, light will be Yellow if you miss any blank field to maintain. During check, these fields will provide missing authorization (but you may not get error if same object is present in the role with all fields maintained status).
    Disabled Object: If you make any Object Disable, then during check, this Object will not be treated for checking Authorizations. But profile generator will keep this in mind, so you don't get Standard Objects repeatedly (if already present in Deactivated status also) whenever you go to "..Merge with New Data".
    You all other questions are very nicely answered already.
    Regards,
    Dipanjan

  • Flash objects appear as very small and disappear on click.

    Hello,
    Since a few months ago, I've been having a problem with Flash objects in Firefox. They seem to only take up about a quarter of the space they are supposed to. And then, if I click on them in any way, say to control the video, they instantly go black. The audio continues, and in the case of video it still responds to the keyboard shortcuts for Flash video (eg. Spacebar for play/pause). But the video is totally gone. And nothing short of a refresh gets it back to visible.
    I guess no BBCode, but here is a screenshot: http://i.imgur.com/q10ENly.jpg
    The video and other flash things work perfectly in Safari. No problems there.
    I know there is a common problem with Flash video not working properly, and I tried the fixes described there. I didn't have Real Player installed, so I just uninstalled and re-installed Flash and get the same thing.
    Any help would be greatly appreciated it.

    Try to "disable the hardware acceleration" in the Flash Player.
    *http://helpx.adobe.com/flash-player/kb/video-playback-issues.html
    See also:
    *https://support.mozilla.org/kb/keep-flash-up-to-date-and-troubleshoot-problems
    Flash "Display settings" window:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Try to clear the Flash local storage and settings.
    Flash Website Storage Settings panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    Global Storage Settings Panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

  • Box model/none absolute positioning with flash

    In recent years none-absolute positioning (or box model positioning) has become the norm with HTML/CSS
    this is uselfull for dynamic functions which appear on an event (such as an object which appears when a button is clicked on or a error message that appears when a form box is given invalid input because it automatically inserts itself it the right place.)
    One very important example of this is when you have a form which automatically produces an error message and the error message appears bellow the input area which caused it and the rest of the page is pushed down.
    With none absolute positioning the developer does not need to worry about this.
    But if the objects are given absolute position then it becomes a massive problem, the developer has to go about giving the objects differetn positions dependant on if dynamic objects appear or not
    potentially the developer has to consider all possible variables, and code if statements which determine the position of all static objects for all possible variables which dynamic objects could take.
    so does flash have a "none absolute positioning" solution to this problem.

    Before you get all happy and pleased with yourself, APDivs or Layers seldom work well as a primary layout method. Here are some reasons why:
    http://apptools.com/examples/pagelayout101.php
    You're much better off using default CSS positioning (which is no positioning at all) along with CSS margins, padding and floats.  If you don't believe me, check your page in non-IE browsers with increased/decreased text-sizes (zoom, text only).
    From  Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Using CSS and Javascript to display a div with flash in it, mozilla reloads the flash file!

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

  • Positioning images with css

    Hello everybody,
    thanx in advance for your help.
    Needless 2 say that my question would sound stupid to most of
    you, but if it sounded smart I would probably be the one to answer
    it and not to make it... It sounds logic, doesn't it?...I apologize
    for my reflection and I go straight to the point:
    PRESUPPOSAL:
    I created a pretty complex web-page design with Photoshop.
    It's not just about a logo in the 0% 0% position and some colored
    bar on the viewport border but a 800X600 image with lots of
    particulars.
    ISSUE:
    I'd like 2 put it on the html page with CSS.
    QUESTIONS:
    a)Shall I put the image as a whole?
    b)Or shall I sLice it as I'd do if I wanted to use a table to
    position it?
    If the a) is the correct option, won't the page be to heavy
    in terms of kbytes? (As far as I know a sliced image is overally
    lighter than an entire one)
    If the b) is the correct option, how can I position more than
    one picture with css in a html document? (I studied css from a
    short Molly Holzshlag's book and she only explains how to position
    1 single image)
    c)Is it ok to use CSS image-positioning to such an extreme
    extent? Should I prefer table-positioning considering my 800X600px
    goal? I mean, is there any technical problem I ignore? Is it a
    inapropriate use of CSS?
    Thank you so very much and enjoy the week!
    bye,
    Giuseppe, Rome

    Let's start by seeing your page, please.
    > I created a pretty complex web-page design with
    Photoshop. It's not just
    > about
    > a logo in the 0% 0% position and some colored bar on the
    viewport border
    > but a
    > 800X600 image with lots of particulars.
    I'm already worried. This sounds massively heavy....
    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
    ==================
    "giuseppe craparotta" <[email protected]>
    wrote in message
    news:[email protected]...
    > Hello everybody,
    > thanx in advance for your help.
    > Needless 2 say that my question would sound stupid to
    most of you, but if
    > it
    > sounded smart I would probably be the one to answer it
    and not to make
    > it... It
    > sounds logic, doesn't it?...I apologize for my
    reflection and I go
    > straight to
    > the point:
    >
    > PRESUPPOSAL:
    > I created a pretty complex web-page design with
    Photoshop. It's not just
    > about
    > a logo in the 0% 0% position and some colored bar on the
    viewport border
    > but a
    > 800X600 image with lots of particulars.
    > ISSUE:
    > I'd like 2 put it on the html page with CSS.
    > QUESTIONS:
    > a)Shall I put the image as a whole?
    > b)Or shall I sLice it as I'd do if I wanted to use a
    table to position it?
    > If the a) is the correct option, won't the page be to
    heavy in terms of
    > kbytes? (As far as I know a sliced image is overally
    lighter than an
    > entire one)
    > If the b) is the correct option, how can I position more
    than one picture
    > with
    > css in a html document? (I studied css from a short
    Molly Holzshlag's book
    > and
    > she only explains how to position 1 single image)
    > c)Is it ok to use CSS image-positioning to such an
    extreme extent? Should
    > I
    > prefer table-positioning considering my 800X600px goal?
    I mean, is there
    > any
    > technical problem I ignore? Is it a inapropriate use of
    CSS?
    >
    > Thank you so very much and enjoy the week!
    > bye,
    > Giuseppe, Rome
    >

Maybe you are looking for

  • Firmware updated, now I can´t use Huawei E220 modem

    I´m at the end of my tether. I have an i-mac running OSX 10.4.8 if I remember correctly. Yesterday (2nd October 2007) my mac downloaded a firmware update. I let it install the firmware update and then when I tried to get on the net with my Huawei E22

  • ALV Download to excel truncating fields

    Hi, When I use the ALV download button to download to excel, it is truncating the last character of customer number. ie customer 20011790 is showing as 2001179. Any ideas how to fix this. Thanks.

  • Image Link Problems in Illustrator CS3

    Am running on Mac OS 10.4.11. Mac is a Dual 2GHz PowerPC G5. File server is an IBM x3650, running FullPress Software and Xinet and Flashnet. When saving files in Illustrator CS3 with preserved image links to hi-res images on the server, other users w

  • How To Write Mysql Function Inside A SelfMade Function or Void ? ?

    My Problem Is something Like This : public void mysql_select_db(String db_name){      DB_NAME=db_name;                      Class.forName("com.mysql.jdbc.Driver").newInstance();      Connection connection = DriverManager.getConnection("jdbc:mysql://"

  • Error Invalid field format (screen error) in module pool

    Hi experts i am doing module in whichi had many check boxes on screen and each check box has function code means i want to do some thing else . but as i click the first or any other check box i get a error message INVALID FIELD FORMAT (SCREEN ERROR).