Re: [css-d] P won't center

2008-07-14 Thread Simon Tiplady | Mailing List
My centered p won't center. Help, please . . . Line 177 of grfxjobs.css has higher specificity and sets it left #ctrtext p Try using Firebug in Firefox to see what is happening with your styles and what is taking precedence

Re: [css-d] IE8 beta1 parses IE5 mac band pass filter

2008-03-06 Thread Simon Tiplady | Mailing List
Same for me unfortunalty... goes to show why you should be careful using hacks.. Simon Tiplady W: www.stiplady.net E: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao Sent: 06 March 2008 10:47 To: css Subject: [css-d] IE8 beta1

Re: [css-d] PRE extends outside DIV

2008-02-01 Thread Simon Tiplady
What immediately springs to mind is setting overflow: auto; on the .code definition, not sure if its the best option or even what you want... -Original Message- Subject: [css-d] PRE extends outside DIV So good. However, the design in liquid width, and yet the pre extends outside the

Re: [css-d] Need help with spacing

2008-01-10 Thread Simon Tiplady
It does have a 20px margin each side. The problem is there is no width defined and it is hiding under the left menu. One possibility to fix it is to add this to your #clientContentPad definition float: left; width: 605px; // total width - left - padding = 810 - 200 - 5 = 605 Simon

Re: [css-d] Fwd: Image resize with CSS

2007-08-07 Thread Simon Tiplady | Forums
This is now off topic if you are talking about server techniques There are lots of image resize options you have. If you send me an email directly, off list, I will help you out with this. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phillip

Re: [css-d] [ADMIN] Re: Importing style sheets and vhosts

2007-05-31 Thread Simon Tiplady | Forums
Whilst it is difficult to say without a URL, I fail to see how this is anything server side related, Apache or otherwise. All web hosts and shared servers use vhosts so this can not be the problem. I am involved in everything from server administration to website design and maintenance depending

Re: [css-d] span / crashing IE7

2007-04-30 Thread Simon Tiplady | Forums
What is the point of a span if it is not spanning anything? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: 01 May 2007 00:51 To: css-d@lists.css-discuss.org Subject: [css-d] span / crashing IE7 My IE7 crashes if I look at the following

Re: [css-d] drop down navigation with css (using minimal JS for IE)

2007-01-30 Thread Simon Tiplady | Forums
My query is related to this one and since it was recent I have replied to the list instead of creating a new thread. I altered the css scripts a little to suit my site and layout and I have somehow lost the functionality in IE6, the display: block on :hover apears not to be working, if I set it