[css-d] Menu problems in IE7

2010-04-02 Thread Matt Fielding
d side floats over the content area. My guess is that IE7 is not interpreting floats correctly or something, but I have no idea what it's finicky quirks are. If anyone can lend me some advice, I'd greatly appreciate it. Thank yo

Re: [css-d] Mystery margin on Windows FF & IE

2009-09-23 Thread Matt Fielding
The line-height worked well, and was the cleanest solution. Thanks for the tip. Matt On Tue, Sep 22, 2009 at 12:43 PM, jeffrey morin wrote: > > > On Tue, Sep 22, 2009 at 12:04 PM, Matt Fielding wrote: > >> Hello all, >> >> So I've been battling with a proble

[css-d] Mystery margin on Windows FF & IE

2009-09-22 Thread Matt Fielding
Hello all, So I've been battling with a problem for the past few hours. I went to show a peer a site I've been working on for an upcoming event of ours, and discovered that on our site ( http://gdg.uml.edu/lan/ ), and only when viewing it with Firefox or IE under Windows does this happen, there is

Re: [css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
Oh goodness, I've certainly been at this for too long... Thank you very much! On Sun, Jan 11, 2009 at 4:20 PM, JR Heard wrote: > Hi Matt, > > On Sun, Jan 11, 2009 at 1:14 PM, Matt Fielding wrote: > > .content a:hover { > >color: #EODCDC; > > } >

[css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
adigm/css/style.css Any help to finding why this is occurring would be greatly appreciated. Thank you, Matt Fielding __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] DIV width not registering in IE7

2007-01-25 Thread Matt Fielding
I'm trying to make a custom tag using a styled as follows: div.hr { margin-top: 5px; height: 5px; width: 95%; border-width: 0 0 1px 0; border-style: dashed; border-color: #cc; } and using the HTML: I have tried to add   and a co

Re: [css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-25 Thread Matt Fielding
> > Matt Fielding wrote: > >>> http://mattu.isa-geek.com/index2.php > > >>> 2) > > > Georg, your suggestion about using a margin to displace the content div, > I > > thought, would cause the content div to start below the navbar. > > Firs

Re: [css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-24 Thread Matt Fielding
> > Matt Fielding wrote: > > http://mattu.isa-geek.com/index2.php > > > 1) > > You can solve the resizing problem by adding a padding to those links - > same size and the borders, and remove it on :hover. > > > 2) > > The simplest solution is to not fl

[css-d] DIV resizing problem with :hover, and also a DIV layout question.

2007-01-24 Thread Matt Fielding
First off, if you visit http://mattu.isa-geek.com/index2.php you will see a layout I am currently testing and coding. So far I have two problems I'd like to get some input on. 1) using :hover on anchor elements with display:block styles, being the most compatible method, causes a few problems with

Re: [css-d] Site 2 - check please!!

2007-01-24 Thread Matt Fielding
> > Hi List, > > I am seeking help with the following site: > > http://www.mathertownsend.com.au/ > http://www.mathertownsend.com.au/mt.css > > Site renders OK in FF 1.5 and Opera 9.01 > > > My problem is when rendering the "About us" and "News" pages, > in IE 6.0.2 ... > > I seem to have

Re: [css-d] Fixed Width/Fluid Width 100% span

2007-01-24 Thread Matt Fielding
> > Hello all, > > I'm running into some problems with a fixed width/fluid width 100% span. > > http://www.matthickerson.com/dev/spantest.html > Styles are inline in source > > This is the closest I've come and it's fairly consistent in Firefox and > IE6, > however the right side doesn't quite flow

Re: [css-d] Relative Positioning within Non-Absolutely Positioned DIV

2007-01-24 Thread Matt Fielding
On 1/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How do I get an element (copyright statement in this instance) to always > be positioned in the lower right hand corner of a DIV that is not absolutely > positioned? In this instance my DIV starts right at the top of the page and > the ma

Re: [css-d] css height problem

2007-01-24 Thread Matt Fielding
On 1/24/07, phillip vaughan <[EMAIL PROTECTED]> wrote: > > hello, > i am new to web design and trying to perfect the trick of getting > the page to display the full height of the browser. i have been 90% > successful thanks to this forum. > > in http://www.infinitywebdesign.org/ronnie/csstest1.h

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-24 Thread Matt Fielding
On 1/23/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > > There is another way to do it, but IE doesn't support the popup (since IE > only works with :hover on anchors/hyperlinks - maybe IE 7 works; I don't > know), so only the hyperlink would work. It would be something like this: > > popup conten

Re: [css-d] 100% DIV height in Firefox 2.0

2007-01-19 Thread Matt Fielding
> Firefox (and other good browsers) will calculate 'height: 100%' on any > container from its parent. You have forgotten to declare height on > div.shadow, so div.container defaults to 'height: auto'. > > Now, if you add the following... > > div.shadow {height: 100%; display: table; width: 810px; m

[css-d] 100% DIV height in Firefox 2.0

2007-01-18 Thread Matt Fielding
The problem I am having is that my div container in Firefox 2.0 is not spanning the length of the window by default when using height: 100% on the container itself, and all parent containers. It works just fine in IE7, surprisingly, but firefox is giving my problems. Firefox seems to work fine when

Re: [css-d] Make div bg repeat endlessly - vertically

2007-01-17 Thread Matt Fielding
Simply add background-image: url(http://www.domain.com/image.jpg); inside the brackets along with the background-repeat to add the image url. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Make div bg repeat endlessly - vertically

2007-01-17 Thread Matt Fielding
On 1/17/07, Kim Brooks Wei <[EMAIL PROTECTED]> wrote: > > http://www.thewei.com/sandbox/uajx/ > > What would I need to do to have my bg tile endlessly vertically? Or > alternatively, is there a good way to get my left and right panels to > both stop at some predetermined spot - at the same length

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
On 1/16/07, Paul Novitski <[EMAIL PROTECTED]> wrote: > > At 1/15/2007 04:17 PM, Mark Finney wrote: > >Ok so I use a:hover and just assumed that it should work with an image > >map... am i wrong? > > > FYI it is possible to create a pure CSS image map, as Stu Nichols has > demonstrated: > > http://w

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
fect you want to the individual images! Hopefully this helps you, and if not feel free to ask any other questions you may have. Best of luck, Matt Fielding __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis