It's been a while...
I have a slightly unusual design request from a client that's giving me
some grief in IE. In the nutshell, effectively what is required is a
fixed footer of fixed height that sits at the bottom of the viewport.
The content will be centered in another fixed width box and wil
Hi Sasha,
Here is an example:
http://siahe.com/zekr/dev/ie-print-problem/sura-maryam.html
Here is a sample printed PDF:
http://siahe.com/zekr/dev/ie-print-problem/sura-maryam.pdf
Thanks.
On 12/19/06, Sasha Gerrand <[EMAIL PROTECTED]> wrote:
> On 19/12/06, Mohsen Saboorian <[EMAIL PROTECTED]> wro
On 19/12/06, Mohsen Saboorian <[EMAIL PROTECTED]> wrote:
> Hi,
> I have an HTML page, with 2 CSS, one for "screen" media and the other
> for "print". The page contains a list of divs, each one has a dashed
> border-bottom. When I print the HTML, just borders of the first page
> are dashed, and on o
Hi,
I have an HTML page, with 2 CSS, one for "screen" media and the other
for "print". The page contains a list of divs, each one has a dashed
border-bottom. When I print the HTML, just borders of the first page
are dashed, and on other pages the border changes to solid.
Is it a known bug in IE?
> On 19/12/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote:
>
>> I have a page that has moving parts (in an accordion type of widget)
>>
>> Inside this page I have a button that popups up a calendar widget.
>>
>> Now when I don't put an accordion around it (or i don't collapse a div
>> via jav
On 19/12/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote:
> The pages are generated with a ruby like technology so i copied the html into
> 2 files and made those available.
>
> I can't give a simplified example because then it works as expected.
>
> The forms are done using the pretty accessible
Michael Stevens wrote:
> http://www.bctarizona.com/test/
> http://www.bctarizona.com/test/bct.css
>
> The easy problem: Margins/Padding on the content DIV.
Paddings and margins are handled completely different.
You may try adding/changing to...
#content {float: none; width: auto; margin: 10px 10
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
> Yes, I agree...I have gone thru and cleaned up the html and passed
> the XHTML 1.0 validation.
>
> I have also re-enabled the last-child declares so that you can see
> what they are doing in the code...
>
> http://www.familydna.n
Information - Abyss wrote:
> Dear Community,
>
>
> What is the communities view point on CSS "font-size" property? should it be
> in "pt" (point) or "px" (pixel) measurements?
>
Lori Robinson suggested reviewing the material in our list WIKI (address
at the bottom of every posting). There is
Sasha,
Yes, I agree...I have gone thru and cleaned up the html and passed
the XHTML 1.0 validation.
I have also re-enabled the last-child declares so that you can see
what they are doing in the code...
http://www.familydna.net/williams/results_page.php
And here is the same pa
Hi all,
I've been playing with clip recently and it seems to me the spec is a bit
counter-intuitive. It is particularly irritating if you are clipping
non-fixed width elements because if you don't want it to be clipped on the
right, you have to specify its width for that value. Surely it would be
On Dec 19, 2006, at 5:32 AM, Adrian Williams wrote:
> tbody.scrollContent td:last-child {
> padding-right: 19px; }
>
> thead.fixedHeader th:last-child {
> padding-right: 19px; }
>
>Not really sure what the problem is but the validation tool comes
> back with " Unknown pseudo-element
On 19/12/06, Ivan Porto Carrero <[EMAIL PROTECTED]> wrote:
> I have a page that has moving parts (in an accordion type of widget)
>
> Inside this page I have a button that popups up a calendar widget.
>
> Now when I don't put an accordion around it (or i don't collapse a div
> via javascript or any
On 19/12/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
>Not really sure what the problem is but the validation tool comes
> back with " Unknown pseudo-element or pseudo-class :last-child" and it
> is causing some serious nightmarish activity with my results
> table...causing the columns to go
On 19/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> However at present I have image1.gif but what I would like is for the text
> to wrap around the advert like in image2.gif.
You would need to have the div.ads container appear in the html flow
after those two paragraph containers.
--
Chee
On 19/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am trying to get the advert block (.ads) to display about 30px down the
> maincontent div but have the text run alongside the advert contained with
> the
> ads class.
>
> At the moment however the .ads advert displays after the text
On 19/12/06, Stephanie Leary <[EMAIL PROTECTED]> wrote:
> Example:
> http://stephanieleary.net/progress-test/
>
> For goal #10, I tried
> background-position: -76% 50%;
>
> ...but it doesn't work. If I do the math and specify the pixels, it does:
> background-position: -152px 50%;
>
> (Actually, th
Information - Abyss wrote:
> What is the communities view point on CSS "font-size" property?
I'd go with ems. Please see "Sizing Text" (and all kinds of other CSS
tips) on the list Wiki: http://css-discuss.incutio.com/
Regards,
Lori
__
I am trying to get the advert block (.ads) to display about 30px down the
maincontent div but have the text run alongside the advert contained with the
ads class.
At the moment however the .ads advert displays after the text in maincontent
Any ideas?
#wrapper
{
margin: 0 auto;
padding
On 19/12/06, Information - Abyss <[EMAIL PROTECTED]> wrote:
> What is the communities view point on CSS "font-size" property? should it be
> in "pt" (point) or "px" (pixel) measurements?
Personally, I always design using 'em' units, wherever (and whenever)
possible. I have found that this unit of
On 19/12/06, Santiago Restrepo <[EMAIL PROTECTED]> wrote:
[trimmed]
> I have a wide UL (width 200px) with LI that are smallers (150px). Now the
> problem is that i want those LI to stick with the right side of the UL.
>
> here's a little example
> http://www.utp.edu.co/Nuev/contprueba.php
> the col
Hi
I have a page that has moving parts (in an accordion type of widget)
Inside this page I have a button that popups up a calendar widget.
Now when I don't put an accordion around it (or i don't collapse a div
via javascript or anything) the page looks fine
However when I start hiding an
Hi List:
I have a little problem that i don't know how to fix.
I have a wide UL (width 200px) with LI that are smallers (150px). Now the
problem is that i want those LI to stick with the right side of the UL. Do i
make myself clear? :)
here's a little example
http://www.utp.edu.co/Nuev/contprue
Dear Community,
What is the communities view point on CSS "font-size" property? should it be in
"pt" (point) or "px" (pixel) measurements?
Personally I design in "pt" - but I would just like to get the view point of
other developers and the reason behind why they use it.
Regards
Abyss
___
Y'all,
Here I am again!! Still working thru problems in my style sheet and
the newest is this:
tbody.scrollContent td:last-child {
padding-right: 19px; }
thead.fixedHeader th:last-child {
padding-right: 19px; }
Not really sure what the problem is but the validation tool comes
b
http://www.bctarizona.com/test/
http://www.bctarizona.com/test/bct.css
The easy problem: Margins/Padding on the content DIV. I've tried several
different ways but none are giving me equal margins on the content. Ideally,
I want 10px padding on the content. I'm sure the problem is one of the
margi
On 12/18/06, George Ornbo <[EMAIL PROTECTED]> wrote:
> On 12/18/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
> >
> > Y'all,
> >
> > With the introduction of the "fixes" in IE 7, the CSS-based
> > scrolling tables (based on the original CSS written by Terence Ordona)
> > that I have in my site
George,
Thanks for the information! As best as I can tell, the problem is
that in IE6 and before, the html>body was used to hide the style
declarations from IEand now, IE 7 can see them??
In other words, IE6 and before will see this:
div.tableContainer table {
margin: 0 -16px 0
~davidLaakso wrote:
> Devon Miller wrote:
>
>> Daniel Petre wrote:
>>
>>
>>> hello, anyone can guide me to a hack regarding viewing my page (
>>> http://www.pain.ro ) the right way in IE7 ?
>>>
>>>
>
> Best,
> ~dL
>
>
>
{previous message trimmed]
You may need this with it
Devon Miller wrote:
> Daniel Petre wrote:
>
>> hello, anyone can guide me to a hack regarding viewing my page (
>> http://www.pain.ro ) the right way in IE7 ?
>>
There is more than one way to do it. Just letting the software do its
thing may (or may not) be one of them.
css:
body { backgro
On 12/18/06, Adrian Williams <[EMAIL PROTECTED]> wrote:
>
> Y'all,
>
> With the introduction of the "fixes" in IE 7, the CSS-based
> scrolling tables (based on the original CSS written by Terence Ordona)
> that I have in my site are now hosed in IE 7...
>
> http://williams.genealogy.fm/results_
Y'all,
With the introduction of the "fixes" in IE 7, the CSS-based
scrolling tables (based on the original CSS written by Terence Ordona)
that I have in my site are now hosed in IE 7...
http://williams.genealogy.fm/results_page.php
I think it has something to do with the way IE7 now ha
Daniel Petre wrote:
> hello, anyone can guide me to a hack regarding viewing my page (
> http://www.pain.ro ) the right way in IE7 ?
It looks like the IE z-index bug[1]. Basically, since you have 2
positioned elements and one does not contain the other, IE treats the
later element (#background) as
TCrabtree wrote:
> http://www.tusculum.edu In the latest version of Opera (version 9.10
> build 8679), I cannot find a way to prevent the list of links
> (beginning with 'Blue Ridge Undergraduate') on the right side of the
> page from shifting outside of the container div.
Add...
#imageright ul
Ran into a bizarre problem over the weekend. The goal of this page is to
combine a nav menu with progress meters for a funding campaign. After much
fiddling with stacking things, I realized the simplest way to do it would be
to set a background image on each list item, and move it to the left by
wh
I need help with our home page: http://www.tusculum.edu
In the latest version of Opera (version 9.10 build 8679), I cannot find a
way to prevent the list of links (beginning with 'Blue Ridge Undergraduate')
on the right side of the page from shifting outside of the container div.
The relevant CSS f
That worked - thanks scott!
~Mindy
[LINK: http://pj-chron.com/]
---Original Message---
From: Scott Swabey
Subject: Re: [css-d] looks good in IE but not netscape/firefox
Sent: 18 Dec '06 09:21
On 18/12/06, MINDY <[LINK: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]> wrote:
Hope
hi everbody
i have a problem with my design
im developing a style for phpbb
sometimes the content goes behind the background color of #container div
see my design here
http://www.persia-cms.com/test/
please play with your browser's window size
the last part of the page "Non-phpBB specific" has
On 18/12/2006 06:00, Information - Professional Web Pages wrote:
> I have 2 divs:
>
> 1.) The first that I am trying to float left and extend all the way to the
> bottom
> 2.) The second that I am trying to move up.
Try this:
instead of having a margin-left: 250px;, do this:
#CntMainText {
My thanks to Daniel for pointing me in the right direction. I got the DL
working the way I want it to.
Jeniffer C. Johnson
OffLead Productions
http://www.offlead.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org
40 matches
Mail list logo