![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On Jul 21, 12:28 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: http://preview.tinyurl.com/mvhb8w I corrected the font family errors. But I am not sure how to fix the following warnings: 1. The color warnings. Does this mean I always need to set a background color even if transparent? |
|
2. The width on floating. So how would I style the pager list items? I am not sure what I am doing wrong. |
#12
| |||
| |||
|
|
shapper wrote: I do not see how your design requires a fixed width. *The image in your header is 880px wide, but you could always make this a background image, and accept that it will be truncated if the browser window is narrower than you expect. |
#13
| |||
| |||
|
|
I would specify a margin of zero, except the bottom margin, which should be specified in em or ex units, e.g. margin-bottom:0.67em; |
#14
| |||
| |||
|
|
On Jul 21, 2:33Â*am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: Are you writing and formatting this CSS or grabbing it from somewhere else? .... While I would not say your design falls apart, as Upsdell says, when the user have a smaller than you expect width, I think you are designing around a too great a width. Sorry, you mean I should reduce the width of the web site. If I am not wrong the percentage of people with 800 px screens are getting smaller everyday. This was a decision I took knowing about it ... I completely understand your point but given the kind of people that I expect to visit the web site and looking for many other web sites I took a change. I will follow the stats of the web site and check if a change to 780px is required. What do you think? |
#15
| |||
| |||
|
|
shapper wrote: I do not see how your design requires a fixed width. The image in your header is 880px wide, but you could always make this a background image, and accept that it will be truncated if the browser window is narrower than you expect. The image is randomly generated by the server code. I am not able to include it on the CSS. |
#16
| |||
| |||
|
|
On Jul 21, 12:28*am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: http://preview.tinyurl.com/mvhb8w I corrected the font family errors. But I am not sure how to fix the following warnings: 1. The color warnings. Does this mean I always need to set a background color even if transparent? |
|
2. The width on floating. So how would I style the pager list items? I am not sure what I am doing wrong. |
#17
| |||
| |||
|
|
On Jul 21, 12:28*am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: http://preview.tinyurl.com/mvhb8w Dorayme, I got free of the CSS error and solved most of the warnings. If possible just let me know how can I solve the color and width warnings. I am not sure how should I do that. |
#18
| |||
| |||
|
|
2. The width on floating. So how would I style the pager list items? I am not sure what I am doing wrong. The warning is out-of-date, just ignore it. In CSS 2 you were supposed to set widths on floats. In CSS 2.1, which is what everyone is working to now, defines shrink-to-fit width and people use it for floats all the time. |
#19
| |||
| |||
|
|
In article <slrnh6athf.599.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: 2. The width on floating. So how would I style the pager list items? I am not sure what I am doing wrong. The warning is out-of-date, just ignore it. In CSS 2 you were supposed to set widths on floats. In CSS 2.1, which is what everyone is working to now, defines shrink-to-fit width and people use it for floats all the time. And a beaut feature of floats it is this shrink-to-fit characteristic, be awful without it! |
#20
| |||
| |||
|
|
On 2009-07-21, shapper <mdmoura (AT) gmail (DOT) com> wrote: 1. The color warnings. Does this mean I always need to set a background color even if transparent? There is a small risk of a user stylesheet intervening and changing your transparent to white. But I wouldn't really worry about that. It would be quite strange for a user to have a stylesheet that set white backgrounds on things and not color, unless they were trying to make text invisible. |
![]() |
| Thread Tools | |
| Display Modes | |
| |