Css cross browser issue

i have laid out my template using css, but notice that one of
my columns will bump down under another one if the screen is
resized in IE (on pc, v.6). can someone take a quick look at my
code and css and let me know what i can do to ensure that
everything will stay where it is supposed to be located, while
still using width equal to a % so that it will resize with screen
resize.
my template can be found at: www.thedunch.com/template.html
my css can be founds at: www.thedunch.com/css/dunch.css
thanks in advance for any help

If you enabled "View Source" it might be easier to figure
out.
"bmilesp" <[email protected]> wrote in
message
news:gh9k9l$j87$[email protected]..
> hello,
>
> I have a flex image app here:
http://brandonandpatty.com/?page_id=6.
Works
> fine in firefox 3.0.4 and Opera 9.27. However, there is
a strange issue in
> IE
> and Chrome - the thumbnail images show up fine, but when
you click one to
> display a larger image it gives a broken image link
icon.
>
> I have no idea why the browser would have influence in
how the flashplayer
> accesses remote image files, but it does in this case
somehow. Any ideas
> on how
> to fix this issue, or has someone had a similar problem?
Thank you in
> advance!
>

Similar Messages

  • CSS Help/Cross Browser Issues

    Nevermind

    Embedding the fonts should solve that issue. You might want to make sure that the browser is not using a cached version of the project. You may have fixed it, but not seen it due to browser displaying an older copy. I will add a small version number on-screen in a corner while developing to make sure that browser is behaving correctly.
    You also might to make sure that font can be embedded. Flash Catalyst only supports TrueType and OpenType font formats.
    Hope this helps,
    Chris

  • Reg : Cross browser issue while handling LOV event on KeyFlexFeild

    Hi OA Gurus,
    We are encountering issues on R12.0.6, JDev 120Rup6.
    We have the following test case and code changes.
    Requirement:
    We have OA page where we have one KeyFlexFeild item and a normal LOV. Page items are part of one AM and LOV is in another AM.
    The requirement was to make LOV dependent on keyFlexfeild. Test case is mentioned as per following flow.
    1.     User changes cost center segment of Accounting Flex(Key flex) using Cost center LOV.
    2.     Another LOV in the same page should be dependent on new value of cost center as modified in step 1.
    Solution Implemented:
    Describing in the 3 steps
    1) Here the KeyFlexFeild is expense account. Whenever User changes any segment, we handle
    ‘lovValidate’ and ‘lovUpdate’ events on KeyFlexFeild in processFormRequest of controller.
    2) Retrieve the value of cost center segment using getSegmentsQualifiedBy(), Update corresponding VO attribute of the LOV query parameter.
    3) Forward the request to current page so that LOV will have modified value with updated query.
    4) Forwarding to current page is must because LOV is built with another AM and will loaded only when page is built.
    Issue:
    This works fine on internet explorer. When trying to run the same in Mozilla we have following issue
    1) User modifies one of the segments of expense account and make a tab – out
    2) Now the page refresh happens
    3) Now in the same page no other LOV or no other button works. He can’t click on any button for submit or cancel.
    LOVs will not open even after clicking on it.
    Code changes:
    //Step1 – Handle LOV events
    String source = pageContext.getParameter(SOURCE_PARAM);
    String eventType = pageContext.getParameter(EVENT_PARAM);
    if(source !=null && eventType != null) {
    if(source.startsWith("Acct") && eventType.equals("lovUpdate") || eventType.equals("lovValidate") ) {
    KeyFlexfield flex = (KeyFlexfield)lkff.getAttributeValue(OAWebBeanConstants.FLEXFIELD_REFERENCE);
    // Step -2 Updating the corresponding VO attribute for LOV to get the modified the value
    Segment[ ] segmentL = flex.getSegmentsQualifiedBy(FA_COST_CTR");
    CostCenterValue = segmentL[0].getValue().getValue();
    if(CostCenterValue != null ){
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",CostCenterValue);
    OAFormValueBean formValueBean = (OAFormValueBean)webBean.findIndexedChildRecursive("ToCostCenter");
    if(formValueBean != null)
    formValueBean.setValue(pageContext, CostCenterValue);
    OAMessageLovInputBean formValueBean1 = (OAMessageLovInputBean)webBean.findIndexedChildRecursive("ReceivingApprover");
    if(formValueBean1 != null)
    formValueBean1.setValue(pageContext, null);
    else
    sampleViewObject.getCurrentRow().setAttribute("ToCostCenter",null);
    //Step 3 – Forward the request Current Page again
    pageContext.setForwardURLToCurrentPage(null, true, ADD_BREAD_CRUMB_YES, (byte)0);
    We have following questions.
    a)     Solution implemented by us is correct ? or we have to implement it in another way ?
    b)     Is OA version mentioned above supported on Mozilla browser version 3.x ? This issue is not occurring on Mozilla 1.x while running from JDev.
    Please let us know if any additional details required.
    Thanks for help in advance.
    Edited by: user774130 on Dec 15, 2009 2:27 AM

    Hi,
    It seems that you have not noticed that this forum is not for posting product-related questions/problems....
    So , this might be the correct forum....
    Java Server Pages (JSP)
    Sim

  • Style sheet cross browser issues

    Hi I am having a couple of issues with a test site i am producing
    The URL is above.
    All works ok in I.E.8
    but in IE7 the links on the header are no longer in-line causing them to dissapear from view in some cases.
    And in IE6 the header size appears doubled ?? and the right hand news div drops out of line??
    Probably something simple, but please advise.
    Many thanks
    Mark
    [Subject line edited by moderator to remove URL]

    Markcronin123 wrote:
    Hi Nancy
    http://www.epproductions.co.uk/katebellingham/
    here is the link :-)
    Make a backup of the page and stylesheet, ie copy them so you have an original to go back to.
    What happens to the links in the header if you change the 'header' css to exactly as below. Delete ALL and I mean ALL references to any 'header' css in your current css file and replace it with the selectors below:
    #header {
    height: 95px;
    background-image: url(header.jpg);
    padding-bottom: 5px;
    overflow: hidden;
    #header ul {
    margin: 0;
    padding: 0;
    #header li {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    #header ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    float: right;
    padding: 70px 22px 0 0;
    text-align: center;
    font-weight: bold;
    #header ul li a:hover {
    font-size: 17px;
    As for your news <div> dropping try floating it left instead of right as its a much more stable structure. If it still drops take out the innernews <div> and see if it goes back into line.
    #frontnews {
        float: left;
        height: 355px;
        width: 260px;
        background-color: #FFF;
        padding: 20px;
        text-align: center;
        background-image: url(news.jpg);
        background-repeat: no-repeat;
        background-position: center center;

  • Cross browser issue?

    hello,
    I have a flex image app here:
    http://brandonandpatty.com/?page_id=6.
    Works fine in firefox 3.0.4 and Opera 9.27. However, there is a
    strange issue in IE and Chrome - the thumbnail images show up fine,
    but when you click one to display a larger image it gives a broken
    image link icon.
    I have no idea why the browser would have influence in how
    the flashplayer accesses remote image files, but it does in this
    case somehow. Any ideas on how to fix this issue, or has someone
    had a similar problem? Thank you in advance!

    If you enabled "View Source" it might be easier to figure
    out.
    "bmilesp" <[email protected]> wrote in
    message
    news:gh9k9l$j87$[email protected]..
    > hello,
    >
    > I have a flex image app here:
    http://brandonandpatty.com/?page_id=6.
    Works
    > fine in firefox 3.0.4 and Opera 9.27. However, there is
    a strange issue in
    > IE
    > and Chrome - the thumbnail images show up fine, but when
    you click one to
    > display a larger image it gives a broken image link
    icon.
    >
    > I have no idea why the browser would have influence in
    how the flashplayer
    > accesses remote image files, but it does in this case
    somehow. Any ideas
    > on how
    > to fix this issue, or has someone had a similar problem?
    Thank you in
    > advance!
    >

  • CSS - Cross Browser Display

    Can anyone point me to a good discussion / description of the
    differences between the ways different browsers display CSS? I have
    found charts showing which CSS elements are supported or not
    supported, but no coherent description of the differences in
    display between supported elements on different browsers.
    Thanks, Susan

    > Unfortunately, this
    http://www.wynnefields.com/resources.html
    does not
    > have any
    > Firefox sample.
    What?
    Your page does not have a <head> tag -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <meta name
    although it does have a </head> tag. If you have one,
    you must have both.
    As for the rest of your post, I have no idea what you are
    describing - can
    you try again?
    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
    ==================
    "Wynnedobe" <[email protected]> wrote in
    message
    news:ecdq2t$6fh$[email protected]..
    > Unfortunately, this
    http://www.wynnefields.com/resources.html
    does not
    > have any
    > Firefox sample. If I had a Mac, I would recreate the
    file again with the
    > latest
    > versions of FF and Safari.
    >
    > It contains screen shots of the most recent 2-3 versions
    of IE and
    > Netscape on
    > Windows and the Macintosh, as well as AOL on Windows.
    Each version is also
    > displayed at each of three resolutions.
    >
    > The presentation is in three layered Photoshop files,
    each file being one
    > resolution (1024x768, 800x600, 640x480), and each layer
    is a different
    > browser
    > version displayed on a different platform. I hope this
    helps a bit ...
    >
    >

  • Cross browser issue using ajax report pull

    Hi,
    I have an application working using ajax report pull.
    Entire application is based on ajax and its currently released.
    Its performance is good. It works fine with mozilla but in ie,
    links and buttons are not working.
    my code is as follows:
    var container = document.getElementById("divlayer");
         container.innerHTML="";
         var l_Val = document.getElementById('P15_ID').value;
         var l_Val1 = document.getElementById('P15_REGION').value;
         var l_Val2 = document.getElementById('P15_COUNTRY').value;
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,null,10);
         get.add('P15_GSI_PARTY_ID',l_Val);
         get.add('P10_ID',l_Val);
         get.add('P10_REGION',l_Val1);
         get.add('P10_COUNTRY',l_Val2);
         get.add('P10_ROWS',l_Val3);
         get.add('P15_REGION',l_Val1);
         get.add('P15_COUNTRY',l_Val2);
         get.add('P15_ROWS',l_Val3);
         gReturn = get.get(null,'<htmldb:BOX_BODY>','</htmldb:BOX_BODY>');
         get = null;
    document.getElementById("divlayer").style.visibility='visible';
    document.getElementById("divlayer").style.display='block';
    var elem = document.createElement('div');
         elem.id='d1';
    elem.innerHTML=gReturn;
         container.appendChild(elem);
    The links with doSubmit is not submitting to the same page in ie.
    Please help me.
    Thanks,
    Niveditha

    Hello Niveditha,
    There're some differences in browsers... so yes it's possible that it doesn't work with the same code in another browser. The good news is that most of time there're workaround.
    When I look at your code, you could already change document.getElementById() by $x(), which is doing the same, but comes from the APEX framework.
    Do you have an idea where it fails in IE? Are you using the Developer Toolbar? Maybe that gives you more insights. You could also put some alert('hello 1'); in your code to see what's happening and how far it comes.
    If you put it on apex.oracle.com we can have a look into more detail.
    Dimitri
    -- http://dgielis.blogspot.com
    -- http://apex-evangelists.com

  • Cross-Browser Issues

    I am having trouble with a current web site I am designing
    for a local Culligan dealer. The site, as usual, looks fine in
    Safari, however, looks a mess in Internet Explorer and Firefox.
    Here is the link:
    http://www.culliganwatertown.com
    – I would TRULY appreciate any helpful info... Thanks!

    One of the worst mistakes you can make is to build pages that
    force quirks
    mode rendering by not having a valid and complete doctype.
    Yours is doing
    that -
    <html>
    <head>
    You should add this doctype to your page -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    The next worst mistake you can make is to build your layout
    in a single
    table with oodles of colspans and rowspans. Since you have
    used ImageReady
    to write your HTML, this is exactly what you have got -
    <!-- ImageReady Slices (index.jpg) -->
    I'm afraid that there is not an easy answer for you there.
    But before you
    start rebuilding, read this -
    http://apptools.com/rants/spans.php
    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
    ==================
    "RachStG" <[email protected]> wrote in
    message
    news:fmlvoc$h6s$[email protected]..
    >I am having trouble with a current web site I am
    designing for a local
    >Culligan
    > dealer. The site, as usual, looks fine in Safari,
    however, looks a mess in
    > Internet Explorer and Firefox. Here is the link:
    >
    http://www.culliganwatertown.com
    ? I would TRULY appreciate any helpful
    > info...
    > Thanks!
    >

  • Cross Browser/OS issue?

    Hi there,
    This website belongs to our school project and we are getting reports from the teacher assistance and the professor that the website is not funcationing properly. They are saying the menu on the bottom of the page is not showing so they cant navigate the site.
    http://tvbw.businesscatalyst.com/
    Can someone direct me on how we can solve this issue? I have done cross browser check and on some site it doesnt show while on other site they are showing the menu!
    Thank you for your help in advanced.

    that fixed the issue...which is weird since i was getting response from freind with both mac or windows tell me different things...

  • Please help, user browser issue.

    Hi guys, i have re developed phpbb site mercedes dubai  in Dreamweaver and cant able to splash top image to resize as per the user screen resolution. Please help.
    Thanks.

    Hi Carnity,
    This forum is for questions and feedback about the  Adobe BrowserLab cross-browser testing service. Unfortunately the BrowserLab team doesn't have the bandwidth to help with individual questions regarding HTML/CSS coding issues.
    It's possible one of the other forums users may be able to help you, but you may have better luck getting an answer if you post to the HTML5 forum here: http://forums.adobe.com/community/dreamweaver/html5
    Best of luck,
    Mark

  • Cross Browser? Opinions please.

    Say a developer develops a basic .html site that is viewable
    cross-browser. Now, taking advantage of features available in one
    browser, he or she develops content that uses those features.
    Not wanting to negatively impact the experience of other
    browser users, whose browser cannot use those features and indeed
    causes problems in their browser, the developer codes the site to
    detect the browser and not display the additional content to them.
    So the browser users who can see the new content get it and
    those with other browsers see only the original site. No harm, no
    foul? Or is the definition of Cross-Browser that EVERYONE MUST see
    the same content - develop for the lowest common denominator?
    The reason I ask, is that I have heard people throw around
    terms like "unprofessional" if someone develops for only one
    browser. I was just wondering what the definition of Cross-Browser
    is.

    norrisoft wrote:
    > Say a developer develops a basic .html site that is
    viewable cross-browser.
    > Now, taking advantage of features available in one
    browser, he or she develops
    > content that uses those features.
    >
    > Not wanting to negatively impact the experience of other
    browser users, whose
    > browser cannot use those features and indeed causes
    problems in their browser,
    > the developer codes the site to detect the browser and
    not display the
    > additional content to them.
    >
    > So the browser users who can see the new content get it
    and those with other
    > browsers see only the original site. No harm, no foul?
    Or is the definition
    > of Cross-Browser that EVERYONE MUST see the same content
    - develop for the
    > lowest common denominator?
    >
    > The reason I ask, is that I have heard people throw
    around terms like
    > "unprofessional" if someone develops for only one
    browser. I was just
    > wondering what the definition of Cross-Browser is.
    "unprofessional" might be too much of a word. Bottom line is
    what is that your
    client needs and agree too.
    For years people were developing stuff that was only
    supported in IE, no one *****
    about it because it was kind of given, we all knew it simply
    did not work anywhere else.
    From basic css to dhtml and others...
    If my clients does not mind that I develop with FireFox in
    mind and not IE, why would
    I care if someone call me unprofessional. I want my content
    to work right to the client
    liking.
    I read some threads day or two days back, pretty similar
    issue. Tho I could not agree
    with some of the points but than again, if my client has a
    say in it and he is ok, that
    is fine with me. Lots if not all of my clients feel strongly
    about IE and security problems.
    These are normal mortals, not computer savvy people and they
    hate the idea that
    regular surfing get them pack up with spyware and all this
    stuff, people who not suppose
    to know about cleaners, protections and 20 other applications
    required just to run browser safely.
    Because of that, they strongly encourage support of FireFox
    and content specifically built
    for it.
    I herd many of times, "don't worry about IE, we don't want it
    anyway"...
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A few cross browser questions

    Hello, I have been searching for results for sometime and
    decided to come here to ask my question.
    Now, I know these questions have been asked alot of times but
    I have no good results.
    My question:
    Why does every website I make look Good in IE and bad in
    firefox?
    or vise versa. I can make it look good in firefox but looks
    bad in I.E.
    I mean I layout the design perfectly in Dreamweaver 8 and it
    looks sweet in I.E. preview in Firefox and it makes me not want to
    make layouts any more..
    What do I do? And how do I fix this?
    Currently I am making a "Liquid" Layout, using "%" for my Div
    and Tables, and they seem to be ok in I.E. like I stated, but still
    when I view in firefox, everything is to the left or off centerd or
    just plain nasty.
    Anytips? I got the whole Screen Resolution trick down, now I
    just need professinal tips on cross browser design.
    I don't have my site hosted yet so I cannot give you a
    preview. I am sure you know what I am talking about as well.
    I searched google and many forums (including this one) and
    came up empty handed.
    What am I doing wrong? Do I just manage the site as it is
    even though that the website is 5px off to the right/left in
    firefox and looks great in internet explorer.
    I want to provide a clean site for both browsers with out
    having them redirecting.
    Which I can redirect one "If I.E." to a page, and redirect FF
    to a diffrent. But that's a hassel in my view.
    Seriously, what do I do?
    Thank you for your time and any response.

    As Jo mentioned, it would be too hard to give you advice on
    your page
    without seeing the code (or even better a live version).
    The better approach is to design for Firefox and then fix the
    errors that
    are produced in IE.
    Are you using a full doc type? That is important, because if
    not, then IE
    will go into quirks mode, thinking it is rendering your page
    correctly, but
    FFox will show it out of wack.....
    are you using divs of 'layers' (absolutely positioned divs)?
    As you can see there are many things that may be wrong with
    your site- so
    without seeing it, it's too difficult to offer specific
    advice.
    Have you been through the css tutorials at the Adobe site
    (link in my
    sig)..... they are very helpful - starting with beginner
    tutorials and
    moving on from there.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://www.csstemplates.com.au
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "BadBlue" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello, I have been searching for results for sometime
    and decided to come
    > here
    > to ask my question.
    >
    > Now, I know these questions have been asked alot of
    times but I have no
    > good
    > results.
    >
    > My question:
    >
    > Why does every website I make look Good in IE and bad in
    firefox?
    >
    > or vise versa. I can make it look good in firefox but
    looks bad in I.E.
    >
    > I mean I layout the design perfectly in Dreamweaver 8
    and it looks sweet
    > in
    > I.E. preview in Firefox and it makes me not want to make
    layouts any
    > more..
    >
    > What do I do? And how do I fix this?
    >
    > Currently I am making a "Liquid" Layout, using "%" for
    my Div and Tables,
    > and
    > they seem to be ok in I.E. like I stated, but still when
    I view in
    > firefox,
    > everything is to the left or off centerd or just plain
    nasty.
    >
    > Anytips? I got the whole Screen Resolution trick down,
    now I just need
    > professinal tips on cross browser design.
    >
    > I don't have my site hosted yet so I cannot give you a
    preview. I am sure
    > you
    > know what I am talking about as well.
    >
    > I searched google and many forums (including this one)
    and came up empty
    > handed.
    >
    > What am I doing wrong? Do I just manage the site as it
    is even though that
    > the
    > website is 5px off to the right/left in firefox and
    looks great in
    > internet
    > explorer.
    >
    > I want to provide a clean site for both browsers with
    out having them
    > redirecting.
    > Which I can redirect one "If I.E." to a page, and
    redirect FF to a
    > diffrent.
    > But that's a hassel in my view.
    >
    > Seriously, what do I do?
    >
    > Thank you for your time and any response.
    >

  • Need help with Rollover Image cross browser problem

    Hello,
    I am having a cross browser problem with my websites rollover nav links.  The trouble is, while they work perfectly fine in IE8 and IE9, I’ve also attempted to use them through Opera, and they simply don’t work.  They don’t link nor do they do their rollover effect.  And I was trying to figure out what I have done wrong.  Currently the site is not completed, but the first two pages are, the “news” and “about me” pages are currently (as of right now) working.  The address to the site is below.
    http://maxmetal.xsustudios.com/index.html
    I hope that someone can help me with this, if needs be I can put the code for the CSS and HTML into this part if it will save some time for everyone.  Sorry too about the PNG images, I have to change those over to semi-transparent GIF’s yet so the site does take a while to load…
    Hope someone can help me with this!
    PALADIN

    When I disable CSS in my browser, the rollover buttons work just fine.  This tells me your CSS is messed up and you've layered something over your menus which is making them inaccessible to users.
    I noticed you've applied relative positioning to just about everything on your page.  Why?   Default CSS positioning (unspecified or static) is all you need for 98% of layouts.
         Learn CSS positioning in 10 Steps
         http://www.barelyfitz.com/screencast/html-training/css/positioning/
    My advice would be to start over using a pre-built CSS Template with all the divisions and columns you're likely to need for this project.  Below are some good links to get you on the right track.
    For professional CSS Templates that are rock solid & perform well in all browsers, visit Project Seven:
    http://www.projectseven.com/products/index.htm
    Ultimate Multi-Column Layouts
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-width s
    Not Just a Grid CSS Framework
    http://www.notjustagrid.com/demo.asp
    EZ-CSS Templates (watch the screencast to see how it works)
    http://www.ez-css.org/css_templates
    Dreamweaver CSS Templates for beginners
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html
    New DW Starter Pages
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Good luck with your project!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Cross browser differences

    The jsp pages in our project work fine in IE browser. But in Netscape browsers, the alignment is all messed up. We are at the end of the project and we dont have time to change all the jsp pages. I was told that there is some kind of javascript to handle situations like this. Including that javascript in the jsp pages essentially solves this problem. I was wondering if this is true? Please share your knowledge on this topic. I really appreciate your help.
    Thanks,
    Ravi.

    Hi,
    it depends on how you have structured your code. If you have done a css for the layout, you can know what browser is in use and switch to a specific external css. Something like:
    if (document.layers)
    document.write("<LINK HREF='netscape.css' REL='stylesheet' TYPE='text/css'>")
    else if (document.all)
    document.write("<LINK HREF='stile.css' REL='stylesheet' TYPE='text/css'>")
    else if (!document.all && document.getElementById)
    document.write("<LINK HREF='mz.css' REL='stylesheet' TYPE='text/css'>")
    else
    document.write("<LINK HREF='xx.css' REL='stylesheet' TYPE='text/css'>")
    and so on...
    Sometimes the problem is in using special costruc that works fine only in IE (for example): this is quite more complicated to solve, becouse you have to find a different solution.
    There isn't any "general" solution to cross browser compatibility; usually it is a good idea to start developing in order to achieve it and not to demand it in a late stage.

Maybe you are looking for