Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Expression web newbie question

Options
  • 26-11-2007 11:02pm
    #1
    Registered Users Posts: 934 ✭✭✭


    Hi all

    I have been farting around with Expression web and have a (probably) stupid question..

    I have some text on a page which displays as expected in IE7 but not in FF2...other txt with a different font size and color is ok!!

    Here is the code..

    <div
    style="position: absolute; width: 630px; height: 100px; z-index: 1; left: 265px; top: 250px"
    id="layer1" class="style1">blah blah
    </div>

    relevant style:
    .style1 {
    font-family: Verdana;
    font-size: 90px;
    color: #800000;

    Any thoughts??


Comments

  • Registered Users Posts: 11,987 ✭✭✭✭zAbbo


    Probably not the issue, but you've applied inline styles to a div which has and id and a class.


    You could just all those elements to the div ID.


    Font size 90px, is that for real ?


  • Registered Users Posts: 934 ✭✭✭mikep


    Hi Zabbo

    Im just farting around as I said..

    Just seeing how user freindly EW is...

    Thanks


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    its hard to know what exactly the problem is without seeing the whole page css / html ... any chance its online to take a lot at ?


Advertisement