Hi,
Strictly speaking this is really an "off-list" topic but here's my solution.
I generate my pages that require this using PHP.
I create the basic template page in XHTML and then break down each section into
separate files.
I then add the PHP tags so that the page gets recreated correctly using
Hi Lori
On 01/06/07, Lori Lay <[EMAIL PROTECTED]> wrote:
> >
> > I am trying to use different images for a nav list. I am declaring
> > different classes for each image and that is working. However, I
> > cannot get the text to sit below the images. Could you have a look and
> > maybe see where I
I have done a number of designs using strict doctypes and CSS etc. I
would like to begin a portfolio site with a blog interface. While I
am reasonably comfortable with CSS I have no experience in taking the
Wordpress blog system and creating my unique theme by using my own
graphics and CSS.
Theresa Mesa wrote:
> Why is the main content jogging in IE6, but not IE7 or FF on either
> platform, or Safari?
>
> http://mdh-test.com/vads
> http://mdh-test.com/vads/vds.css
>
> Been a while since I built a site, so I'm a little rusty. Thank you
> for your help.
>
> Theresa Mesa
> [EMAIL PR
On Jun 5, 2007, at 2:46 AM, James Leslie wrote:
> I seem to be having a couple of problems with a site in konqueror (it
> works pretty much fine on every other browser on mac/pc/linux) and
> came
> across the following hack through google. I was wondering if anyone
> had
> any experience of u
Oh, good.
Also, check out some of the CSS Layouts around the web.
They help. Its impossible to memorize all this stuff.
Example:
http://www.cssplay.co.uk/layouts/3cols2.html#
Glen
On 6/4/07, Luc <[EMAIL PROTECTED]> wrote:
>
> Good evening Glen,
> It was foretold that on 4/6/2007 @ 17:18:55 GMT-0
Good evening Glen,
It was foretold that on 4/6/2007 @ 17:18:55 GMT-0700 (which was
21:18:55 where I live) Glen Lipka would write:
> How about something like this?
> http://www.commadot.com/jquery/min-width.htm
That's the thing i'm after Glenn!!
> Look at the code with a table:
> http:
How about something like this?
http://www.commadot.com/jquery/min-width.htm
Although, I feel like this is a little ugly.
Look at the code with a table:
http://www.commadot.com/jquery/min-width-table.htm
Doesn't that seem easier to manage?
Glen
On 6/4/07, Luc <[EMAIL PROTECTED]> wrote:
>
> Go
Well, I understand you are right, and did from the start because I've
experienced it myself (even though my argument's logic failed), but I still
say it's an inconsistency. :)
border= in HTML should equal border: in CSS. I understand they are different
but to make them inconsistent would be one re
On Mon, 04 Jun 2007 14:32:33 -0400, Sandy wrote:
>
> I have a couple of problems with these pages I don't understand.
>
> The in
> http://sandyfeldman.com/test/smale/portfolio1/port111.html seems to have just
> a little
> padding on the right, compared to the same thing in
> http://sandyfeldman.c
Good evening Glen,
It was foretold that on 4/6/2007 @ 15:33:09 GMT-0700 (which was
19:33:09 where I live) Glen Lipka would write:
Hi Glen,
> What is the desired outcome when the screen gets small?
sorry if i didn't make myself clear (and sorry for all on the list)
> A) The screen gets a ho
Good point Mike.
You are mixing things.
Your logic fails because is applying 'markup rules' to 'CSS rules'.
In [the old and deprecated way to apply borders]
border is assigned via an HTML * attribute* and must follow what the
HTML Specs [1] says:
The value "border" in the start tag of th
Sample:
http://cpns.commadot.com/
In IE6, the corners at the bottom are being placed too low.
When I use the IE Dev toolbar and change anything about them, they snap back
into place.
I hate errors like that. Any ideas? Thanks,
Glen
__
What is the desired outcome when the screen gets small?
A) The screen gets a horizontal scrollbar when a certain minimum width is
reached?
B) The elements overlap each other?
And also, what happens if the screen resolution is very large. What is the
intended results?
Glen
On 6/4/07, Luc <[EMAI
If a border applied to a table in the CSS is not inherited by tr and td then
why does in your markup give borders around all the tr
and td?
Following the second link give this description:
The headline is important!
"If no color has been assigned to the EM element, the emphasized "is" will
inheri
Good evening Gate,
It was foretold that on 3/6/2007 @ 13:58:54 GMT-0400 (which was
14:58:54 where I live) Gate Wizard would write:
> have you tried: http://css-discuss.incutio.com/?page=FloatLayouts
Yup, even tried the solution given by Sarah but to no avail ... still
having the same problem
It works great in Firefox but IE puts an additional extra blank line after the
graphic.
Thanks, Kevin
- Original Message -
From: "Jukka K. Korpela" <[EMAIL PROTECTED]>
To:
Sent: Monday, June 04, 2007 1:47 PM
Subject: Re: [css-d] Text inline with graphic
> On Mon, 4 Jun 2007, jana c
Hi Mike,
Because it's not a cascade issue.[1]
It's an inheritance issue.[2]
The CSS property border isn't an inherited property or in other words,
doesn't apply to children elements.
[1] http://www.w3.org/TR/REC-CSS2/cascade.html#cascade
[2] http://www.w3.org/TR/REC-CSS2/cascade.html#inheritance
Hi all,
My css is now validated as is my html!
I have been checking my index page with the various browser/OS combos but I get
a major difference with the majority (except for IE) where the divs called
#gw_tabView1 and .gw_aTab seem to move unexpectedly.
The page can be seen here: http://216.2
Hi Ross,
There is a 'equal sign' missed in your HTML code:
In case the missed sign was a typo and you want a border around ALL cells of
the table you must use the following CSS:
table.signup_table {
border-collapse:collapse;
}
table.signup_table tr td {
border:1px solid green;
}
--
Why doesn't
Hi all,
My css is now validated as is my html!
I have been checking my index page with the various browser/OS combos but I get
a major difference with the majority (except for IE) where the divs called
#gw_tabView1 and .gw_aTab seem to move unexpectedly.
The page can be seen here: http://216.2
From: "Edinburgh Nights" <[EMAIL PROTECTED]>
>I usually add id but I have a series of tables I want to apply the same
>class to
>
--
Hi Ross,
There is a 'equal sign' missed in your HTML code:
In case the missed sign was a typo and you want a bord
Kaye wrote:
...snipped
> My question is whether it is possible to turn this example into an
> external style sheet with the header, footer and left column content
> there and then just have each separate page's content (for the right
> column) in an html page that uses that external style shee
Edinburgh Nights wrote:
> I usually add id but I have a series of tables I want to apply the same class
> to
>
>
>
If you actually wrote it this way in your page, then there's your
problem. Try
>
> this doesn't work
>
> .signup_table {
> border-collapse:collapse;
> border:1px solid green
Thanks a million, it works wonderfully now. It also solved problems I was
having on several other pages. Cheers!
Erik
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://
I usually add id but I have a series of tables I want to apply the same class to
this doesn't work
.signup_table {
border-collapse:collapse;
border:1px solid green;
}
or does this
table.signup_table {
border-collapse:collapse;
border:1px solid green;
}
any ideas?
On Jun 4, 2007, at 9:00 AM, Erik Olivier Lancelot wrote:
> http://www.jester-records.com/releases-div.php.
>
> IE6 outputs extra space between the covers and the release info. It
> looks right in FF, O and NN.
>
IE6 is in quirks mode, and you are therefore seeing the effects of
the old box-m
hello all,
I have a couple of problems with these pages I don't understand.
The in
http://sandyfeldman.com/test/smale/portfolio1/port111.html
seems to have just a little padding on the right, compared to the same
thing in
http://sandyfeldman.com/test/smale/portfolio1/port110.html
where is thi
On 6/3/07, ron zisman <[EMAIL PROTECTED]> wrote:
>
>
> Browsers have different defaults.
>
> Add...
> table td {vertical-align: top;}
> ...and Firefox will get the message.
Along those lines, I found that using a style-baselining stylesheet from the
get go helps a lot.
Here's the link to E.Meyer
On Mon, 4 Jun 2007, jana coyle wrote:
> I would like to raise the text "3." to be in the center of the graphic
> "add to cart" Right now the "3." is at the bottom of the graphic. Not
> sure how to achieve this. Hope I explained this well enough.
> Any help would be great.
> http://www.precis
Hi,
I seem to be having a couple of problems with a site in konqueror (it
works pretty much fine on every other browser on mac/pc/linux) and came
across the following hack through google. I was wondering if anyone had
any experience of using it and how 'safe' it might be in the future?
html:not
Hello,
I am working on this page: http://www.jester-records.com/releases-div.php.
IE6 outputs extra space between the covers and the release info. It looks right
in FF, O and NN. I have been searching the web for hours but have not found a
solution. I tried putting the closing tag of "releases
http://cpns.commadot.com/
In IE6, the corners at the bottom are being placed an inch too low.
When I use the IE Dev toolbar and change anything about them, they snap back
into place.
I hate errors like that. Any ideas? Thanks,
Glen
__
I would like to raise the text "3." to be in the center of the graphic "add to
cart" Right now the "3." is at the bottom of the graphic. Not sure how to
achieve this. Hope I explained this well enough.
Any help would be great. http://www.precisemessenger.com/private/placeorder.html
Thanks,
Kevi
Why is the main content jogging in IE6, but not IE7 or FF on either
platform, or Safari?
http://mdh-test.com/vads
http://mdh-test.com/vads/vds.css
Been a while since I built a site, so I'm a little rusty. Thank you
for your help.
Theresa Mesa
[EMAIL PROTECTED]
___
Diego Muñiz wrote:
>>> I' ve done this star rating system: <
>>> http://www.punisha.com/test/estrellas/>
>>>
>>>
> I have uploaded the new verion. It works in FF, IE and Opera, but in
> internet explorer i'm not able to show it inline.
>
>
>
Try using a span instead of a division. A span
Farid Jamea wrote:
> Hello,
>
> I have a very simple web page. (one column, 4 sections: header, menu,
> content, footer). The width of the menu seems to be about 0.5 mm less than
> all other 3. (this is more clear in IE7, and also when you zoom)
>
> All sections are contained in a wrapper with a wi
As always, thanks 1,000,000.
Works like a charm.
Rita
At 11:39 PM 6/3/2007, ron zisman wrote:
>On Jun 3, 2007, at 10:36 PM, Rita Crisafi, Crisafidesign.com wrote:
>
> > http://www.crisafidesign.com/ICS/laundry.html
> >
> > it doesn't render correctly in AOL 9.0 and IE 6 on Windows 2000
> > acco
On Mon, 4 Jun 2007, Andrew Gaffney wrote:
>> I seem to have made a school boy error a while ago and instead of
>> using class's to define I used id's, thus having the effect of multiple
>> id's with the same name in the same page. I can correct but wanted to
>> know what damage multiple id's ca
On 04/06/07, Trevor Boult <[EMAIL PROTECTED]> wrote:
> I seem to have made a school boy error a while ago and instead of using
> class's to define I used id's, thus having the effect of multiple id's with
> the same name in the same page. I can correct but wanted to know what damage
> multiple i
...and your page won't validate.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Suppor
Trevor Boult wrote:
> Hi all,
>
> I seem to have made a school boy error a while ago and instead of using
> class's to define I used id's, thus having the effect of multiple id's with
> the same name in the same page. I can correct but wanted to know what damage
> multiple id's can do, regardin
At 7:51 AM -0700 5/31/07, Jon Hughes wrote:
>My question is this:
>Why do we feel so adamant to use web standards? Namely, the use of
>CSS-Based designs, as apposed to table-based designs.
Jon:
Read just about any css book. For that, I recommend "designing with
web standards" by jeffrey zeldman
Martin Paton wrote:
> Hi
>
> I've got a nice 3 col layout working.
>
> Problem is, in the "centre" column I need to create an unordered list
> which needs to be floated left
>
> When I clear the float underneath, it any content after the clear
> appears in the centre column, but just beneath wh
Hello to all who replied to this subject matter,
Thank you all, it has been resolved with the help of Sophie Van Waesberghe.
I'm very grateful for all your answers and hope help will continue in the
future when required..
Kind Regards
David G)
--
___
Hi all,
I seem to have made a school boy error a while ago and instead of using class's
to define I used id's, thus having the effect of multiple id's with the same
name in the same page. I can correct but wanted to know what damage multiple
id's can do, regarding SEO etc.
TIA
Trevor
_
I think you are using the default styles. Try something like border: 1px
solid #FF;.
Adi Azar
University Of Southern California
www.adiazar.com
skip evans <[EMAIL PROTECTED]> wrote: Hey all,
A client site I'm doing some maintenance on has a bunch
of input statements like this:
[inpu
I can't seem to make textarea and input the same width between IE and FF.
one is too long, the other is too short, is forcing the scrollbar in FF the
only way to get them close?
--
Anthony Ettinger
Ph: 408-656-2473
http://chovy.dyndns.org/resume.html
http://utuxia.com/consulting
_
On Jun 4, 2007, at 7:47 PM, Bruce MacKay wrote:
> I'm having a float problem on http://www.plantdocs.biz/testme2.htm
> with Safari which I cannot duplicate in Opera, FF (PC/Mac) or IE7.
> Essentially, the rhs float is sliding down past the lhs float - a
> behaviour exactly as one would expect if
I am just learning CSS so hopefully I know enough to adequately
explain what I am trying to do.
I have looked at the example of a css layout with a header, footer,
and two columns - the left one I want to contain a nav bar and the
right one the different content on each page. The example I have
> on this site http://www.florist.ch I have a real strange display
> error. The side shadow is being repreated below the footer shadow.
>
Looks like your #wrap div has some bottom padding in IE6, even though your
CSS says 0. You could perhaps circumvent it by adding some negative bottom
margin, o
On Mon, 4 Jun 2007, [EMAIL PROTECTED] wrote:
> http://www.linkhomes2000.co.uk/trials/bk/form%20trial.php
>
> Worst in Opera, but doesn't work in any of them. Labels will not align no
> matter what I've tried.
Basically, your approach is too complicated. You have restricted the form
to a rath
From: <[EMAIL PROTECTED]>
> It has to be something really stupid because I can't see what I'm doing
> wrong:
> http://www.linkhomes2000.co.uk/trials/bk/form%20trial.php
> Worst in Opera, but doesn't work in any of them. Labels will not align no
> matter what I've tried.
> David G)
Hello folks,
I'm having a float problem on http://www.plantdocs.biz/testme2.htm
with Safari which I cannot duplicate in Opera, FF (PC/Mac) or IE7.
Essentially, the rhs float is sliding down past the lhs float - a
behaviour exactly as one would expect if the width of the two floats
exceeding th
Hi,
Hope someone will help me here. Spent Friday afternoon and some three hours
this morning, still not resolved it.
It has to be something really stupid because I can't see what I'm doing
wrong:
http://www.linkhomes2000.co.uk/trials/bk/form%20trial.php
Worst in Opera, but doesn't work in an
Hi
I've got a nice 3 col layout working.
Problem is, in the "centre" column I need to create an unordered list
which needs to be floated left
When I clear the float underneath, it any content after the clear
appears in the centre column, but just beneath where the left menu ends.
This problem
Hi Everyone
on this site http://www.florist.ch I have a real strange display
error. The side shadow is being repreated below the footer shadow.
Your help would be much appreciated.
Thanks
__
css-discuss [EMAIL PROTECTED]
http
57 matches
Mail list logo