l element that itself bears the class "test", so the proper
selector is "ul.test".
--
Regards,
Beth Lee
callibeth.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/lis
> Am working on a coming soon page for my site and @font-face doesn't seem to
> be working. Not sure why .I implemented @font-face on another project and it
> was fine. Now it's not working for this. I am using a different font now -
> could this have something to do with it?
I believe you need
On Sun, Sep 11, 2011 at 10:43 AM, David Laakso
wrote:
>
> On 9/11/11 11:02 AM, Elli Vizcaino wrote:
>>>
>>> Oops, forgot one thing.
>>> To minimise the issue, you can give your footer a min-width, matching the
>>> fixed
>>> width of your main content.
>>>
>>> #footer-wrapper { min-width: 1116px }
> Have you reproduced that on a real machine ?
The problem seems to occur only if the page is opened in a browser window <
1120px wide and then scrolled right.
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.or
On Thu, Aug 11, 2011 at 2:05 PM, Tindle, Terri wrote:
> I took over a very complex website from a web designer. I'm trying to use
> her template to build a new page. The only issue is that in resolution 800 x
> 600, the main image goes off the page. To be honest, she is using at least 6
> di
Earlier, I've written at various times:
> On this page:
> http://www.callibeth.com/about.php
> the bottom of the div gmain3 is covered up by the footer when the height
> of
> the browser windows is between 665px and 750px tall.
>
>>> Within these
>>> resolutions the gmain div is
left;
> margin: 0 2em 2em;
> padding: 12px;
> width: 722px;
> }
> Eka
> On Thu, Aug 4, 2011 at 10:48 PM, Beth Lee wrote:
>> On this page:
>> http://www.callibeth.com/about.php
>> the bottom of the div gmain3 is covered up by the footer when the height of
>&g
anybody suggest something?
I rue the day I foolishly embraced the sticky footer.
Regards,
Beth Lee
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-disc
On Sat, Mar 12, 2011 at 6:29 PM, tedd wrote:
> There was a css article about how one could slice an irregular image such
> that the text in an adjacent textarea appeared to move around the image.
>
> Does anyone have a reference to that article or other such resource with
> regard to displaying t
on a Droid X -- the entire image and navigation
magnify and reduce together.
Regards,
Beth Lee
www.bethleedesign.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http:
or bottom margin.
Add the following line to your blockquote statement:
margin-right: 12px;
Or just have one line for the margins:
margin: 0 12px 16px -5px;
(Why do you have 2 colors in your statement?)
Regards,
Beth Lee
www.bethleedesign.com
__
> http://ohalah.org/wp/index.php
Felix wrote:
> IE6 use is down to less than 5%, deprecated by M$ even.
Yes, I wasn't going to worry about IE6, until I had a specific reason to do so.
Philippe wrote:
>As far as I can see without checking in IE 6 ...
> the issue is not one of box model, but mar
On Thu, Dec 16, 2010 at 10:34 PM, Beth Lee wrote:
> Hi all,
>
> I'm moving a site from tables into html5 and css, and onto WordPress. The
> head of the organization is concerned that the front page drops the 2 rows
> of 3 images out of alignment in her browser, which i
o just the home page to avoid quirks mode,
or deal with quirks mode. Any philosophy or wisdom on which approach is
better? I kind of lean toward keeping the entire site as html5, since time
is only marching forward.
Regards,
Beth Lee
w
here)
or self-closing (e.g. ), but XHTML does
require it. So when you "changed" your doctype to XHTML by adding that
specific doctype, DW fixed your page so that all opened tags are
closed.
There's more to know about IE8-and-below not supporting XHTML, but I
haven't wrapped my head
On Thu, Nov 18, 2010 at 2:34 PM, John wrote:
> I now get that an ID must be used only once on a page. Within div tags (from
> code generously provided here) I've been able to format specific bits of
> content, like text, using classes and tags.
>
> But I'd like to ad a dotted line between to par
Hi Steve,
http://www.caramiadesign.com/md/
The page looks good on a wide screen, but, as David mentioned, your
.container div (the one containing the nav) is pushing the page width out to
the right -- by about 380+px past your design, hence the horizontal scroll
bar.
When I look at it in a 1024
ral flow
with the rule position: absolute.
Change that to position: static (or just take it out altogether) to
start fixing your layout.
Regards,
Beth Lee
www.bethleedesign.com
__
css-discuss [cs...@lists.css-discuss.org]
http://www.c
>> http://chmackellar.ehclients.com/printable_catalog
>> I am making a print version of the above web page.
>> If you go to this page and click print, then view a
>> preview of the page, you will see that there is a
>> ton of space right under the "collection" header,
>> making most of the fir
> --- On Tue, 31/8/10, Timariane Thornewig wrote:
>
>> I was wondering if someone can help me out, I'm a newbie.
>> The logo is appearing on top of my text in several versions
>> of IE.
and then ...
On Mon, Aug 30, 2010 at 7:24 PM, Timariane Thornewig
wrote:
> I just tried to adjust the CSS and
On Mon, Aug 30, 2010 at 1:16 PM, Rick Gordon wrote:
> Yes, Tim, I understand that, and in fact, I am currently addressing the h2.
>
> The reason why I was trying to do it the other way is because the context is
> for EPUB formatting, and space above the h2 causes it to fall lower on the
> page i
On Sat, Aug 14, 2010 at 7:05 PM, William Gaffga wrote:
> Hi ... I'm working on a new portfolio site for myself and I've stumbled
> across something I just can't seem to figure out, namely, why the Main div
> on the page is shifting left by 8 pixels on 2 of my pages.
> This is the site: http://www
On Fri, Aug 13, 2010 at 9:36 PM, Nate wrote:
> Hey guys,
>
> There is a problem with the way a nested unordered list in my sidebar is
> rendering. In Firefox everything is working fine (doesn't it always?),
> but in webkit browsers the first li renders properly while it's siblings
> are bumped to
this way
> the user knows they they are on the 'home' or 'about us' page.
Add to the css:
.current {rules differentiating the current-page link}
On each page, add class="current" to the navigation link for that
Chris writes:
>>3. If you use Javascript, your getElementById functions could go blooey if
>>there are multiple divs with the same ID. (If there's a more technical
terms
>>for it, I don't know it.)
>But it's OK if they classes?
Well, you can't use getElementById (obviously), but you can use
getE
-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Blake
Sent: Monday, July 19, 2010 8:50 PM
To: css discuss discuss
Subject: [css-d] ID vs. Class
>> I understand the difference between class and ID to a basic level.
Do you need to set a width on the ul#nav? If you remove the rule
width:550px, it works as I believe you want it to.
Beth
On Fri, Feb 19, 2010 at 10:20 AM, Chris Kavinsky wrote:
> I'm working on a site with a horizontal navigation. Ideally, I would
> like the list to float to the right side of t
In Internet Explorer only, the contents of the right column are
invisible, and the individual articles in the big central block are also
invisible. The dimensions of these areas are correct, but they are empty.
But it does not happen in Firefox.
Here are the three problematic pages:
http://Car
tuned. If I'm
>wrong, please let me know.
>
>Chuck M
What about this?
http://line25.com/tutorials/create-a-letterpress-effect-with-css-text-shadow
I've been meaning to try it out, but haven't done so yet.
Beth Lee
http://www.bethleedesign.com/
_
In LaTeX, there's a package called 'tracking' which provides a few
methods that will adjust letter spacing to fit a given chunk of text
content to a specified width.
I'd like to replicate the effect of:
\fittrack{66ex}{$chapter}
(where $chapter is likely to be a string that looks like "CHAPTER 9
scuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
--
Chris Lee
leech...@gmail.com
586.405.3260
__
css-discuss [cs...@li
I'm working on a drop down menu that resembles what you would see at
nbc.com. I'm using Jquery events to trigger hidden divs that contain
the submenu. This is working as expected in Ff and Safari, but in IE6
& IE7, my submenus are shifting leftward instead of being positioned
absolutely. Se
URL: http://tinyurl.com/67cpde
In IE6, I can't figure out why the center column gets pushed down. The
left and right columns are floated left and right respectively and I
have given the center #main more margins on the left and right on
purpose (IE6 only).
It looks as if it has a clear: rig
Hi folks -
I'm working on getting a design working in Windows IE and I've come up
against an issue I can't seem to work around.
I have a definition list where the and are inlined and
floated left to put them at the same level. This is working well as
long as both elements are no longer th
Hello,
Is there a way to set a min-height in IE6 so that an element can grow if the
text size is increased, the method needs to be compatible with IE7 and Firefox
/ Safari / Opera.
Thanks.
__
css-discuss [EMAIL PROTECTED]
htt
Hello all,
I have an issue with the box model difference between IE and Mozilla.
On Mozilla the padding is added to the width and in IE it is not, as the
included example shows. With Mozilla the two boxes meet to make a flush
corner, IE leaves a gap.
Is there a way around this so I can get the sa
Hi
I'm working on a new project, and I'm keen to get my naming conventions down
to convey meaning in what I'm marking up.
Anyway, design have produced a layout which makes use of the normal elements
along with 2 rather odd block style buttons, there's nothing unique about
them, except they are nor
Netscape 4.X here...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Story
Sent: Wednesday, March 05, 2008 12:36 PM
To: 'CSS'
Subject: [css-d] Oldest Browser Currently Testing for
It seems that my perception of in the wild browsers was a bit off.
an attachment to the list with the design.
Thanks in advance for any ideas.
-Lee
P.S. I currently have this implemented with a single PNG, but the
image files are far too large in my opinion; hence my search for a
cleaner solution.
__
Hello,
I have a quick n easy CSS question.
I want to make a website that is fixed to 800px width.
What is the best, cross browser compatible way, to center it ?
Is their a better way of doing it than this ?
test
#test
{
width: 800px;
}
website constructed in here
Thankyou.
___
Tammy Grossbauer wrote:
> In Explorer 6, nothing shows up on this page, but the background tiling. I've
> never seen this happen. Has anyone else?
>
> http://www.webdesigntg.com/tmpeleven.html
Yup, it's a really silly little mistake. I ran the page throught the W3C
HTML validator, and it looks
Jon Hughes wrote:
> There are all sorts of CSS galleries if you are interested in just
> seeing what else can be done. My first recommendation is always
> http://www.csszengarden.com/ through - Dave Shae has just started
> approving new designs (from a several-year lull) and there's some really
>
I thought I'd say hi.. I'm Matt Lee, Campaigns Manager at the Free
Software Foundation, and Chief Webmaster for the GNU Operating System.
Currently, I'm looking after http://www.gnu.org/ and http://www.fsf.org/
gnu.org is my own work, hand crafted markup with some SSI and CSS
On 9/6/07, patrick mattison <[EMAIL PROTECTED]> wrote:
>
> I'm having a bit of a problem here. For some reason the red square
> bullet before "About" won't show up in IE, however the bullet for
> "Career and Education" shows up fine. Any suggestions?
>
> Below is the markup and the css:
> http://ww
ar if the content doesn't fitabove the footer.
Although Firefox is not a problem, Safari 3.0.2 on XP is. How to fix?
Thanks,
Beth Lee
www.callibeth.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/list
27;DOWNLOAD NOW', I get a
bit stumped. Obiovusly I use alt tags for all images, but a button is half
way between an image and a title, so what's best practice for something like
this?
Cheers
Lee
__
css-discuss [EMAIL
> On Mon, 16 Jul 2007 21:33:08 -0400, Tracy Lee wrote:
>> Could someone test out the following site with IE on Windows and
>> let me know if they
>> are getting the style sheet to display.
>>
>> http://www.fitwithmichael.com
>>
>> If it isn'
Could someone test out the following site with IE on Windows and let
me know if they are getting the style sheet to display.
http://www.fitwithmichael.com
If it isn't, does anyone know why it wouldn't?
Thanks!
Test D
>
>
>
>
> Test 2
>
> Test A
> Test B
>
>
>
>
> -Original Message-
> From: John Lee [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 21, 2007 10:41 AM
> To: Heckel, Scott (West)
> Cc: css-d@lists.css-d
gt; Test 1
>
>Test A
>Test B
>Test C
>Test D
>
>
> Test 2
>
>Test A
>Test B
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of John Lee
> Sent: Monda
Ladies & Gentlemen-
Does anyone know how to create the dropdown menu on this site
(rollover the "Artist" selection in the main nav):
http://www.islandrecords.com
I'm guessing that this is some sort of styled/modified suckerfish
dropdown but I haven't been able to find out how to do it. If anyone
Hi Georg
Unfortunately that doesn't seem to fix it when I test it in Safari or
Firefox on a mac...
Any other ideas?
Lee
On 15 May 2007, at 21:34, Gunlaug Sørtun wrote:
> Georg
__
css-discuss [EMAIL PROTECT
x and Safari on a Mac the DIV's height only seems to be 100% of
the inital browser window. When scrolling down the page it gets cut
off!!
Any ideas on how I can fix this? I've tried several things and
nothing seems to be doing the trick.
You still have default margins being applied to the H1 and the P
elements. You can either remove these or simply add overflow: hidden;
to the #content div.
Lee
Message: 27
Date: Sat, 05 May 2007 15:18:41 -0600
From: Tango <[EMAIL PROTECTED]>
Subject: Re: [css-d] Extra vertical space
T
llocating in the javascript.
I believe the solution fixes the IE/Win text resizing issue, while
providing control over our default font size.
I'd be interested in hearing anyones results / bugs / opinions about
this.
Cheers
Lee Powell
__
I can find lots of information about creating horizontal drop down menus
that show the second layer of ul/li as vertically displayed under the
horizontal top layer.
Is it possible (and how do I) present the sublayer ul/li also as horizontal
by adapting the CSS styles?
I am wanting to create CSS b
On 2/25/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
>
> Beth Lee wrote:
>
> >>> <http://www.callibeth.com/dev2/index.htm>
>
> Myself: I tend to reduce support for older versions after a few years,
> *when* there are at least a couple of later (
On 2/19/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
>
> Beth Lee wrote:
>
> > What would be a more suitable doctype? A link to a good explanation
> > would be helpful. (This is a web certification project, and the
> > course instructs us to use this doctype, so
lated the 50% from it's parent, however that doesn't seem to be
the case and looks as though it's getting it from the body.
Maybe I'm just confused about how this should work and any advise or
links to explaining why this is h
On 2/18/07, ~davidLaakso <[EMAIL PROTECTED]> wrote:
>
> Beth Lee wrote:
> > This test site page is here: http://www.callibeth.com/dev2/index.htm
> > and the css is here: http://www.callibeth.com/dev2/css/main.css
> >
> > In FF2, I'd like a little more room
main boxes are not centered. Don't know why. What's the best
way to address that?
And help with these problems, or any other problems I don't see yet, would
be much appreciated.
Regards,
Beth Lee
callibeth.blogspot.com
I would welcome help with a problem I'm having with my Welcome page at
http://www.AdamsStreet.org .
The problem is that the vertical scroll-bar appears correctly, but is frozen.
It can't scroll the content of the #nachasNotes DIV.
This happens in Firefox but not MSIE. (Those are the only bro
Is there a way find out the height of an element that the browser has
sized dynamically to accommodate a chunk of text ?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://
I think this may be more of a DOM question than css but it's closely
related to css so here goes :-
Is there a way to assign text to a div as html without using innerHTML ?
Or is there some other way of putting line breaks into the text ?
element = document.getElementById("myDiv");
var temp1 = "
: Re: [css-d] Quick question : how do you text-indent right
alignedtext ?
On 11/23/06, Lee Bettridge <[EMAIL PROTECTED]> wrote:
> NEWS
>
> and this bit of css
>
> #titleBar
> {
> position: absolute;
> left: 167px;
> top: 0px;
>
I have this bit of html
NEWS
and this bit of css
#titleBar
{
position: absolute;
left: 167px;
top: 0px;
width: 473px;
height: 32px;
background-color: #121212;
color: #DCDCDC;
font-size: x-large;
text-align: right;
ma
If I have an unordered list set to display: block;
and I have set the size of the li elements, how can I also set the li
element to not wrap the text if it's too long to fit.
I want it to cut off any text which does not fit my li box size.
__
some general advice
David Hucklesby wrote:
> On Tue, 14 Nov 2006 12:57:40 -0000, Lee Bettridge wrote:
>> I am writing a small web app (for webTV) which will display a
>> crosshair image, which the user can move around the screen using the
>> remote control.
>> [...]
[
Hi,
I am writing a small web app (for webTV) which will display a crosshair
image, which the user can move around the screen using the remote
control.
My question is one of the general approach to the css design.
I need a table of fixed size to hold the crosshair image, movement being
facilitate
Hello
I'm also having a layout problem related to IE. My page works on all
browsers but IE. Does anything here seem familiar to anyone?
dangerousmuse.blogspot.com
stylesheet url is:
http://www.cordlessstreet.com/temp_DM/temp_blog/css/stylesheet.css
I'm pretty new at this stuff so I'm sure my c
Hi,
I am having a problem getting my page to look right in internet
explorer. I have tested it on firefox, safari, opera, and it looks
fine but when I go to IE it breaks. Im pretty new to CSS and I
recently discovered the "box model" problem and feell like this is the
issue that Im having.
here is
Greetings,
I've been toying with CSS and set up a blog for my family to review. The
address is www.jassanius.com.
Problem is the background of the main text area doesn't display in Firefox
1.0.4. It displays fine in IE 6 and the latest Opera incarnation, as well as
in the latest Firefox version,
Hi guys,
Could anyone please take the time to look at
www.liquid3.com/liquid3 please.
The one you will see is an old version with the new
one with many bugs removed due to be uploaded tomorrow
however i cannot get the position of the body of the
site correct and i hoped someone could look at the
ily moving around the page!!!?? I would also like
this to be a link to an e-mail address if anyone knows
the code?
Many many thanks in advance
Lee
___
Win a BlackBerry device from O2 with Yahoo!. Enter now.
http://www.y
ily moving around the page!!!?? I would also like
this to be a link to an e-mail address if anyone knows
the code?
Many many thanks in advance
Lee
___
Yahoo! Photos NEW, now offering a quality print service from just 8p a p
I am making attempts to learn css and join a friend in
his website business. I was an absolute beginner and
have worked my way through HTML to CSS and have plans
to move on to SEO etc.
As an exercise and a test I have been given a, very
early stages, new website my soon to be colleague is
buildin
Hi all,
http://ssw.unc.edu/jif/makingchoices/
I am managing the above web site. I used css to create the horizontal menu
bar.
But, I have two problems. First, in IE, when I access the site at the first
time,
the borders of menu buttons does not appear correctly. I programmed that all
of menu
butto
;
> -
> Bart Hook
> Lead Designer
>
> The Archer Group
> www.archer-group.com
> p: 302.429.9121*207
> f: 302.429.8720
>
> The Simplicity of Success
> -
>
>
> _
****
Alison Lee
[EMAIL PROTECTED]
http://www.aycee.co.uk
*
_
MSN Messenger 7.5 is now out. Download it for FREE here.
http://messenger.msn.co.uk
___
Thanks,
Ali :o)
*****
Alison Lee
[EMAIL PROTECTED]
http://www.aycee.co.uk
*
_
Be the first to hear what's new at MSN - sign up to our free newsletters!
http://www.m
umerous thigns and I can't get the layout to
work properly in either browser, let alone both!
If anyone could shed any light on this for me I'd be very grateful.
Cheers,
Ali :o)
...
Alison Lee
[
That's brilliant - thanks!
Ali :o)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Clason
Sent: 21 October 2005 23:53
To: CSS List
Subject: Re: [css-d] Horizontal navigation problem - forefox.
On 10/21/2005 3:18 PM Alison Lee wrote:
> I&
ideas
how I can fix it so it looks the same in both? It seems that Firefox is not
recognising the widths and heights of li's or a's and I've tried using
padding but to no avail.
Any suggestions would be very greatfully received.
Thanks,
Ali :o)
......
g wrong or advise me how to achieve the effect I
want?
Thanks very much,
Ali :o)
*****
Alison Lee
[EMAIL PROTECTED]
http://www.aycee.co.uk
*
_
MSN Messenger 7.5 is now out. Download it
Thanks very much,
Ali :o)
*****
Alison Lee
[EMAIL PROTECTED]
http://www.aycee.co.uk
*
_
The new MSN Search Toolbar now includes Desktop search!
refox and IE. The style
sheets are loaded here:
for the site that doesn't work:
http://www.shamar.org/style/news.css
and for the site that does:
http://www.shamar.org/style/core-style.css
I am guessing it's something simple .
refox and IE. The style
sheets are loaded here:
for the site that doesn't work:
http://www.shamar.org/style/news.css
and for the site that does:
http://www.shamar.org/style/core-style.css
I am guessing it's something simple .
I can't understand why my footer isn't the whole width in i.e. i was
thinking it might be the box model problem.
so i used tantek's famous box model hack.
its just not showing up right in IE (godamnit!)
Also, in firefox, the border doesn't go all the way to the bottom.
Webpage: http://www.chrisj
terms, always seems completely
different. As a result, I struggle to get this two column effect without
gaps
Any pointers would be greatly appreciated!
Lee
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman
89 matches
Mail list logo