Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Expression web newbie question

  • 26-11-2007 11:02PM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 1,010 ✭✭✭


    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, Registered Users 2 Posts: 11,985 ✭✭✭✭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, Registered Users 2, Paid Member Posts: 1,010 ✭✭✭mikep


    Hi Zabbo

    Im just farting around as I said..

    Just seeing how user freindly EW is...

    Thanks


  • Registered Users, Registered Users 2 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