Re: [css-d] Maybe OT: As it is Friday - have a free CSS template

2005-09-23 Thread dwain alford

Christian Heilmann wrote:

I just had some very good news and I have this template lying around.
Did it for a friend but it seems it'll never pull off anyway...

http://www.wait-till-i.com/index.php?p=165

enjoy and good weekend

 thanks chris, and that's also for the book tip.
dwain
--
dwain alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The Savior replied;
There is no such thing as sin;...
'The Gospel of Mary of Magdala'
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning Confusion

2005-09-01 Thread dwain alford

Klear wrote:

The layout should all fall within a width of 760
pixels. My problem comes down to positioning
everything. I am not sure why my menu is not falling
directly underneath the header. I thought I understood
the box model, but I guess not =/



change padding-top:20px to margin-top:20px in your heading
remove top:136px in the menu
change your margin setting in the menu to margin:0 auto

that should do it.

hth,
dwain


--
dwain alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The Savior replied;
There is no such thing as sin;...
'The Gospel of Mary of Magdala'
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d]

2005-08-28 Thread dwain alford

Where can I find a discussion about not using tables? (I'm new to CSS)
Bob


you found it.
dwain

--
dwain alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The Savior replied;
There is no such thing as sin;...
'The Gospel of Mary of Magdala'
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] faux column not working

2005-08-13 Thread dwain

would someone have a look at the css and the source code and lend a hand
to make the navigation column span the length of the container?  i know
this is supposed to be simple, but i'm having a helluva time making it work.

http://www.alforddesigngroup.com/sandbox/index.html

http://www.alforddesigngroup.com/sandbox/css/styles.css

dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[Fwd: Re: [css-d] faux column not working [SOLVED]]

2005-08-13 Thread dwain

David Laakso wrote:

Move it to:
.wrapper {background:#fff url(../images/headfoot.png) top right repeat-y;}
or something like that...


thanks david.  i had read tutorials til i was blue in the face and they
didn't seem to do what they said they would do.  maybe due to a lack of
understanding of technique on my part.  i accomplished what i wanted,
but i would like a bit more finesse with the technique.  i'll experiment
more later.  my brain is tired.

thanks for all the responses.  i really appreciate them.  i was kind of
at my wits end with this.

regards,
dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Music Files and CSS

2005-07-21 Thread dwain

david wrote:
Now that's interesting! Where's your site, I'd be interested to see if 
my ad blocker settings do the same thing ..




http://www.alforddesigngroup.com/sandbox/svg-test.html

hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Floating tables

2005-07-18 Thread dwain

Bill Hely wrote:

Table criticisms aside, is it possible to “float” a short narrow
table into the top-right corner of a longer wider table, such
that shortnarrow looks like a column of longwide?


seems to me you would use a {vertical-align:top;horizontal-align:right} 
rather that a float.  i don't think you can float a table within a table 
for positioning.


dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Firefox table moved waaaay to right

2005-07-17 Thread dwain

Catherine Post wrote:
  If someone could please give me a hint, as to how I could change my 
code, so
that the page would display properly (text moved to the left, under the 
header and contact info and horizontal ruler at the top), I'd be very 
grateful.


if you add {float:left} to the table.opening, hr and your images table 
everything should work as you expect it to (in ff 1.05 w2k sp4).

hth,
dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] First Post ;)

2005-07-17 Thread dwain

Gene Falck wrote:

http://www.dur.ac.uk/ITS/WWW/accessibility/guidelines/priority2/.forms.php


this link is no longer good.
dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check: stephenjoneslaw.com

2005-07-15 Thread dwain

w2k sp4  nn8.01

the top of your page shifts to a top margin when you click a link.  the 
client may not like the page jump.  you could remedy the problem by 
adding the top margin to the index page rather than removing the margins 
on the other pages.


your graphics and text (top links) don't hold together.  the text breaks 
out of the graphic when the text is enlarged.  also the text is rather 
small and begs to be enlarged even on my 17 monitor set at 1024x768.


hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Problems with a:hover over an image in (surprise!) IE (apologies for the double post)

2005-07-15 Thread dwain

jason zietz wrote:


My apologies for posting this again, but I messed up and replied to a 
post instead of creating a new email to save some time retyping the list 
address.  Oh, the irony.
This has been bugging me for a while now and I can't seem to fix it.  
Here's the relevant CSS:


a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#previewPanel a:hover img.previewPic {
  border: 1px dashed #000;
} 


a href=#img class=previewPic src=imgPath.jpg height=100 
width=100 alt=alt tag //a





maybe reverse the order of img.previewPic and a:hover?

hth,
dwain


--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ie not bold on title boxes

2005-07-14 Thread dwain

David Laakso wrote:

Sam Leathers wrote:

I'm completely lost as to whats going on with IE6 ignoring the
font-weight: bold in the title boxes on the left but not having any
problems on the right side.


the bold is not showing at all in ff 1.0.4; but it is in opera 8.01.


-Feed the javascript stuff via an external file


ff is showing that you have javascript errors.

hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Footer Extending

2005-07-12 Thread dwain

Richard Brown wrote:
  The footer extends out over the column. Could anybody explain why,

please and maybe offer a solution for stopping it.


your footer is 8-9px too wide.  set the width to 767px and you will be 
fine.  it's the box model thing.  if the width is fine in ie then add:

htmlbody #footer {width:767px;}
and that should square you away with the gecko browsers and opera.

hth,
dwain


--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Vertical Text for Castle Hotel Menu (Italy)

2005-07-09 Thread dwain

Callum Mcleod wrote:

That is if they use a PC. Mac screen resolution is 72dpi i think.


seems to me that a majority of computer users use a pc.  correct me if 
i'm wrong.


in my investigations print designers and and users of the process color 
medium use mac.  but let me not digress into a possible flaming 
situation.  there are a lot of web developers today using linux and 
windows and use a mac to test on.


so if the majority of people use a pc, why not layout for pc, especially 
for printing purposes; besides, the mac will print slightly smaller.


dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Width Woes Again

2005-06-27 Thread dwain

George Smyth wrote:

I am putting together a site that can currently be viewed at
http://sacc-jobfaircom.readyhosting.com/.  As far as Firefox is
concerned, everything is working just fine.  However, in Internet
Explorer the three boxes with the images do not fit across.  I thought
that this might be due to the IE Doubles Float Margin bug, but I added
display:inline to the div without any change.

Does anyone have an idea as to why the third box is dropping below the
other two?  If I increase the size of the main div then they fit, but
Firefox will show the extra spacing following the third box.

Thanks -

george


first start by validating your html and css.  you've got some errors there.

hth,
dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Opera problem with links in div

2005-06-26 Thread dwain

Vicki Skinner (Stebbins) wrote:

Hi Ingo,

Again, many thanks for your help... that was the problem, and it's now 
fixed.


The calendar is now sitting very neatly over a big 'red' block... soon 
to be green.


Thank you sooo much.

Thanks also to Dwain who has been looking at this over the last couple 
of days.


thank you vicki for the opportunity and thank you ingo, for it was i who 
misunderstood the problem.  many apologies.


it seems that the popups in opera 8.01 don't operate locally for me as 
they do in the other browsers.  is there a reason for this now that the 
calendar is uncovered?


dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Opera problem with links in div

2005-06-25 Thread dwain

Vicki Skinner (Stebbins) wrote:
I made the div longer, but it made no difference... it's so weird how it 
will take the line pEVENTS/p under the php but not above, I just 
can't see any logic in this.


Any other ideas?



have you tried adding a margin-top to the navTable to see if the links 
are being covered by the on top calendar?


i'm struggling here.  it makes sense to me that the links are being 
covered in opera but none of the other browsers.  the more i work with 
opera, the more i find what a strange, picky animal it is.


hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Problems with simplebits background cheat

2005-06-25 Thread dwain

Purplegenie Design{web+print} wrote:
I have the nagging suspicion that I'm overlooking something terribly 
obvious.


linda,
see: http://www.positioniseverything.net/easyclearing.html
when you clear your floats your page div should contain the divs and 
your background should become visible.


hth,
dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Seeking intense CSS Training

2005-06-24 Thread dwain
I was looking to immerse myself in a 3-5 day course, AWAY from work and 
interruptions. 




the best suggestion i've read was the one to get the eric meyer books 
and work the lessons in them and ask the list for help when you have a 
problem.  thanks v.


dwain


--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] floats, negative margins and mess

2005-06-23 Thread dwain

virginia,
does the following work for you?


span .Name {

  background:url(the path to the image);

border: 1px solid #949283;
padding: 5px;
margin: 10px; /* or whatever suits your intent */
float: left;
height: 140px;
width: 100px;
}



pspan id=Name/spanMolor dolortisl et ullam mi auguero 
aliquipsum. In aliquat diamet

veliquisit consecte, hymenaeos ed veliqui. Nam dunt lectus modiam elit,
risus morbi henis. Orci facilisse ationullaoret lobortio dolessi
odionsequip sandigna, landrem cubilia voloreros neque se cubilia. Susto
eui modit lobore sandigna il amconsecte. Aptent utat velent, elenisit
cursus ent in modipsu hendip, deliquatue maecenas iscing./p

hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] floats, negative margins and mess

2005-06-23 Thread dwain

Lauri Raittila wrote:

(and someone's idea of using span with background instead of image was of
course worse than useless approach.)
it sure was, i was thinking more along the lines of an empty div and 
using css to place the image.  couldn't get to the image so there was no 
way of checking my approach.  also, after thinking about it the image is 
probably used as content rather than presentation anyway, so the entire 
approach would not have been semantically correct.

dwain



--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Links not working in Firefox

2005-06-16 Thread dwain

Matthew Velic wrote:

Alright, thanks in advance to anyone who knows why my links have stopped
working/being able to be clicked on.  Here's the XHTML:


 a url might be better.

dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning problem in IE

2005-06-13 Thread dwain

Mike Davies wrote:


Can anyone suggest a solution?


first validate your html and correct those errors.
then validate your css and correct those errors.  the css will not 
validate now until you fix the html.


your li borders are not being contained by the ul.  they stick out 
to the right of the column.


there are design flaws that need to be corrected as well, but they are 
cosmetic.


validate, fix and then come back.

regards,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning problem in IE [addendum]

2005-06-13 Thread dwain

observed in ff 1.04 w2k sp4

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check - http://www.appesbach.com

2005-06-13 Thread dwain
sure took a while to load (in sections) on my cable connection.  imagine 
how long it will take on dial up.  didn't get much farther than that. 
sorry.


i'll have another go at it later.  first impressions you know.

dwain

--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] font-size and unordered-list menu

2005-06-07 Thread dwain

Matt Tibbits wrote:

Another dumb question probably, but here goes.

 


I created a vertical menu using an unordered list.everything works fine
until I try to change the font size. When I put a font-size : 0.8em on the
a or the ul element, it puts a space at the bottom of each each link
item.



try this on your links:
licontent/li
licontent/li
or
licontent/lilicontent/li

hth,
dwain
--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] UL margin increase in IE 5.x and 6

2005-06-04 Thread dwain

Linda Dunn wrote:

Hi,

I have a page here:

http://www.ncwinnerscircle.com/

I've gotten my box model hack working so that the sidebar renders the 
same width in Firefox and IE. However, in IE (5.x and 6) there is extra 
space on the left margin of the unordered list that makes up the 
navigation menu.


Any ideas what's going wrong here?


you might try adding {display: inline;} to the ul css.  that usually 
does the trick.


hth,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-13, 06/03/2005
Tested on: 6/4/2005 1:09:17 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Opera and images

2005-06-04 Thread dwain

Vicki Skinner (Stebbins) wrote:

Hi Dwain,

http://www.keeenstreet.com.au the header, logo isn't visible in Opera.

Thanks

Vicki


1. try placing .. in front of the / in your css at url(/images).
or
2. try removing the / in front of url(/images).

that might be your problem.  i have found that opera 8 (what i use) is 
temperamental most of the time and it wants to be fed just right 
before it will perform as expected.


i'll be up for a while.  let me know when you've made a change and i'll 
take another look and let you know what's going on if you need me to.


hth,
dwain

p.s. keen only has 2 es.  i got an error message before i spotted the 
misspelling. ;^)


--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-13, 06/03/2005
Tested on: 6/4/2005 3:04:02 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check - http://www.centralfunding.com

2005-06-04 Thread dwain

Thomas Hall wrote:

If anyone would be so kind as to check this site,
http://www.centralfunding.com http://www.centralfunding.com/  I sure would
appreciate it! Thanks.


the only problem i see is that, in ff, if you ctrl+ the design starts to 
break apart.  this also happens in ie6/win when you set the text size at 
largest.  you could correct the problem by making the whole design 
grow, especially the images, by assigning em values to the images.


dwain

--
Dwain Alford
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] footer floating up

2005-06-03 Thread dwain

Stephanie Bridges wrote:


The behavior only occurs in Firefox (I'm using 1.0.4). I could reproduce it
in IE for a while, but the addition of the br at the end of the content
seems to have gotten rid of it there.  Once it drops down, it stays there.
To see it again, clear the browser cache and visit the page again.


could it be that your clearfix rules are incomplete?  you seem to be 
missing: .clearfix {display: block;} in the hide from mac section.


try that and see if that doesn't help.

dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/3/2005 11:09:41 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Position menu with elastic design

2005-06-03 Thread dwain

Mr. Kim Siever wrote:
  Here is the basis of the code for the menu:


div id=footer
  div id=menu
ul
  liMenu item/li
/ul
  /div
/div


first thing i would do is take the menu out of the footer.

do you have a problem structuring the document so the menu code would 
fall where you want it to be positioned on the page?  if so why? 
(rhetorical question)


in my thinking, you would have a large negative margin on the menu div 
to bring it closer to the top of the page from the bottom of the page 
which would make the positioning of the rest of the elements touchy.


could be wrong,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/3/2005 12:30:03 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] footer floating up

2005-06-03 Thread dwain

Stephanie Bridges wrote:


I can only get the behavior to reproduce in Firefox.  I have changed the
code on the social page [1] to contain each of the paragraphs with a
right-floated image to be wrapped inside a div with class clearfix, but
still no luck.


the floating footer on the isu index page is at the bottom now in ff 
1.0.4 w2k sp4; and i didn't even have to refresh the page to make it go 
to the bottom, it came up that way.


dwain


--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/3/2005 3:42:25 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] interesting margins and footer

2005-06-02 Thread dwain

Uwe Kaiser wrote:

[EMAIL PROTECTED] schrieb:



1.  in ff 1.0.4 and opera 8 there is a margin at the top of the page.
the margin and padding in the body is 0.  there is a 0 margin and a
small (.25em) padding on the header.  in ie6 the header abuts the top of
the page.  why the discrepancy?

2.  in ff and o8 the footer height is wider than the text.  in ie6 the
footer height is the size of the text.  why the discrepancy?




It sounds like problems as described there:

http://www.complexspiral.com/publications/uncollapsing-margins/
http://www.researchkitchen.de/blog/archives/css-autoheight-and-margincollapsing.php




regards,
Uwe Kaiser



thanks for the listings.  the h1 margin 0 and the footer p padding did 
the trick.  when i went back and looked at the css i had not written a 
rule for the footer p or the h1.  when i added the rules everything 
worked out.


thanks for the look,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/2/2005 3:21:08 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Philosophical question about images

2005-06-02 Thread dwain

Also, if you know of a way to do image links purely through CSS, I would
love to here those too.


matt,
see: http://www.studiokdd.com/

this is my online portfolio in html/css.  if you have any questions you 
may contact me off line at [EMAIL PROTECTED]  the site is not 
complete.  i still have descriptions to write for each image for viewers 
with sight disabilities to be able to see the images in words.


i look forward to viewing your portfolio.

hth,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/2/2005 11:44:28 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] interesting margins and footer

2005-06-01 Thread dwain

here's the address:
http://www.s108254362.onlinehome.us/index2.html

the css is embedded in the page.

here are the 2 problems:

1.  in ff 1.0.4 and opera 8 there is a margin at the top of the page. 
the margin and padding in the body is 0.  there is a 0 margin and a 
small (.25em) padding on the header.  in ie6 the header abuts the top of 
the page.  why the discrepancy?


2.  in ff and o8 the footer height is wider than the text.  in ie6 the 
footer height is the size of the text.  why the discrepancy?


puzzled,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0522-6, 06/01/2005
Tested on: 6/1/2005 4:53:57 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site-map page renders improperly in opera 8

2005-05-24 Thread dwain
that was the ticket.  i must have mucked around with the clearfix rule 
before.  when i reinserted the correct code, o8 came around.


if someone would be so kind as to take a look in ie mac, i surely would 
be grateful.


and could i get a check (just 2 pages), pc and mac, on another site 
also.  i have just changed the clearfix rule there.


http://www.studiokdd.com/
http://www.alforddesigngroup.com/

regards,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-4, 05/20/2005
Tested on: 5/24/2005 2:40:20 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site-map page renders improperly in opera 8 [SOLVED]

2005-05-24 Thread dwain

Gunlaug Sørtun wrote:

Quick look in FF1/win, Opera8/win, Safari and IE/Mac.

These 3 pages comes through fine, and pretty identical, in all these
browsers.

Differences:
[3] yellow border around center-image/link only shows up in FF. Maybe
you want 'border: none;' on that image?

IE/Mac show its usual horizontal scroll-bar (some 25px extra width), but
otherwise fine.


thanks for the look georg; and thanks for the other observations that 
brought about the resolution to the problem.  thank you all just doesn't 
seem to say enough.


regards,
dwain


--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0521-1, 05/24/2005
Tested on: 5/24/2005 7:38:13 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] site-map page renders improperly in opera 8

2005-05-23 Thread dwain
would someone look at the following page and offer suggestions as to why 
the floating divs in the last two containers are crowding to the center?


http://www.studiokdd.com/pages/site-map.html
http://www.studiokdd.com/css/styles.css

the xhtml and css validate.

and would you also do a site check for pc and mac?  i have combined 
several style sheets into one and i want to make doubly sure that all is 
well; especially on mac and ie5.0/win.


http://www.studiokdd.com/

thanks,
dwain

--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-4, 05/20/2005
Tested on: 5/23/2005 1:46:17 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ot] page breaks in all but opera 8

2005-05-20 Thread dwain
Philippe Wittenbergh wrote:
/me thinks Opera 8 is wrong in not pulling that div upwards. It has a 
negative top margin set in em. When you increase the font-size, the 
computed value for that margin-top becomes bigger, and the div will be 
put upwards.
On the other side, Opera increases *all* elements on the page, including 
the width specified on the div#wrapper (set in px), and the size of the 
images. Other browsers only increase the text size, and dimensions (like 
width or margin) when specified in em or ex.

this is exactly what i'm talking about.  there must be something in the 
source code that makes the calculations.  is it really wrong for opera 8 
to maintain the layout *exactly* when the others don't.  i think that 
opera has done something good that the industry could use.  sure does 
make the design look good at what ever text zoom, yes?

dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 4:17:59 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ot] page breaks in all but opera 8

2005-05-20 Thread dwain
Gunlaug Sørtun wrote:
[EMAIL PROTECTED] wrote:
here's the url for the phenomenon page:
http://s108254362.onlinehome.us/index2

Am I missing something?
My Opera8 pull that div upwards just like FF when I change font-size.
Opera zoom is another matter altogether.
regards
Georg
then no, i must be missing something.  how did you change the font size 
in opera without using the zoom?

dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 4:20:21 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ot] page breaks in all but opera 8

2005-05-20 Thread dwain
Uwe Kaiser wrote:
[EMAIL PROTECTED] schrieb:
Uwe Kaiser wrote:

have you looked at the page in the different browsers?  if you did, 
did you notice that opera 8 holds the layout at any zoom and the other 
browsers don't?  this is the phenomenon i'm talking about.

dwain
Hi, Dwain
I looked at the page, and all I could see was the normal behavior
of the browsers. You may call it a phenomenon, if you like.

regards,
Uwe Kaiser
phenomenon may be too grandiose a word; i had expected the same 
rendering behavior in opera as in the other browsers, but i didn't.  if 
you saw what i saw and call what happened in opera normal, ok.  i 
didn't see it as normal.

dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 5:12:13 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ot] page breaks in all but opera 8

2005-05-20 Thread dwain
David Laakso wrote:
On Fri, 20 May 2005 18:41:39 -0400, [EMAIL PROTECTED] wrote:
Uwe Kaiser wrote:
[EMAIL PROTECTED] schrieb:
Gunlaug Sørtun wrote:

Am I missing something?
My Opera8 pull that div upwards just like FF when I change font-size.
Opera zoom is another matter altogether.
regards
Georg


then no, i must be missing something.  how did you change the font  
size in opera without using the zoom?

dwain
There is a screenshoot (attention: 84KB)
http://www.kriton.de/TEST/phenomenon.png
 Uwe Kaiser
thanks for the screen shot, but the question is not answered - how 
did  you change the font size without using the zoom feature.  i also 
noticed  that the page still held the design (margins, etc.) while the 
other  browsers increased the margins, etc., thus blowing the design 
out of  proportion.
Can't answer for Georg-- I use: PreferencesAdvancedFonts.
dwain
Regards,
David
thanks for the answer david.  i wonder how many opera users change the 
size of their font from default?

again, the rest of the page holds together (except for the left div). 
the margins and line height are not blown out like in the other browsers.

now to go off topic and off list with suggestions.  since this is a 
browser design issue, how does one contact the developers without 
calling this a bug?  i contacted mozilla, but i had to report this as a 
bug.  again, i want to talk with the developers.  any thoughts?

dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 6:42:20 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ot] page breaks in all but opera 8

2005-05-19 Thread dwain
here's the url for the phenomenon page:
http://s108254362.onlinehome.us/index2
dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 12:00:13 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] new 3 col layout with header and footer

2005-05-19 Thread dwain
David Laakso wrote:
On Thu, 19 May 2005 22:20:51 -0400, brian ally [EMAIL PROTECTED]  
wrote:

i was searching for some simple source ordered floating 3 columns  
tableless CSS
layouts. i've found lot of more or less cool solutions but none was  
matching my
needs. so i decided to try and compose my own:
 http://www.ground.cz/luci/css/my3cols.html

looks fine in moz 1.7.5/linux
Also good in FF 1.04, Safari 1.3, Opera 7.54 (OS X)
No styles for Explorer 5.2 ;-)
Very strange. In XP_SP2 IE6.0 there's a brief flicker as the page loads  
and appears-- then quick as a flash my editor opens with your css file 
in  the window. Yikes! When I close that window, your page re-appears. 
Weird!
you have about a 3em gap between the header and the 3 columns in ie5.0 w2k.
dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0520-3, 05/19/2005
Tested on: 5/20/2005 12:10:45 AM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] I need a PC person and why can't we all get along?

2005-05-05 Thread dwain
Benjamin Kirkby wrote:
http://ben.web.arizona.edu/junk/homepage.html
looks like you have a problem in your footer.  search by google is in a 
small font and then it repeats in a larger font on the next line outside 
of the shaded footer area.  ff 1.0.3/w2kSP4

hth,
dwain
--
Dwain Alford
http://www.alforddesigngroup.com
web hosting: http://www.1and1.com/?k_id=7653741
http://www.spreadfirefox.com/?q=affiliatesamp;id=0amp;t=1/
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0518-1, 05/02/2005
Tested on: 5/5/2005 1:26:44 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/