[css-d] Wrapper background not displaying in IE 6 win

2005-12-21 Thread Mike
Greetings, The wrapper background will not display in IE6 WIn for this page: http://mbreiding.us/fl_rt/all.html It looks fine in FF 1.7 The CSS is in the page header. Any solutions? Thanks, -Mike __ css-discuss [EMAIL

Re: [css-d] Wrapper background not displaying in IE 6 win

2005-12-21 Thread Mike
At 08:12 AM 12/21/2005 , you wrote: >Hi Mike, >In your statement: > >#wrapper >{margin-left: 7%; >margin-right: 7%; >background-color: ccffcc; >padding-bottom: 40px} > >I don't see the # symbol before the color declaration, If I'm not mistaken >IE need

[css-d] IE 6 WIN - styled bleeding into

2005-12-22 Thread Mike
tag style is inherited ( if that is the right word ) by the following the tag. Solutions? Thanks, -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] IE 6 WIN - styled bleeding into

2005-12-22 Thread Mike
na, Helvetica, Arial, Helv, sans-serif; line-height: 25px; font-weight:bold; padding: 0 6px 0 6px} Correct (?) HTML Baldwin to Jacksonville Rail-Trail 14 milesRTC   FPBT Region: Northern Location: Baldwin to Jacksonville Activities: Walking, Horseback Riding, Biking Thanks to all, -Mike ___

Re: [css-d] Another menu query

2006-02-01 Thread Mike
Hey Ian, Your flyouts don't appear to the right of the menu in IE. I assume that's the problem your having. Have you checked out the suckerfish dropdowns and the javascript to make rollovers work in IE? http://www.alistapart.com/articles/dropdowns/ Hope this helps. -Mike Ian Y

Re: [css-d] angled or rotated text

2006-02-01 Thread Mike
2 Header 3 1 2 3 I hope this is helpful and not too overboard. -Mike James Conley wrote: >If I wanted to have a table with one of the column headers consisti

[css-d] bottom border not visible in EI 6.2 WIN

2006-03-03 Thread Mike
Greetings, This page: http://crcyclists.org//nl/2006/mar-ap/p1.html will not display the bottom border in the #info DIV. It displays OK in FF 1.7 WIN CSS is contained in the header. Ideas? Thanks, -Mike __ css-discuss [EMAIL

[css-d] css compatible for 600x400 and 1024x640 resolutions

2006-09-20 Thread Mike
Hi, I am having nightmares fixing CSS files and HTML pages which were initially designed for a 1024x640 screen resolution. I have been playing around with position:absolute, width:100% etc No luck so far. Does anyone know of good solutions that I could test and try to make the files compatible f

Re: [css-d] css compatible for 600x400 and 1024x640 resolutions

2006-09-20 Thread Mike
it's typo. I meant 800x600. Thanks everyone for your advices, lots of work ahead apparently to fix this. That's just horrible. Rahul Gonsalves <[EMAIL PROTECTED]> wrote: Austin, Darrel wrote: >> Does anyone know of good solutions that I could test and try >> to make the files compatible for both

[css-d] background image not showing

2006-09-22 Thread Mike
Hi, I am trying to display an image through a selector. Here is an extract of the HTML page : <%-- does not work --%> <%-- this works --%> <%--

Re: [css-d] background image not showing

2006-09-22 Thread Mike
dimensions of the image then, right ? If yes, how do i set a proper width and a proper height for my background image, in my CSS file ? Thanks David Dorward <[EMAIL PROTECTED]> wrote: On 22/09/06, Mike wrote: > I am trying to display an image through a selector. > Here is an extract of t

Re: [css-d] background image not showing : a bug ?

2006-09-22 Thread Mike
Well, I would like to know, is there a bug around this background image problem ? I found out that A LOT of people are facing this problem, with FF, IE etc Thanks Mike <[EMAIL PROTECTED]> wrote: well, in fact I added a content in my div of

[css-d] How do you determine the CSS version ?

2006-10-06 Thread Mike
Hi, I have a basic question: how do you determine which CSS version it is when it is not specified neither in the CSS files and the HTML headers ? I have several CSS files, it would be nice to tell if it is CSS1 or CSS2. Thanks ! - How low will we

[css-d] how do you filter pages calling @media print ?

2006-10-13 Thread Mike
hi, we have a cascading style sheet that defines a @media print selector @media print { #left_side {display:none; } #right_side {display:none; } etc ... } In some pages we want to print the left side but not the right side etc ... We do not want to defi

Re: [css-d] how do you filter pages calling @media print ?

2006-10-13 Thread Mike
hi, thanks for your reply. No, we do not want to modify the HTML page, only the CSS files. Is there a way to do it ? Thanks Bradley Wright <[EMAIL PROTECTED]> wrote: On 13/10/2006 14:03, Mike wrote: > In some pages we want to print the left side but not the right side > etc ... We do

[css-d] Floated blocks inside list items

2005-06-20 Thread Mike
Hi all, I've never written here but I have yet to find a solution to this, or even anyone trying to do it. I have a list of questions in a learning management app, marked up as an ordered list. Containing them in the list is important not just because of semantics, but because it should be number

Re: [css-d] Floated blocks inside list items

2005-06-20 Thread Mike
On 6/20/05, Jason Mark Roehrig <[EMAIL PROTECTED]> wrote: > Mike wrote: > > >li div { float: left; } > > > Change to: > > li div {display:inline;} thanks for the response. However, that wouldn't produce the desired result. that would just make the button

Re: [css-d] Floated blocks inside list items

2005-06-24 Thread Mike
On 6/23/05, Philip Wills <[EMAIL PROTECTED]> wrote: > Hi Mike, > > The following appears to work at least for the small test case: > > li {clear: both; border: 1px solid white;} > .question { margin-right: 200px; } > .button { width: 15%; float:right; } Phil, T

[css-d] Drop down menu pushing content down

2013-03-19 Thread Mike
s the drop-down nav menu on the left. The sub s expand the width of the top level to accommodate them and this is pushing the main content down. If anyone can suggest a solution it would be appreciated. regards, Mike -- Integra Web Design Braehead, Rhynie, AB54 4LS 01464 8

Re: [css-d] Drop down menu pushing content down

2013-03-19 Thread Mike
On 19/03/13 13:55, Laura Valentino wrote: On Tue, Mar 19, 2013 at 12:17 PM, Mike wrote: Hi guys, I hope someone can help with a little problem. A new website I am designing looks perfect in Firefox 18 on Linux and in Safari. But it's not right in Opera on Linux, Chrome on Window

Re: [css-d] Drop down menu pushing content down

2013-03-19 Thread Mike
On 19/03/13 15:32, Hahnel, Fred (DET-MRM) wrote: -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Mike Sent: Tuesday, March 19, 2013 8:17 AM To: css-d@lists.css-discuss.org Subject: [css-d] Drop down menu pushing

[css-d] Z-index or stacking issue

2014-01-13 Thread Mike
strange z-index values. Any help appreciated. I have tried looking using Firebug but so far can't see what needs to be changed. regards, Mike -- Integra Web Design Braehead, Rhynie, AB54 4LS 01464 861535 __ css-discuss [

Re: [css-d] CSS HELP! I just dont get it

2005-04-29 Thread Mike
The single best article I ever read on positioning was probably this one: http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating I used floats liberally for a couple years before reading this and actually "getting" it. _

Re: [css-d] Print Page Break with New Headline on Top of Next Page

2005-05-02 Thread Mike
a job for the page-break-before property, e.g.: h1 { page-break-before:always } It's CSS2 but fairly well supported. I've used it on print CSS files from a Wiki to do the exact same thing and it's worked well. If I totally misunderstood, apologies

[css-d] Inheriting background colour in IE

2007-07-20 Thread mike . nowak
be variable). Any suggestions on the best way to achieve this? -mike Disclaimer The information in this email and any attachments may contain legally privileged, proprietary and confidential information that is intend

Re: [css-d] relative positioning inside absolute positioned element - why not percentage for top?

2007-08-29 Thread Mike Wilson
x27;s size. Though, this support is currently only available in IE but at least Mozilla has a bug report for it. Best regards Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fantasai Sent: den 24 augusti 2007 09:11 To: Mike Wilson Cc: [EMAIL PROTECTE

Re: [css-d] relative positioning inside absolute positioned element - why not percentage for top?

2007-08-29 Thread Mike Wilson
EMAIL PROTECTED] On Behalf Of Mike Wilson > Sent: den 29 augusti 2007 09:26 > To: 'CSS-D' > Cc: 'Philippe Wittenbergh' > Subject: Re: [css-d] relative positioning inside absolute > positioned element - why not percentage for top? > > Just to close this issue

Re: [css-d] Wierd, Wierd Problem NOT Quirks

2007-10-12 Thread Mike A
ng is > all_screwed_up in FF, but the mouse-over works. > > You can read the source to see my css code. Perhaps get it to validate first! Try Firefox with the Developer and Firebugs extensions, and the Yahoo YSlow tool. They will highlight errors. Once the mark-up's corrected you can

Re: [css-d] decimals in widths?

2007-11-02 Thread Mike Tierney
(Smarter folk, please feel free to correct me if I'm wrong... ) Pixels are inherently a binary unit - either it's a whole pixel that's active or a whole pixel that's inactive, so a fractional pixel doesn't exist - but the browser is probably seeing your decimal unit, and is either rounding up or

[css-d] 3 Col layout problem

2007-11-04 Thread Mike A
wsers "sort of" keep the format on browser resize. Hoping someone can provide feedback or direct me to a similar layout that works (searched for ages without luck). Thanks! Mike A. __ css-discuss [EMAIL PROTECTED]

[css-d] 3 col layout problem

2007-11-05 Thread Mike A
direct me to a similar layout that works (searched for ages without luck). Thanks! Mike A. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Lis

[css-d] header 3px shift

2007-11-07 Thread Mike A
Can someone please say why there is a 3px margin in the header at http://www.webdev-academy.com/template2/index.html. Many thanks, Mike A. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Menu Item Spacing

2007-11-16 Thread Speight, Mike
You could always try using line-height to control the height of the list items, this has the benefit of aligning text to the middle vertically. Adding margin to the top and bottom of the li would control the spacing Mike Speight -Original Message

Re: [css-d] CSS Tests

2007-11-25 Thread Mike A
relevance to today's browsers compared to the glut of inconsistent material presented by search engines. I will play with it a bit more tomorrow. Thank you Gabrielle! Mike A. __ css-discuss [EMAIL PROTECTED] ht

[css-d] Site check / CSS feedback please

2007-11-28 Thread Mike A
g CSS shortfalls appreciated. It's meant to be compatible with "modern" browsers. TIA... Mike A. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Site check / CSS feedback please

2007-11-28 Thread Mike A
From: "Gunlaug Sørtun" <[EMAIL PROTECTED]> > Mike A wrote: >> http://www.webdev-academy.com/test-layout/index.html > > Looks like a variant of... > <http://www.positioniseverything.net/articles/onetruelayout/anyorder> > Sort of, and others. What makes it

[css-d] Site test

2007-12-12 Thread Mike Smith
would like to know what can be done about centering the menu better. Finally, I've tested in FF 2.0.0.11 and IE 6 on Win2K Pro. All seems to display as it should... anyone having issues with other browsers/OS are encouraged to reply. Thanks in adva

Re: [css-d] Site test

2007-12-14 Thread Mike Smith
the Scirocco mailing list I'm on. -Mike [1] http://www.grum.com/temp/al/index.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] horizontal list in ie 6

2007-12-28 Thread Mike Smith
Switch margin-left to padding-left? On Dec 28, 2007 7:01 AM, Ross Hulford <[EMAIL PROTECTED]> wrote: > I have done this and fixed it before but I cannot remember how I did it! > At > the moment my list steps in ie 6 > > Item1 >Item2 >Item3 > > > The css > > #middleMenu li

[css-d] Div's not lining up in IE (any :P)

2007-12-28 Thread Mike Smith
Can anyone tell me why and how to fix? Finally, I know that most of the images are not loading (don't need them to), this is happening whether the images are there or not. Temp site: http://www.grum.com/temp/j/index.html css: http://www.grum.com/temp/j/css/jh-main-screen.css

Re: [css-d] Div's not lining up in IE (any :P)

2007-12-29 Thread Mike Smith
> > [1]http://www.w3.org/TR/CSS21/box.html#collapsing-margins > -- > http://www.gunlaug.no Thanks, Georg. I knew the list would have the answer and teach me why it wasn't working. ;) Mike <3 list. I also added #content { padding-top: 20px; } to keep the proper spacing, as that

Re: [css-d] Use of !ie and !important

2008-01-06 Thread Mike Schinkel
david wrote: > !important is not a hack. It's an official W3C thing, That doesn't mean is can't still be called a hack... '-p -- -Mike Schinkel http://www.mikeschinkel.com/blogs/ http://www.welldesignedurls.org

Re: [css-d] Suckerfish Menu Over Flash

2008-01-07 Thread Mike Johnson
ex property of the menu higher than that of the Flash object? You may need to experiment with various values (1, 100, 1000, etc) if you don't know the z-index value of the Flash object. -- Mike Johnson __ css-discuss

Re: [css-d] clickable CSS image map and IE

2008-02-17 Thread Mike Smith
If you view the site without styles, then the map and links do not exist at all. hth, Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] td widths change with img ???

2008-03-06 Thread Mike Schleif
I have dynamically generated tabular data. The leftmost cell in each row will be either an image, or blank. The images can vary in width. Height is not an issue. The displayed images are to be maximum width 150px. I would prefer that smaller images remain smaller; but, can live with stretch.

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Christian Kirchhoff <[EMAIL PROTECTED]> [2008:03:07:10:51:12+0100] scribed: > Maybe a dumb question, but is the text in column (2) defined to be left > aligned? > > Other than that, I cannot think of a reason - if all table rows are in > one table and not in separate ones - why that should hap

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Scott Sauyet <[EMAIL PROTECTED]> [2008:03:07:08:59:00-0500] scribed: > Mike Schleif wrote: > > Go here: > > <http://hb.platinumaire.net/form_4.aspx> > > Enter this string: > > {A8D5CDDA-972F-4D33-A7E8-B5342AAE1350} > > and submit. > >

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Christian Kirchhoff <[EMAIL PROTECTED]> [2008:03:07:18:11:45+0100] scribed: > Hello, > > A look at your html code shows me that the rows are in separate tables. > For a start try to combine evrything in one single table by dropping the > extra: > > > > > in between the four rows. When I

[css-d] Negative margins for image overflow

2008-09-08 Thread Mike Breiding
e image is clipped. Question: Is there a better way to handle this? If not, can the clipped image be changed in IE6? Thanks, -Mike = Validates: http://epicroadtrips.us/dad/journals/travel/usa/central_states_north_trip_june_2-15_1977/001.html http://epicroadtrips.us/dad/journals/

Re: [css-d] Negative margins for image overflow

2008-09-10 Thread Mike Breiding
Thanks to everyone for their help on this. None of my replies went to the list and I had to set up a new account for get mail to the list. -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] float and blockquote

2008-09-13 Thread Mike Breiding
/travel/usa/central_states_north_trip_june_2-15_1977/ert_index_style.css Any ideas? Thanks, -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] float and blockquote

2008-09-13 Thread Mike Breiding
David Laakso wrote: > Mike Breiding wrote: > >> Greetings, >> I am trying to have the blockquote *only* on the right side of the >> image. This happens in IE6 but not FF. I tried various things, but to no >> avail. >> http://epic

Re: [css-d] float and blockquote

2008-09-13 Thread Mike Breiding
David Laakso wrote: > David Laakso wrote: > Mike, > > Correction of my error for IE/6 in the markup here (reload to bring the > corrected markup): > <http://www.chelseacreekstudio.com/ca/cssd/mike.htm> > Correction of my error for IE/6 in the CSS here (reload to br

Re: [css-d] float and blockquote

2008-09-14 Thread Mike Breiding
are only one >> or two words wide making it look like a long list. >> >> Thanks, >> -Mike > I think I will just stick with it as is - full width Out of curiosity I commented out: #three img {display: block; width: 225px; height: 454px;} .both {clear: both;} It seems t

Re: [css-d] float and blockquote

2008-09-14 Thread Mike Breiding
aring the floats in IE/6. >> Refer back to <http://www.chelseacreekstudio.com/ca/cssd/mike.htm> if >> clarification is needed. >> >>> Out of curiosity I commented out: >>> #three img {display: block; width: 225px; height: 454px;} >>> .both {

Re: [css-d] float and blockquote

2008-09-14 Thread Mike Breiding
David Laakso wrote: >>> Oh, my. But wait. You may want to put >>> >>> .both {clear: both;} >>> >>> back in? >>> >> -Done. >> -Mike >> > > > re: > <http://epicroadtrips.us/dad/journals/travel/usa/cen

[css-d] Left column problems in IE 6 @ 800x600

2008-10-16 Thread Mike Breiding
for ID error which is in the PHP menu. "Error Line 203, Column 8: ID "currentpage" already defined. Wednesday - September" Any ideas on how to fix this? Thanks, -Mike __ css-discuss [EMAIL PROTECTED] http:/

Re: [css-d] Left column problems in IE 6 @ 800x600

2008-10-16 Thread Mike Breiding
David Laakso wrote: > Mike Breiding wrote: >> IE 6 reduces the left margin enough to knock the left column >> navigation to the bottom at resolution of 800x600 >> >> http://epicroadtrips.us/2007/summer/california/ >> http://epicroadtrips.us/2007/summer/california

[css-d] Form styling

2008-12-16 Thread Mike Davies
w any child elements, and that it could be overcome using display:inline; on the form. But this doesn't seem to have worked in this case. Any suggestions welcomed. regards, Mike -- Mike Davies Integra Web Design, Rhynie, By Huntly, AB54 4LS 01464 861535www.integrawebde

Re: [css-d] Form styling

2008-12-16 Thread Mike Davies
On Tue, 2008-12-16 at 12:36 +0100, Gunlaug Sørtun wrote: > Mike Davies wrote: > > > I am trying to style the layout of a form for a search box on a > > website at www.deveron-arts.com. The client has asked for it to > > resemble the google search box in a browser. >

[css-d] z-index and stacking order

2006-10-22 Thread Mike Davies
working out which stacking context each is in and how to use the z-index to change the stacking order. Any help appreciated. Regards, Mike Davies -- Mike Davies Integra Web Design, Huntly, AB54 4XP 01466 700213www.integrawebdesign.co.uk

Re: [css-d] IE6 - Rendering bug - repeated content

2006-11-04 Thread Mike A
dn't supply a link so we could see for sure - but this may be caused by HTML comment tags. Take them out your mark-up and see what happens! Mike A. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

[css-d] Tailor's dummy accessible menu

2006-11-04 Thread Mike A
to improve code. I've deliberately left long cascading elements in CSS for tutorial purposes (and probably been a bit lazy in condensing code) but any feedback is most welcome. I'll post a link to the article written

Re: [css-d] Tailor's dummy accessible menu

2006-11-04 Thread Mike A
at the CSS and left very quickly. Being an old time > programmer, set in his ways, I'm not a fan of needing to scroll > horizontally to read code. My first reaction was "eek - forgot to put code in shape!" I do things that way so I can read all in a text editor page. Will d

[css-d] 3-col layout problems

2006-11-07 Thread Mike Saylor
it? Here's the link to the page: http://testdomain.ftwin.com Here's the link to the CSS: http://testdomain.ftwin.com/stylesheets/hdh-master-styles.css Any help would be greatly appreciated. Mike __ Sponsored Link

[css-d] Cannot get columns equal in height

2006-11-26 Thread Mike Saylor
I have a three column layout that cannot get the three columns equal in height. Before I rounded the corners I had "padding-bottom: 32000px; margin-bottom: -32000px;" in the class of each column and they were equal in height. But when I rounded the corners of each column, I had to remove the marg

Re: [css-d] ASP.NET 2.0 Master Pages

2006-11-28 Thread Mike A
lists for .NET stuff are http://www.MsWebDev.org.uk/ and http://discuss.develop.com. HTH, Mike A __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=

Re: [css-d] IE7 and IE6 coexisting

2006-12-11 Thread Mike A
that told a system what it was? Well, you may find the Lynx browser a useful addition so you can see how screen readers will see your Web pages - see what the system's seeing. Firefox, Opera then IE6+7 for render checks, Lynx

[css-d] IE prints gray instead of white against black background image

2006-12-12 Thread Mike A
Could some kind soul please tell me why IE prints gray instead of white against black background image. It seems to print okay on other browsers. Test URL - http://uk-web-pros.co.uk/test/index.html Many thanks! Mike A. __ css

[css-d] CSS Validation error

2007-01-03 Thread Mike NA
Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: "D" (68), after : "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> I have tried changing document types as suggested this web address

[css-d] Overflow problem in IE

2007-01-03 Thread Mike Davies
e images - will be sorted. Also, in Opera and Firefox, the font-family on either or #container does seem to work but it does in IE - any suggestions? Thanks in advance. Regards, Mike Davies -- Mike Davies Integra Web Design, Huntly, AB54 4XP 01466 700213www.integra

[css-d] CSS Vadiadation error

2007-01-04 Thread Mike NA
older\Acropolis2-1.htm" Mike __ 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/ Su

[css-d] Overflow problem in IE

2007-01-04 Thread Mike Davies
. Can anyone suggest how I can sort this? The page doesn't validate at the moment because of missing alt tags on the images - will be sorted. Also, in Opera and Firefox, the font-family on either or #container does seem to work but it does in IE - any suggestions? Thanks in advance. Regards, M

Re: [css-d] grouping pages

2007-01-05 Thread Mike Davies
You might try adding a class to the tag as well to indicate the group. Not sure if this will work as I've not tried it. perhaps others can comment. Regards, Mike I have a website and each page has a div body id. This give me control over the individual pages but is there a way to group

Re: [css-d] Off topic UK law for websites

2007-01-08 Thread Mike A
hed. All emails must hold company registration information. Websites can hold the information on a single page (an "about" page). All domain regsitrations should display company address for the purpose of formal correspondence, without which registrars can

[css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
Working on my first CSS based site: http://scottriggs.com/2007 The site is just beginning to get laid out and this is the home page. I'm looking for any an all input PLUS some help with: 1. Footer (blue bar) is out of alignment. This happened after I started adding content to the right colum

Re: [css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
Thanks Brian - but still not working. New CSS: http://scottriggs.com/ 2007/css.html. Thanks for the tip on validating... fixing those errors now. Mike On Feb 6, 2007, at 5:06 PM, Brian Riley wrote: Mike Buettner wrote: > Working on my first CSS based site: http://scottriggs.com/2

Re: [css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
Awesome. Thanks. That was it. What a great forum. Now on to my other problem: My nav drop down menus go behind elements in both the right and left columns in IE 5. I have tried various z-index variables but no luck? Mike http://scottriggs.com/2007 The CSS is here: http://scottriggs.com/2007

Re: [css-d] small div height needed in IE6

2007-02-07 Thread Mike Purvis
f the previous element, which makes it effectively take up no vertical space. (If you need it completely out of the way, you can further manipulate it with relative positioning from that point...) Mike On 2/7/07, Gary Williamson <[EMAIL PROTECTED]> wrote: > Generator Microsoft Word 11 (filt

[css-d] First timer looking for css review

2007-02-07 Thread Mike Buettner
I have reworked a lot of layout CSS (thanks for the help) and things are working well. I have validated both the XHTML and the CSS. 1. I still see problem with the PMM submunues dropping behind page elements with IE 5.2 Mac. 2. Is there a better way to handle the 3 small images (car and logo

Re: [css-d] First timer looking for css review

2007-02-09 Thread Mike Buettner
ust normal comments / unseen by other browsers and the validator as well (REM: what is inside a CC is not validated!)." I'm a little behind the learning curve on -only- styles. I take it you are talking about this: Can this go anywhere

Re: [css-d] First timer looking for css review

2007-02-12 Thread Mike Buettner
right columns to expand down (with more content) and pull the other column with it: http://scottriggs.com/2007/indexv2.html CSS and HTML validated. Thanks, Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
Thanks again Francky! I especially like this part: [1] ... and you'll see some other things to correct. ;-) No kidding. Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
. On to the next fix. Thanks! Mike Site: http://scottriggs.com/2007/index.html CSS: http://scottriggs.com/2007/css.html "In your construction, the Scott Riggs image (rtcol_pichome.jpg) is connected to the bottom of the right column. If the left column is longer, this bottom is no

[css-d] Question on background images

2007-02-26 Thread Mike Buettner
Is there a desired width ( or rule of thumb) for a background image that is repeated? That is a ramp of color with no pattern. Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] layout breaks in IE 6

2007-02-27 Thread Mike Breiding
The following layout breaks in IE 6.o http://montrails.org/ http://montrails.org/mrtc_style.css Any suggestion on how to fix this would be appreciated. -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] layout breaks in IE 6

2007-02-28 Thread Mike Breiding
At 06:18 PM 2/27/2007 , Gunlaug Sørtun wrote: >Mike Breiding wrote: > > The following layout breaks in IE 6.o > > http://montrails.org/ >Indeed. > >Start by adding the following at the very bottom of your stylesheet... > >@media screen { >* html #topbar, * html

Re: [css-d] firefox border when i click over a link

2007-03-03 Thread Mike Nowak
>>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 3/2/2007 4:59 AM >>> i'm experiencing an annoying issue on Firefox http://studiomaci.it/ita-progetti.html the link in the page, when clicked, displays a persistent dotted border. Why it happens and how I can avoid this ff's behaviour? - While it

[css-d] Inline paragraph with headers

2007-03-08 Thread Mike Breiding
and Second Weeek with no line break and maintaining the styling for the H tag. I have tried using display: inline but this does not seem to be the way to go. The CSS is in both the and here: http://juniornaturecamp.org/ert_index_style.css Any suggestions? Thanks, -Mike

Re: [css-d] [ADMIN - OFF TOPIC] Re: Inline paragraph with headers

2007-03-08 Thread Mike Breiding
At 10:11 AM 3/8/2007 , Alex Robinson wrote: >Please take this discussion off list or to another more general web >discussion list. Thanks to everyone who replied. Please email me privately if you have further advise.

[css-d] relative positioning inside absolute positioned element - why not percentage for top?

2007-05-08 Thread Mike Wilson
.4 and 10.6.7 suggest, at least to me, that I should be getting the upwards shift with my layout. Can anybody point to something that explains this? Did I miss something in the spec or are both Firefox and Opera wrong (not likely) ? Best

Re: [css-d] relative positioning inside absolute positioned element- why not percentage for top?

2007-05-10 Thread Mike Wilson
content presented inside the inner DIV could be of different sizes, and I want it to move halfway up and left. Then the outer DIV / containing block needs to be of the same (unknown) size which is accomplished by using a static or relative child. Many thanks for your input. I really hope we

Re: [css-d] relative positioning inside absolute positioned element- why not percentage for top?

2007-05-10 Thread Mike Wilson
[Forwarding Philippe's reply to the list] On May 10, 2007, at 4:57 PM, Mike Wilson wrote: > Or are you saying that the height of the containing block used for > positioning will be different from the calculated size of the actual > element? This doesn't seem to be th

Re: [css-d] relative positioning inside absolute positionedelement- why not percentage for top?

2007-05-10 Thread Mike Wilson
recursion and then use a percentage based on that, which is why I do see a "left shift". > And if you use any other unit of measure (px, em, ex, ...) the > relative positioned element will move upwards, because that doesn't > depend on the height of the parent element. Y

Re: [css-d] relative positioning inside absolute positionedelement-why not percentage for top?

2007-05-18 Thread Mike Wilson
7 I mention above. I would expect these two to create symmetry between how width and height are handled, albeit with somewhat different rules as the page flow goes up to down, block elements fill to available width but not height, etc. > [2] see towards the end of 10.3.7 >

[css-d] maintainable css

2005-10-31 Thread Mike Stenhouse
#x27;ve broadened the scope to include team CSS coding as well as maintenance... Playing Nice with the Other CSS Kids http://www.contentwithstyle.co.uk/Articles/70/playing-nice-with-the-other-css-kids/ Cheers Mike web developer | designer www.donotremove.co

Re: [css-d] Text decoration help

2005-11-25 Thread Mike Dougherty
em is a tag that semantically implies emphasis If your CSS does not get applied, the default rendering of the em tag should still provide emphasis, while the p tag with a class does not have the same implicit meaning. font-style controls italics text-decoration controls underline does this wor

[css-d] Stretch unknown number of links to fill certain width

2005-11-25 Thread Mike Marrone
have a block display setting, and a width of 100px. But, not knowing how many links there will be beforehand, is there a way I can structure my CSS so that no matter what number, they will stretch or shrink to fill the entire 800px evenly? Thanks in advance Mike M

Re: [css-d] Help my design team move away from nested tables

2005-11-29 Thread Mike Dougherty
If a page is composed entirely of a 'cut up' Photoshop image, what value is CSS? If the page is created and managed as a photoshop document, is there any useful presentation feature offered by CSS? There is no font control (sizing, face, etc.) there is no color control, there is no (real) ho

[css-d] Huntly-online site check

2005-12-06 Thread Mike Davies
right of the box. Any other comments appreciated. Regards, Mike Davies -- Mike Davies Integra Web Design, Huntly, AB54 4XP 01466 700213www.integrawebdesign.co.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discus

  1   2   3   4   >