Re: [css-d] Eric on CSS

2009-04-20 Thread Mike Beatty
On Mon, Apr 20, 2009 at 6:09 PM, REVA REVA wrote: > I have a question.  The question is I download proj3 files and was analyzing > the code for the event calendars.  I do not understand why the calendar does > not arrow to the next date for  the month?  How do I get that to work? What do you me

[css-d] Eric on CSS

2009-04-20 Thread REVA REVA
I have a question.  The question is I download proj3 files and was analyzing the code for the event calendars.  I do not understand why the calendar does not arrow to the next date for  the month?  How do I get that to work?   Thanks ___

Re: [css-d] Display problem with IE7

2009-04-20 Thread David Laakso
Ansari Samir wrote: > But it isn't working and yes this sample problem is also existing in Safari > and all the below mentioned browser. > > And David, we are not using Image there, it is an anchor tag and we have > given background image to that anchor tag. > > > >>> >>> My site http://jobspert

Re: [css-d] Guidance on positioning please.

2009-04-20 Thread Gunlaug Sørtun
Karl Bedingfield wrote: > What I want is to do is position a paragraph (company phone number > and email) above the navigation to the top right corner. Absolute position the paragraph, somewhat like the following... #header-alt {position: relative;} #contact {position: absolute; top: 0; right: 3

Re: [css-d] Need help

2009-04-20 Thread David Laakso
Kashif Sami wrote: > Hi everyone. > > I really need help with some changes with a website I'm working on > http://www.holidayclick.co.uk/ . > > > Not sure I understand-- something like this? Please see markup and CSS changes:

[css-d] Guidance on positioning please.

2009-04-20 Thread Karl Bedingfield
Hi all, I have created the header below: http://img14.imageshack.us/img14/9526/grabq.gif What I want is to do is position a paragraph (company phone number and email) above the navigation to the top right corner. But so far I have been unsuccessful. I wondered if anyone had any pointers for me. W

Re: [css-d] Display problem with IE7

2009-04-20 Thread Gunlaug Sørtun
Ansari Samir wrote: > And David, we are not using Image there, it is an anchor tag and we > have given background image to that anchor tag. Nonsense. There's an element inside that anchor, and its src attribute is addressing this image... That

Re: [css-d] Display problem with IE7

2009-04-20 Thread David Laakso
> > >> Ansari Samir wrote: >> >> >>> My site http://jobspert.com opens properly in Mozilla Firefox but when I >>> open it in IE7, there comes a one pixel gap between the header and the >>> buttons "Submit Resume" and "Browse Jobs". >>> BTW, validate the markup.

[css-d] Need help

2009-04-20 Thread Kashif Sami
Hi everyone. I really need help with some changes with a website I'm working on http://www.holidayclick.co.uk/ . I need to add two columns in the white space in between. These two columns would be added in the central white background area on "either sides" of the exisiting text (the "begin searc

Re: [css-d] page review

2009-04-20 Thread David Laakso
Felix Miata wrote: > >>> >>> > > > > Excess line-height is the main problem I found on it. > Reload. ~d __ css-discuss [cs...@lists.css-discuss.org] http:/

Re: [css-d] page review

2009-04-20 Thread Felix Miata
On 2009/04/20 12:22 (GMT) Bobby Jack composed: >I much prefer a little too much line-height than the terrible default of too >little, anyway. "The" default varies by font family. Some fonts have more line-height than David had specified. Typical of traditional web fonts is very roughly 1.1-1.2,

Re: [css-d] page review

2009-04-20 Thread Bobby Jack
--- On Mon, 4/20/09, Felix Miata wrote: > Excess line-height is the main problem I found on it. Its > main paragraph line length is good, not too long, not too short, and > thus there's no good reason for non-standard line-height there. OTOH, > the side paragraph line length is quite short, maki

Re: [css-d] page review

2009-04-20 Thread Felix Miata
On 2009/04/20 10:04 (GMT) Bobby Jack composed: > --- On Sun, 4/19/09, David Laakso wrote: >> > I find myself visiting this great article from time-to-time to refresh my > understanding of the rules: > http://www.alistapart.com/stories/emen

Re: [css-d] page review

2009-04-20 Thread Bobby Jack
--- On Sun, 4/19/09, David Laakso wrote: > Comments and suggestions appreciated. > Time for some pedantry? :-) * "web–site" should be written with a standard hyphen, not an en-dash * Asides, such as the one after "corporate image" should b

Re: [css-d] Display problem with IE7

2009-04-20 Thread Ansari Samir
Hi, Thanks for your reply. But it isn't working and yes this sample problem is also existing in Safari and all the below mentioned browser. And David, we are not using Image there, it is an anchor tag and we have given background image to that anchor tag. Someone, please help me sort this probl