BrownWarrior's Profile
Reputation: 0
Neutral
- Group:
- Members
- Active Posts:
- 308 (0.18 per day)
- Joined:
- 30-September 07
- Profile Views:
- 3,020
- Last Active:
Jul 23 2011 06:17 PM- Currently:
- Offline
My Information
- Member Title:
- Advanced Member
- Age:
- 28 years old
- Birthday:
- January 6, 1984
- Gender:
-
Male
- Location:
- sitting in a big chair!
Contact Information
- E-mail:
- Private
- Website URL:
-
http://www.duncangravill.com
Users Experience
- Experience:
- Intermediate
- Area of Expertise:
- Designer
Latest Visitors
-
Ben 
02 Feb 2011 - 20:34 -
admin-jag 
11 Jan 2011 - 06:46 -
SkyteMedia 
10 Jun 2010 - 15:22
Posts I've Made
-
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. -
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; } -
In Topic: Trouble absolute positioning a Div inside a Td element
05 July 2011 - 02:10 PM
-
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!
Help




Find My Content
Display name history
Comments
Dizi
06 Jan 2008 - 22:06Scott S
06 Jan 2008 - 14:51Regards