Centring table in IE using CSS/Wrapper Div for  oscommerce

Hi,
I am implementing OScommerce using stylesheets to centre the
oscommerce page in the browser.
I am using a #holder (wrapper) div around the whole BODY
contents with left and right margins set to "auto"
(This is based on Adrian Senior's article on this site
http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_mx2004_05.html).
This works in Firefox, Opera and Netscape, but not in good
old IE. The site stays stubbornly flush left in the IE browser
window.
The site with the problem is
http://www.sueharrington.co.uk/catalog/
I have made it work in all browsers with another site which I
copied the CSS and HTML from and I can't see the difference, other
than the one <div> is enclosing oscommerce and another isn't.
The CSS I use is
#holder {
width:770px;
text-align:left;
margin:0 auto;
padding:0px;
background-color:#FFFFFF;
with the following html
<body marginwidth="0" marginheight="0" topmargin="0"
bottommargin="0" leftmargin="0" rightmargin="0">
<div id="holder"> <!--This Div contains the entire
page -->
----- HTML or PHP Statements Here
</div>
</body>
Anyone have any ideas or know any nifty IE hacks to get round
this problem?
Many thanks,
Neil

> The CSS I use is
>
> #holder {
> width:770px;
> text-align:left;
> margin:0 auto;
> padding:0px;
> background-color:#FFFFFF;
> }
>
Add to this -
body { text-align:center; }
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
==================
"Enscott" <[email protected]> wrote in
message
news:eccg73$gn0$[email protected]..
> Hi,
>
> I am implementing OScommerce using stylesheets to centre
the oscommerce
> page
> in the browser.
>
> I am using a #holder (wrapper) div around the whole BODY
contents with
> left
> and right margins set to "auto"
>
> (This is based on Adrian Senior's article on this site
>
http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_mx2004_05.html).
>
>
> This works in Firefox, Opera and Netscape, but not in
good old IE. The
> site
> stays stubbornly flush left in the IE browser window.
>
> The site with the problem is
>
>
http://www.sueharrington.co.uk/catalog/
>
> I have made it work in all browsers with another site
which I copied the
> CSS
> and HTML from and I can't see the difference, other than
the one <div> is
> enclosing oscommerce and another isn't.
>
> The CSS I use is
>
> #holder {
> width:770px;
> text-align:left;
> margin:0 auto;
> padding:0px;
> background-color:#FFFFFF;
> }
>
> with the following html
>
> <body marginwidth="0" marginheight="0" topmargin="0"
bottommargin="0"
> leftmargin="0" rightmargin="0">
> <div id="holder"> <!--This Div contains the
entire page -->
>
> ----- HTML or PHP Statements Here
>
> </div>
> </body>
>
>
> Anyone have any ideas or know any nifty IE hacks to get
round this
> problem?
>
> Many thanks,
>
> Neil
>

Similar Messages

  • Site examples of using css to design for smartphone, tablet, projection

    Hi,
    Can anyone recommend a site that uses css to design for different platform using css. Not a standalone mobile site, but one where the existing site uses jquery to show the sites differntly.
    I saw a video of it using cs5.5 and it seems to be the way forward, but would love to see how others designed/structured their sites to use this technology.
    Cheers
    Dave

    Hi
    The best place to view demo's regarding the jQuery mobile framework is the official site at - http://jquerymobile.com/. But remember designing and building a site specifically for mobiles, (tablet/mobile/cell devices) is no longer a completely different process to a normal site and all smart-phones can now display a normal desktop web site as good as a desktop pc, (and when it comes to html5/css3 even better).
    The use of redirects for mobile devices is now an old outdated recommendation, and is the equivalent of saying to any tablet/smart-phone user, "Use IE7 or go-away", so unless you are mainly targeting pre-2008 devices do not bother, (Google and similar do this because they are covering 'all' devices and present a very simple page design which convert to mobiles without much difficulty). It is now a more widely accepted method to use media-queries to display a link to a mobile specific site, that is hidden on larger displays.
    Do not get hung-up as some do on this site with the iPhone, it is only one of the devices that must be targeted, and is not even the most popular having a smaller market share than Android powered devices, (I personally use the iTouch, (which has the same web capabilities as the iPhone) and the Samsung Galaxy S2 for my personal testing, then SDK's and 3rd party testing services for other devices) a popular blog with many links that is specific to mobile development is - http://www.visionmobile.com/blog/.
    With regards to testing on mobiles, you do not require a iPhone specifically, and if you are on the mac you can download the SDK for accurate testing, (but then what does one do for all the other devices?) and the true mark of a professional, (which I do not claim to be, my clients may, but I do not, and anyone saying they are whilst 'insulting' others must be viewed with suspicion, as inter-personal skills are also part of any designers/developers necessary skills) is knowing that you must test on all popular OS's and devices, (similar to browsers, and just testing on the iPhone is like just testing your site in IE8 and ignoring everything else) so for setting up a local testing suite see - http://www.mikebrittain.com/blog/2010/01/31/browser-testing-for-mobile-web-applications/, and/or you can also use a 3rd party service such as - http://www.deviceanywhere.com/.
    For a number of tutorials on using CS5/5.5 for developing mobile site see, - http://www.adobe.com/devnet/devices/mobile-web.html.
    PZ

  • Automatically Sizing Table Cell Width Using CSS

    How can I get my CSS sheet to automatically size the width of
    the table cells where text is located?
    Example
    Page

    quote:
    Originally posted by:
    Newsgroup User
    That's how table cells work with no prompting from you, if
    they have no
    width assigned at all.
    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
    ==================
    "rmiman" <[email protected]> wrote in
    message
    news:ev0h1o$a4j$[email protected]..
    > How can I get my CSS sheet to automatically size the
    width of the table
    > cells where text is located?
    >
    >
    http://www.rminc.com/test_examples/test3.html
    I know but let's say I want to have a table with a width of
    600px and 5 columns, 2 of those colums have content and the other 3
    don't. I want those 2 columns with content to automatically size
    themselves but since my table has a width of 600px it won't
    work.

  • Multi table constraint or using a complex condition for a constraint

    Something went wrong with this post

    Hi,
    Let me try to help...
    You don't need to have the FK defiined in the database to use it at ODI, at true, with this feature, you can even define a FK between technologies (for instance, file to oracle).
    In your case, if I understood right, as there are concatenated values into the child column, you could use a Condition, in the Orders table, like:
    length(replace(orders.DISCOUNT_CODES, ' ',null)) !=
    (select count(*)
    from (select substr(orders.DISCOUNT_CODES, rPos, 1) rDC
    from (select level rPos
    from dual
    connect by level <11
    ) tab_DC,
    Discount
    where tab_DC.rDC = discount.DISCOUNT_CODE
    In this way, the amout of code in the orders.DISCOUNT_CODES must be the same of a count from the union of each individual code wiht the DISCOUNT TABLE.
    Please try it, I just write withou test once I didn't create your tables here.
    Does it work for you?
    Cezar Santos
    [www.odiexperts.com]
    Edited by: Cezar Santos - www.odiexperts.com on 29/09/2009 19:22

  • Photoshop sliced layout output are table base,  do it can control the position by CSS with div?

    Dear all,
    I have make some image in Photoshop, and sliced it to html
    page, but open it in dreamweaver it show me the table layout that
    Photoshop Sliced maked ..
    I am wonder, now many web site are integration with CSS, and
    I had saw some total using CSS with div maked Web Site, how to
    control the sliced image after that Photoshop sliced it?
    Any simple example for newbie reference?
    And sorry of my poor English.

    It seems you have exported the html from photoshop into
    Dreamweaver.
    This is not the best way to build a page. You should slice up
    your images
    and then export the images only into a folder. You then build
    the page
    using these exported images in your table or css layout. You
    can place the
    images directly into table cells or divs or use them as
    background images
    via css.
    Good CSS tutorials can be found here:
    http://www.adobe.com/devnet/dreamweaver/css.html
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    - CSS Templates|Tutorials
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    > Dear all,
    >
    > I have make some image in Photoshop, and sliced it to
    html page, but open
    > it
    > in dreamweaver it show me the table layout that
    Photoshop Sliced maked ..
    >
    > I am wonder, now many web site are integration with CSS,
    and I had saw
    > some
    > total using CSS with div maked Web Site, how to control
    the sliced image
    > after
    > that Photoshop sliced it?
    >
    > Any simple example for newbie reference?
    >
    > And sorry of my poor English.
    >

  • Trying to wrap text around image causes table to break out of wrapper?

    Hi,
    I'm not sure if this is a CSS/HTML problem or just something
    with Dreamweaver CS3?
    Here is what I have My pages have a wrapper with the
    following attributes
    #wrapper {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #F8F8F8;
    On one of my pages, I display a list of file with thumbnails
    and a brief description.
    I chose to use a table and have each item in it's own row.
    I have a class that I assign the image that gives it a little
    padding around the image.
    I think place my text directly to the right of the thumbnail
    image.
    So it would look like this
    File Name
    Pic.............description of this file
    I would create a new row in the table for each one. I liked
    using a table, because when there was an update, and I needed to
    remove an item, I could just delete the row. Or if a new one,
    needed to be placed somewhere in the middle, I could just add a
    row.
    This worked great in DW MX, MX2004, and 8, but what I'm
    finding with CS3 is, once I apply the class to the image, that
    gives it the padding. As soon as I create a new row, the table
    jumps out past the wrapper div within Dreamweaver
    My image class has these attributes
    .thumbnailspacer {
    float: left;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-left: 5px;
    background-color: #C5DFFC;
    and here is a sample of what one of my rows look like.
    <tr>
    <td><a href="#">test<img src="" alt=""
    name="" width="82" height="58" class="thumbnailspacer"
    /></a>
    <br />
    <br />
    Description of Item goes here</td>
    </tr>
    It views OK in IE 6 and IE 7, not sure about others since we
    don't use them here.
    What can I do to make it work like it did before?

    Why are you using the float?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cdoyle" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    > I'm not sure if this is a CSS/HTML problem or just
    something with
    > Dreamweaver
    > CS3?
    >
    > Here is what I have My pages have a wrapper with the
    following
    > attributes
    > #wrapper {
    > width: 800px;
    > margin-right: auto;
    > margin-left: auto;
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > background-color: #F8F8F8;
    > }
    >
    > On one of my pages, I display a list of file with
    thumbnails and a brief
    > description.
    > I chose to use a table and have each item in it's own
    row.
    >
    > I have a class that I assign the image that gives it a
    little padding
    > around
    > the image.
    >
    > I think place my text directly to the right of the
    thumbnail image.
    >
    > So it would look like this
    >
    > File Name
    > Pic.............description of this file
    >
    > I would create a new row in the table for each one. I
    liked using a
    > table,
    > because when there was an update, and I needed to remove
    an item, I could
    > just
    > delete the row. Or if a new one, needed to be placed
    somewhere in the
    > middle,
    > I could just add a row.
    >
    > This worked great in DW MX, MX2004, and 8, but what I'm
    finding with CS3
    > is,
    > once I apply the class to the image, that gives it the
    padding. As soon
    > as I
    > create a new row, the table jumps out past the wrapper
    div within
    > Dreamweaver
    >
    > My image class has these attributes
    > .thumbnailspacer {
    > float: left;
    > padding-top: 2px;
    > padding-right: 2px;
    > padding-bottom: 2px;
    > padding-left: 2px;
    > margin-left: 5px;
    > background-color: #C5DFFC;
    >
    > }
    >
    > and here is a sample of what one of my rows look like.
    >
    > <tr>
    > <td><a href="#">test<img src="" alt=""
    name="" width="82"
    > height="58"
    > class="thumbnailspacer" /></a>
    > <br />
    > <br />
    > Description of Item goes here</td>
    > </tr>
    >
    >
    > It views OK in IE 6 and IE 7, not sure about others
    since we don't use
    > them
    > here.
    >
    > What can I do to make it work like it did before?
    >
    >
    >

  • Placing rollover nav buttons using CSS

    Hi. I'm creating my first website using DW CS3 and I'm having
    problems working out how to include all of the graphics as part of
    the CSS so that I can use different CSSs for different devices.
    I have a set of images I'm using for the navigation buttons
    and I want to add them to table cells using CSS with tags for
    placement but how do I then get the rollover effect without ading
    anything to the actual html code?
    any help gratefully appreciated.
    Thanks.

    If you need to do this then here is an example:
    www.taste-in.com
    The buttons are show/hide with css.
    .rollover {display: block;height: 100%;}
    .rollover img {width: 100%;height: 100%;border: 0;}
    .rollover:hover { visibility: visible; }
    .rollover:hover img { visibility: hidden; }
    #home, #contact, #taste, #about, #tasting, #terms{height:
    92px;}#home {width: 139px;background:
    url(../images/nav/hover/home.jpg);}
    #taste {background: url(../images/nav/hover/taste.jpg);width:
    129px;}
    #about {background: url(../images/nav/hover/about.jpg);width:
    128px;}
    #tasting {background:
    url(../images/nav/hover/tasting.jpg);width: 126px;}
    #terms {background: url(../images/nav/hover/terms.jpg);width:
    128px;}
    #contact {background:
    url(../images/nav/hover/contact.jpg);width: 140px;}--
    CheersPablowww.dellwebsites.com
    "wefollow" <[email protected]> wrote in
    message
    news:e2kequ$nie$[email protected]..
    > If i can...how can I.....
    > I want to import Rollover Buttons from Fireworks to
    Dreamweaver( Css Page)
    > I just start using CSS code.....
    > thank you for reading this message

  • Centering the layout using CSS as opposed to tables

    Hello all...I have spent about 4 hours with the trial version
    of Dreamweaver 8 and have solved all but one of the troubles I used
    to encounter when using GoLive.
    I followed the tutorial in DW8, first building their sample
    webpage using a table layout, then using a CSS layout.
    The table layout is easy to center, click the body tag, then
    select center justification in the Properties Inspector and the
    page is now centered in the browser.
    However...
    I can't get DW8 to do this when building the page with CSS
    layers. Should I enclose all of my layers within one main layer and
    apply the div align="center" tag?
    DW8 is an absolute BREEZE in comparison to GLCS2!!!
    Many thanks,
    Wordman

    A layer in DW speak is an absolutely positioned div.
    If you compare my #div code to what you have created - does
    yours have
    position: absolute defined in the style ?? That's a 'layer'.
    Have a read of this article by Murray:
    http://www.great-web-sights.com/g_positioning.asp
    and this:
    http://apptools.com/examples/pagelayout101.php
    You may find the css tutorials here to be beneficial:
    http://www.adobe.com/devnet/dreamweaver/css.html
    Look for the beginner tuts by Adrian Senior
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Wordman-GL" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray...In reviewing the link Nadia provided (Thanks,
    Nadia!) I am
    > comparing
    > her code to the code I generated using 'layers' in the
    CSS version of the
    > DW
    > tutorial website. If I use the Layer command to create a
    layer in DW, I
    > get
    > styles in the head of the document beginning with #,
    just as your wrapper
    > code
    > does. These styles generate when using layers, and they
    look damn near
    > like the
    > styles created in Nadia's code. Are we arguing semantics
    calling a 'layer'
    > a
    > layer, or am I missing something huge here?
    >
    > I'm barely able to convey what I think is the right
    information, so
    > although I
    > am confused, I am nowhere near as confused as I was with
    GL.
    >
    > All I want to generate are a couple of websites heavy on
    photos and light
    > on
    > text...brochureware. As I'm also a photographer, I'll
    want to build a site
    > with
    > galleries of my work. I have read that CSS is the only
    way to go, and I'm
    > all
    > for it...
    >
    > So if I shouldn't use the layer command, are you
    suggesting just raw
    > coding
    > instead? If so, why even use DW or GL?
    >
    > I reallyneed help here. I feel as though I am swimming
    with boulders in my
    > pockets and am nowhere near recshing the shore before I
    drown...
    >
    > Cheers...
    >
    > Wordman
    >
    >

  • Centre Page with wrapper div tag does not work

    Hi there,
    I am trying to centre the content of my website with a 'wrapper' div tag but the div tag just does not seem to have any effect on the layout at all.
    Here is how I do it:
    1.) Select all the html in the body.
    2.) Creating 'wrapper' div tag --> width: 768, left & right margin: auto, bottom & top margin: 0
    I found this in an adobe tutorial and it sounds logical to me, but somehow it just does not work.
    I hope someone can help me out.
    Thanks a lot!
    Anja

    You need three basic things to center a page.
    1) A valid X/HTML document type.  This declaration always appears in the first line of HTML code. The good news is that DW does this for you when you create a new page.  The bad news is that some other apps such as graphics editors don't always do this for you.  If your page has no document type, hit File > Convert > choose one that fits your coding skills.
    2) You need a container width in pixels or percentages.  Most often this is applied to a #wrapper but it can be applied to your body.
    3) Finally, a margin-left and margin-right of auto (browser default).
    CSS:
    body {
    width: 900px;
    margin: 0 auto; /*centers page*/
    text-align:center; /*centers older browsers*/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • CSS Styled DIVs that look like tables?

    I've just redesigned my entire home web site using CSS div
    positioning and I am now about 80% table free. However I have
    several pages that I like lined up the way they are in multi
    column, multi row tables like this:
    http://www.cmhager.com/test/tabletest.shtml
    Anyone have some good tutorials on how to accomplish this?
    Thanks...

    Al Sparber- PVII wrote:
    > "Thierry | www.TJKDesign.com"
    <[email protected]> wrote in
    > message news:[email protected]...
    >> Let me remind you that the original poster asked how
    to design his
    >> web site
    >> to be *table free*.
    >> AFAIK, I answered his question.
    >> So what did *you* bring to this thread exactly
    besides your smart *ss
    >> remark? (excuse my French)
    >
    > All I have to say to that, is Viva Italia :-)
    Do you think because I'm French I care? LOL
    I thought after all these years you'd know be better... FYI,
    I didn't watch
    yesterday and I was not watching 8 years ago.
    > Look, Thierry, a poster could ask how to make an income
    statement
    > table-less and some folks will tell him how, while other
    folks will
    > advise him to keep it in a table. I think that perhaps
    both Gary and I
    > saw the fella's page and saw a matrix of images. If he
    wants to do
    > away with the images or the matrix and use a UL to
    display a single
    > column of links, then that's fine. I didn't read it that
    way.
    I'm sorry but nobody suggested the OP should "do away with
    the images or the
    matrix and use a UL to display a single column". The one
    "column" display
    was suggested as an advantage of the UL over the table in a
    small viewport.
    > By the way, replacing the "a" in "***" with an asterisk,
    does not
    > sanitize or add polish to your propensity for
    name-calling. "Mr.
    > Semantic" is a much nicer and could have been taken as
    an honorific -
    > in a good-natured way.
    You can insult people without calling them names and I'm sure
    you know that
    1. The OP asks a question
    2. I answer his question.
    3. You say that it would be not logical.
    4. I list my arguments for using an UL rather than a table
    and politely ask
    why it would not be logical to use CSS for layout.
    5. Rather than answering my questions (or simply chose to not
    reply at all)
    you decide to come up with:
    "Mr. Semantics, I beg your forgiveness. Now I must go make up
    my laundry
    list. I'm sure the original poster will have a grand old time
    making a list
    just for you."
    I'm sorry but in my book I find this reply insulting. It's
    like when you're
    talking to someone and he turns your back on you before
    you're finished
    answering his question. That's the kind of behavior that
    makes me call
    people smart *ss. I could have used "Mr" though... ;)
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    CSS Tab Menu:
    http://www.TJKDesign.com/go/?3

  • How do i center a div tag using css?

    I am trying to learn css layout.
    Starting with a blank page, I insert a couple of AP div tags and locate them where i want.
    When i preveiw them in a browser, i notice that they are left justified. This is what i expect as they are Absolute positioned.
    I would like them to be centered as a group. Creating a layout and centerring it on the browser window seems like a basic task.
    I tried to add a div tag wrapper and center that but i cannot find where in the css panel is there any reference to center.
    seems simple enough, im stumped.
    Thanks
    Jerry
    P.S. I know as soon as i post this, i'll find the answer.

    >>I tried to add a div tag wrapper and center that but i cannot find where in the css panel is there any reference to center.
    Yeah that is the right approach and you can center by using following style:
    #wrapper{
    margin:0 auto;
    Your ap divs will then absolutely position themselves within this wrapper div which acts as parent.
    Regards,
    Vinay

  • Problem regarding the creation of Table using CSS.

    Hi ,
    Here I have a Problem regarding the creation of Table using CSS.
    In My Application i have a table with multiple rows(Rows are Dynamically added to the table).First i am setting the table with the following properties:
    width:900px;
    height : auto,
    Overflow : visible,
    Max-height: : 200px.
    If I use above properties,I'm getting a table with 5 or 6 rows(height upto 200px).After that i am getting the Vertical ScrollBar.
    The problem is when a table has many columns, Vertical and Horizontal Scrolls are coming at the time of setting the table. The table height is not Increasing dynamically.
    How can i use "height" property in CSS? (I want the table height to be increased when the columns are more.)
    Thanks & Regards
    Madhavi

    Hey humble user. Errr I'm trying to understand what ur trying to do. U want to create a section of a region destructively from an existing region right? If so select the option convert to new region (opt-comm-R or selecting it by right clicking). Check your audio bin to make sure. Whats the "merge" function? Are u refering to the glue tool?

  • 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...

  • Bordering Rows in a table using CSS

    HI,
    I'm using Dreamweaver CS3. I have a table of 2 columns and 5 rows on 1 particular page. What I would like to do is put a thin border at the bottom of each row. What I am doing is highlighting the first row by choosing the TR tag and starting to create a new rule in CSS which looks like this:
    Selector type is Advanced
    I choose this page only
    .twoColElsLtHdr #container #mainContent table
    This doesn't encompass the TR tag so it will only format for the table. If I add the tr tag it doesn't seem to do anything fo the rows in that table.
    Is there a correct way to use CSS to format rows in a table without formatting each row individually?
    Thanks
    Steve

    Thanks Muray that worked. I didn't know thatyou couldn't border on a table row.
    Steve

  • Using CSS for Tables

    I would like to use CSS to center all tables across my site.
    Where is
    the option to do this?
    Thanks!

    I would like to use CSS to center all tables across my site.
    Where is
    the option to do this?
    Thanks!

Maybe you are looking for

  • What is this function building block??

    Hi I am new to labview.  I have a basic example that resets a source measure unit, sources voltage, takes a current measurement, and then again resetting the meter.  I am just unsure of what the three yellow blocks are that I made a green box around?

  • PDF shows fine on computers, blank on mobile devices?

    Hey everyone, We use Adobe Reader to create Order forms for customers to sign (from our own created template). When we export the files and email them to clients, they show up fine on computers. However if the client chooses to view said PDF on their

  • Resizing workspace?

    Hello. I made a file with the artboard at 11x8.5", and at some point the surrounding area got really big. The art board is still the original size I made it at. My question is, how do I get it back to the way it should be, without all the surrounding

  • Comment commander un système de déplacement Charlyrobot avec Labview via le port série RS232

    Bonjour Je souhaite commander un système de déplacement Charlyrobot (moteur pas à pas via module électronique) avec labview via le port série RS232. Si quelqu'un a une idée ou une solution pour y parvenir, pourra-t-il me guider ? Merci d'avance. Jera

  • SQL Server 2012 Database with FileStream enabled tables

    Hi, I have some questions concerning the SQL Server 2012 FileStream feature. In a database combining both Filestream connected tables and none filestream connected tables. It is obviously possible to tell the root path to a filestream FILEGROUP. It's