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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Expression web newbie question

  • 26-11-2007 10:02pm
    #1
    Registered Users, Registered Users 2 Posts: 995 ✭✭✭


    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 Posts: 995 ✭✭✭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