Web Design Forum: BrownWarrior - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

BrownWarrior's Profile User Rating: -----

Reputation: 0 Neutral
Group:
Members
Active Posts:
308 (0.18 per day)
Joined:
30-September 07
Profile Views:
3,020
Last Active:
User is offline Jul 23 2011 06:17 PM
Currently:
Offline

My Information

Member Title:
Advanced Member
Age:
28 years old
Birthday:
January 6, 1984
Gender:
Male Male
Location:
sitting in a big chair!

Contact Information

E-mail:
Private
Website URL:
Website URL  http://www.duncangravill.com

Users Experience

Experience:
Intermediate
Area of Expertise:
Designer

Latest Visitors

Posts I've Made

  1. In Topic: @font-face problems in Safari / Firefox

    22 July 2011 - 03:19 PM

    For me your font isn't displaying at all in IE9. It displays fine when I put IE into IE8 or 7 mode but not IE9.

    As for differences between FF, Safari and Chrome, the font looks a little leaner in Chrome but it is very slight. However it's clearly legible in both.
  2. In Topic: Trouble absolute positioning a Div inside a Td element

    06 July 2011 - 03:49 PM

    Thanks for your suggestion Wickham.

    I had acually already tried this but I tried it again anyway. It seems adding display:block to a <td> element is a no no, it breaks the colspan and the <td> element then acts as though it is one column wide. For me it only worked in IE, all the other browsers broke the same way, including FF.

    I have found a solution - to put a div wrapper around the .imgDiv, let that div inherit dimensions from the <td> and this works.


    .details    
    {           
        font-size:16px;        
        width:300px;  height: 200px;
        position:relative;           
    }        
    
    .imgDivWrapper
    {
        width:inherit;
        height:inherit;
        position:relative;
    }
    
    .imgDiv
    {    
        position:absolute;     
        bottom:0px;     
        background:url("../../Content/LM_DROPDOWN_BG_BUTT_01.png") no-repeat center;     
        width:300px;    
        height:30px;    
    }
     
    
    
  3. In Topic: Trouble absolute positioning a Div inside a Td element

    05 July 2011 - 02:10 PM

    View PostPedro, on 05 July 2011 - 01:58 PM, said:

    You need to change the div size to be the same size as it's background image. In your case, 200x20


    Nope this doesn't fix it. Thanks for the suggestion though.
  4. In Topic: Is there a CSS pseudo sellector for sellecting the next element?

    04 July 2011 - 04:54 PM

    Thanks Renaissance,

    This works perfectly! My actual CSS makes it a little more complex. Firstly I'm selecting on a class not all tr elements, 2 I didn't say before but I'm actually then applying styles to a div inside the td of the next tr. So my CSS looks like this..

    .myClass:hover + tr td div

    And it works. I have tested in IE FF Chrome Safari and Oprea and it is working perfectly in all five!

    Many Thanks!

Friends

Comments

Page 1 of 1
  1. Photo

    Dizi 

    06 Jan 2008 - 22:06
    Happy Happy Birthday to you :D
  2. Photo

    Scott S 

    06 Jan 2008 - 14:51
    Hey there. Just thought I'd drop by and wish you a happy birthday!
    Regards
Page 1 of 1