[css-d] help with float drop in third column of CSS layout -Mozilla Browsers

2006-06-28 Thread Bruce Gilbert
Hello, I am trying out a layout using floats and margins with multiple columns and in mozilla browsers the third column in the bottom half of the layout is dropping (the one labeled portfolio) and the only way I can push it up is through a negative margin top for that column. I know there is a

[css-d] help with drop shadow technique and fluid layout

2006-06-27 Thread ben scott
I have the drop shadow (fuxxy one) from alistapart working ok at http://jimbyrne.co.uk/thcarpets/template_static_html/ testhome3colours.html however as I am using a wrapper div to position this element at 40% with 5% padding on element (i know IE isnt going to work as well on this it will

Re: [css-d] help with drop shadow technique and fluid layout

2006-06-27 Thread francky
ben scott wrote: I have the drop shadow (fuxxy one) from alistapart working ok at http://jimbyrne.co.uk/thcarpets/template_static_html/testhome3colours.html [...] It seems the dropshadow effect is quite easy to break and I want to know if there is a better way to apply these fluid layout

Re: [css-d] Help with layout problem in IE6 (maybe 5 too)?

2006-06-20 Thread Gunlaug Sørtun
Nick Casares wrote: I've got a layout that I've been working on here: http://www.nova-web-solutions.com/new/ It works great in Safari and FIrefox Mac/Win, but breaks in IE 6 (possibly 5, but I haven't tested). I have a feeling it has to do with the order of my code, but I can't quite

[css-d] Help with layout problem in IE6 (maybe 5 too)?

2006-06-19 Thread Nick Casares
I've got a layout that I've been working on here: http://www.nova-web-solutions.com/new/ It works great in Safari and FIrefox Mac/Win, but breaks in IE 6 (possibly 5, but I haven't tested). I have a feeling it has to do with the order of my code, but I can't quite figure it out. Does

Re: [css-d] Help with IE discrepancies

2006-06-14 Thread css
On Tue, Jun 13, 2006 at 11:36:15AM -0600, Josh Stephenson wrote: Familiarize yourself with the box model hack: http://css-discuss.incutio.com/?page=BoxModelHack Thanks for this, very helpful! This has worked for things like positioning my boxes so they don't overlap in IE, and they still look

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread Josh Stephenson
Familiarize yourself with the box model hack: http://css-discuss.incutio.com/?page=BoxModelHack The best one though is probably this one: http://virtuelvis.com/archives/2004/02/css-ie-only [EMAIL PROTECTED] wrote: Hi there, I've created a page for a client and used CSS for layout. I'm a

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread cj
to get the same box model for ie6 that all other browsers have, simply put a standards doctype on your pages. this will then give ie6 and all future versions the w3c box model and means that you only have to hack the dead (as in ie versions that are no longer supported, such as ie5 and below) to

[css-d] help with my left-hand nav

2006-06-01 Thread Barbara Dozetos
Hello all, Can anyone tell me how I can make the second line (when there is one) of the lefthand navigation copy align with the first line? In this example: http://www.pcc.com/clients/contact.php the 6th, 7th, and 8th links illustrate my problem. Thanks in advance. Barb _

Re: [css-d] help with my left-hand nav

2006-06-01 Thread Glenn E. Lanier, II
From: Barbara Dozetos Sent: Thursday, June 01, 2006 1:15 PM Can anyone tell me how I can make the second line (when there is one) of the lefthand navigation copy align with the first line? In this example: http://www.pcc.com/clients/contact.php the 6th, 7th, and 8th links

Re: [css-d] help with my left-hand nav

2006-06-01 Thread Barbara Dozetos
Thanks for the help, Glenn. I'll give the display:block a try. As for this: As an aside, I noticed you have each li marked with a different class, but didn't see any styling for those classes. You can probably safely remove them and reduce the page size. li class=form/li li

Re: [css-d] Help needed positioning

2006-05-27 Thread Gunlaug Sørtun
accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html It shows fine in IE but not in N7. IE's 'Layout'-bug[1] is creating the skewed positioning, and you have adjusted your layout for that bug which other

Re: [css-d] Help needed positioning

2006-05-27 Thread mylittleaccount
Hi, accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html another thing to think about: Your main navigation only works with JavaScript enabled. Without, nothing can be seen and the text The pages linked from

Re: [css-d] Help needed positioning

2006-05-27 Thread mylittleaccount
Hi, accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html another thing to think about: Your main navigation only works with JavaScript enabled. Without, nothing can be seen and the text The pages linked from

[css-d] Help needed positioning

2006-05-26 Thread accent2
Hi folks Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html It shows fine in IE but not in N7. I have coloured the 'container' div blue to show its area. But N7 pushes it all skewiff. Any suggestions?

Re: [css-d] Help with layout.

2006-05-23 Thread Cem Meric
Im new to css and im looking for help in coding a simple layout. Can someone direct me to some resources of generate a simple example page for me? Im wanting to make my site have this layout: http:/2advent.com:81/CSSLayout1.gif I would start reading from here ;)

Re: [css-d] Help with layout.

2006-05-23 Thread David Laakso
Cem Meric wrote: Im new to css and im looking for help in coding a simple layout. Can someone direct me to some resources of generate a simple example page for me? Im wanting to make my site have this layout: http:/2advent.com:81/CSSLayout1.gif In the examples on this

Re: [css-d] Help with layout.

2006-05-23 Thread Dave Goodchild
Cem Meric wrote: Im new to css and im looking for help in coding a simple layout. Can someone direct me to some resources of generate a simple example page for me? Im wanting to make my site have this layout: http:/2advent.com:81/CSSLayout1.gif Float the logo left and the right hand

[css-d] Help with layout.

2006-05-22 Thread Chris Jackson
Im new to css and im looking for help in coding a simple layout. Can someone direct me to some resources of generate a simple example page for me? Im wanting to make my site have this layout: http:/2advent.com:81/CSSLayout1.gif im wanting it to be a centered layout on the browser window.

[css-d] Help with HTML in a DIV

2006-05-15 Thread Mickael
Hello All, I am hoping that someone can point me in the right direction. I have an app that get HTML information from a database and presents it in a DIV. I am experiencing some very strange behaviour when the HTML text contains basic HTML tables. The tables display ok but they a large

Re: [css-d] Help with HTML in a DIV

2006-05-15 Thread Dave Goodchild
Please show us some code! On 15/05/06, Mickael [EMAIL PROTECTED] wrote: Hello All, I am hoping that someone can point me in the right direction. I have an app that get HTML information from a database and presents it in a DIV. I am experiencing some very strange behaviour when the HTML

Re: [css-d] Help with HTML in a DIV

2006-05-15 Thread Dave Goodchild
Do you know you can't make head or tail of that page in Firefox? There is also another main stylesheet involved which may be where the problem is coming from but unless I can see that (and as the page is a mess in FF I can't use the WD extension to do so) there's not muchI can do. You should

Re: [css-d] Help with HTML in a DIV

2006-05-15 Thread Dave Goodchild
Don't take it personally. It's just I looked over the code, and couldn't make head nor tail of it - a mass of proprietary tags, obscure non-semantic and confusing markup which makes it almost impossible to detect the source of the issue. I would start by validating the xhtml, which is the basic

[css-d] Help with N7 Valid CSS XHTML 1

2006-05-15 Thread accent2
Hi folks I have a page and style sheet which validate (via w3c CSS XHTML validation) but won't display in Netscape 7. They display fine in ie6 and in N8 I'm told. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html and http://athene.riv.csu.edu.au/~wmccle01/resources/vpa310a.css

Re: [css-d] Help with HTML in a DIV

2006-05-15 Thread Rahul Gonsalves
Mickael wrote: Hello All, I am hoping that someone can point me in the right direction. I have an app that get HTML information from a database and presents it in a DIV. I am experiencing some very strange behaviour when the HTML text contains basic HTML tables. The tables display ok

[css-d] Help: IE issue

2006-05-09 Thread Mark Fellowes
Sorry, but I've made some progress (fixed my side navigation). However my most recent issue is a background issue in IE. If you look at the page the 2 boxes on the right companies and users have a white background applied to the p. The box containing them have a background color. In Firefox

Re: [css-d] Help: IE issue

2006-05-09 Thread Gunlaug Sørtun
Mark Fellowes wrote: [...] In Firefox the box background is evident between the two paragraphs. In IE (6.x) though the background doesn't show through in between the paragraphs. http://pamshop.com/Template1/exp8.html It's not the background that's missing - it is the 'margin-doubling on

Re: [css-d] Help: IE issue

2006-05-09 Thread Mark Fellowes
the navigation it corrects, but it seems to be a pretty weird thing. Mark -Original Message- From: [EMAIL PROTECTED] Sent: Tuesday, May 9, 2006 4:54 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED] Cc: CSS List [EMAIL PROTECTED] Subject: [css-d] Help: IE issue Mark Fellowes wrote

[css-d] Help with CSS Design - www.getintobanking.com

2006-05-09 Thread Si - Jujumi
Hi, Well I think I'm getting there.. We've built a simple but effective dynamic back end.. Lets you add catagories, and articles using a WYSIWYG editor. I'm stuck with what I can to the design overall. I'd love to hear suggestions.. Maybe there are some forums / competitions we could run? The

[css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
Side note - for those that saw my original post about this the other day (using a liquid layout), I've opted for a centered fixed. I'm using this tutorial as the basis for my side navigation: http://tutorials.alsacreations.com/rollover_unique/ I've altered the a:hover's to adjust for the

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
 Bill, not sure which tags you are referring to: Mark -Original Message- From: [EMAIL PROTECTED] Sent: Saturday, May 6, 2006 1:59 PM -07:00 To: 'Mark Fellowes' [EMAIL PROTECTED] Subject: [css-d] Help: One Image rollover Hey Mark... At the end of your CSS, you've listed a few rules

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
: Saturday, May 6, 2006 4:20 PM -07:00 To: CSS List [EMAIL PROTECTED] Subject: [css-d] Help: One Image rollover Bill, not sure which tags you are referring to: Mark -Original Message- From: [EMAIL PROTECTED] Sent: Saturday, May 6, 2006 1:59 PM -07:00 To: 'Mark Fellowes' [EMAIL PROTECTED

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Els
Mark Fellowes wrote: Actually I take that back, I made the corrections to the html but now I need to get the menu items down centered in the box. The problem is , trying li padding through the graphic off. http://pamshop.com/Template1/exp8.html I see you are changing your code while I'm

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
[EMAIL PROTECTED];CSS List [EMAIL PROTECTED] Subject: [css-d] Help: One Image rollover I see you are changing your code while I'm looking at it :s Anyway - there is another problem on your page: the method you use for centering horizontally, leaves your visitor without navigation on narrower

Re: [css-d] Help: One Image rollover

2006-05-06 Thread francky
Mark Fellowes wrote: Side note - for those that saw my original post about this the other day (using a liquid layout), I've opted for a centered fixed. I'm using this tutorial as the basis for my side navigation: http://tutorials.alsacreations.com/rollover_unique/ Here is the page:

[css-d] Help with Dreamweaver and full path in all img tags

2006-04-19 Thread Blast o_O
Hi, How can I make Dreamweaver change all my images links from relative path to full path!??? tnkx Mordiscos, Blast o_O mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] PD: ... Nenas lindas y chéveres si hay, pero están estudiando ;)

[css-d] Help: Main content area off

2006-04-19 Thread Mark Fellowes
Not sure where I'm wrong here but in this layout the maincontent is set to left 200px with a width of 600 total, yet it seems to be overlapping a float box set at 800px by about 50px. Anyone help by pointing out what is probably obvious but I'm missing :)  TIA Mark HTML: link rel=stylesheet

[css-d] Help, please. IE bug?

2006-04-12 Thread john
Hi, everybody. I'm having some trouble with a design I'm doing...looks good in Firefox and Safari, but it's not working properly in IE 6 (haven't tested it on other IE versions yet). I added a subnav system, and you can see in IE when hovering on a primary menu option that contains a subnav, the

Re: [css-d] Help, please. IE bug?

2006-04-12 Thread francky
john wrote: Hi, everybody. I'm having some trouble with a design I'm doing...looks good in Firefox and Safari, but it's not working properly in IE 6 (haven't tested it on other IE versions yet). I added a subnav system, and you can see in IE when hovering on a primary menu option that contains

Re: [css-d] Help, please. IE bug?

2006-04-12 Thread john
Thanks, Francky. I tried your suggestion, and toyed more with the widths, but nothing I did seemed to fix it. I would appreciate any other help that can be offered. Thank you! ~john On 4/12/06, francky [EMAIL PROTECTED] wrote: john wrote: Hi, everybody. I'm having some trouble with a

[css-d] Help! Text sinking below view in input boxes THANK YOU

2006-04-06 Thread Margie
Thank you Roger and Tomasz; I'm working with your suggestions. Appreciate your input; it is helpful. Have a nice day. Margie __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] Help! Text sinking below view in input boxes

2006-04-03 Thread Roger Roelofs
Marge, On Mar 30, 2006, at 6:16 AM, Margie wrote: Hello all! The sinking text occurs when user submits incomplete information on the form, tries to submit it, but is taken to the retry page. Can anyone help? http://jsp.inf.brad.ac.uk:8172/Personnel/index.html That is the least of your

[css-d] Help with using images and CSS

2006-04-03 Thread Tara Hadley
Hello, basically I have a header that I want to be consistently running throughout my site (www.craftwarehouse.com). Currently, the header is an image that I've painstakeningly placed on every HTML page... but I know you can do this through CSS (using background URL tag?). Can anyone help? This

Re: [css-d] Help with using images and CSS

2006-04-03 Thread Kenny Graham
How do I position it? It seems the last time I tried to stick the image within the CSS file, I ended up with a repeating image that was off-centered and not at all what i wanted. #masthead { background: transparent url(images/craftwebheader_bytara.jpg) top center no-repeat; height: 173px;

Re: [css-d] Help with using images and CSS

2006-04-03 Thread kane
Tara Hadley schrieb: Hello, basically I have a header that I want to be consistently running throughout my site (www.craftwarehouse.com). Currently, the header is an image that I've painstakeningly placed on every HTML page... but I know you can do this through CSS (using background URL

[css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Christian Heilmann
Good evening, for a code example in my upcoming book I need to show and hide table rows dynamically. I am aware of the programmatic way working nicely: tr[i].style.display='none'; vs. tr[i].style.display=''; and I can do it in Firefox via: htmlbody table.dynamic tbody tr{ display:none;

Re: [css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Ingo Chao
Christian Heilmann wrote: for a code example in my upcoming book I need to show and hide table rows dynamically. Your IE code table.dynamic tbody tr{ display:none; } table.dynamic tbody tr.show{ display:block; } and I can do it in Firefox via: htmlbody table.dynamic

Re: [css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Roger Roelofs
Chris, On Apr 2, 2006, at 6:27 PM, Christian Heilmann wrote: for a code example in my upcoming book I need to show and hide table rows dynamically. snip and I can do it in Firefox via: htmlbody table.dynamic tbody tr{ display:none; } htmlbody table.dynamic tbody tr.show{

Re: [css-d] Help with line spacing

2006-03-28 Thread ~davidLaakso
Michelle Tarby wrote: I'm hoping for some help or guidance with some text positioning issues on a menu I'm working with. I'm struggling to get some space between list items that wrap onto a second line (If I'm not explaining that clearly, you can look at

[css-d] Help with line spacing

2006-03-27 Thread Michelle Tarby
I'm hoping for some help or guidance with some text positioning issues on a menu I'm working with. I'm struggling to get some space between list items that wrap onto a second line (If I'm not explaining that clearly, you can look at http://wwwdev.lemoyne.edu/academics/index.asp and see how

Re: [css-d] Help with line spacing

2006-03-27 Thread Don - htmlfixit.com
Michelle Tarby wrote: I'm hoping for some help or guidance with some text positioning issues on a menu I'm working with. I'm struggling to get some space between list items that wrap onto a second line (If I'm not explaining that clearly, you can look at

[css-d] help needed with central div

2006-03-18 Thread Mark Mckee
hi all i have a slight problem. my design breaks when the right hand menu is longer than the central div. i have tried using images and bg colors, all to no avail. i coul duse the min-height rule to solve it, but that adds the value to the end of each of my blog entries creating a massive

Re: [css-d] help needed with central div

2006-03-18 Thread Ed Seehouse
On 3/18/06, Mark Mckee [EMAIL PROTECTED] wrote: imy design breaks when the right hand menu is longer than the central div. It also breaks when you resize the text upwards even one level with Firefox. Personally, I think you should reconsider your whole use of fixed widths in this way. There

[css-d] Help needed

2006-03-15 Thread nouhad
Hello again, I'm having a few problems First of 1) Is there a practical way in which i can center my text divs within a div within without doing the whole 'enter value, check if value centers text' process 2) How would I go about coding the 'showcase' div class, the way i have done it, paddings

Re: [css-d] Help needed

2006-03-15 Thread Zoe M. Gillenwater
nouhad wrote: Hello again, I'm having a few problems First of 1) Is there a practical way in which i can center my text divs within a div within without doing the whole 'enter value, check if value centers text' process 2) How would I go about coding the 'showcase' div class, the way i

Re: [css-d] Help with Search Bar Sizing

2006-03-12 Thread francky
Chris Williams wrote: I'm trying to get a search bar at the top of each page. But I don't want it to take over the world... I want a relatively small entry field with a reasonably sized search button just to the right of the text entry box. This will live on the right side, with my breadcrumbs

[css-d] Help with Search Bar Sizing

2006-03-11 Thread Chris Williams
I'm trying to get a search bar at the top of each page. But I don't want it to take over the world... I want a relatively small entry field with a reasonably sized search button just to the right of the text entry box. This will live on the right side, with my breadcrumbs on the left. So I

Re: [css-d] Help with Search Bar Sizing

2006-03-11 Thread Gunlaug Sørtun
Chris Williams wrote: ... So I have a trivial form with an input type of text, and an input type of submit with Search on it. Easy stuff, and functionally it works fine. Then why is this so dang hard to position/size correctly? :) Probably because you're not supposed to be able to do much

Re: [css-d] Help with Search Bar Sizing

2006-03-11 Thread Chris Williams
Doh sound of hand hitting forehead... of course, I forgot to check the wiki first. Sorry... -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] For more information... http://css-discuss.incutio.com/?page=FormElements

[css-d] Help please

2006-03-09 Thread Lee Sommerville
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

Re: [css-d] Help please

2006-03-09 Thread Gunlaug Sørtun
Lee Sommerville wrote: As an exercise and a test I have been given a, very early stages, new website my soon to be colleague is building to re-script in css and i have hit a brick wall - it works differently in every browser and works perfectly on a p.c in IE but not so good on a mac on

[css-d] Help with Nav LIs that work in IE6, not in FF

2006-03-03 Thread Chris Williams
I'm new to the CSS game, fresh from a table lifetime. I hate tables, am in love with CSS... but (you knew there was a but)... I have a new site design I'm working on at http://clwill.com/new/ The page is index.html, the CSS is in clwill.css. Obviously this is just an instance of my

Re: [css-d] Help with Nav LIs that work in IE6, not in FF

2006-03-03 Thread David Sharp
Chris Williams wrote: I have a new site design I'm working on at http://clwill.com/new/ The page is index.html, the CSS is in clwill.css. Obviously this is just an instance of my template page that I'm working on, I'll be all over the actual pages once I get this one nailed. (And yes,

[css-d] help making my css IE compliant

2006-02-22 Thread William Thake
I have been working on getting my css IE compliant for a couple days now and I can't handle it anymore. http://infoshop.nfshost.com/altindex.php I'm not sure which IE/Win I'm viewing it on, but it's probably not IE6. It's doing fine on IE/Mac, netscape, firefox, and safari. Big surprise that

Re: [css-d] Help Centering Navigation

2006-02-14 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I can't seem to get my navigation links to center in any browser. Any pointers would be great. Thanks! Site: http://www.girlscantwhat.com CSS: http://www.girlscantwhat.com/css/gcwcss.css Ok - figured this one out. I had to assign a

[css-d] Help Centering Navigation

2006-02-11 Thread [EMAIL PROTECTED]
I can't seem to get my navigation links to center in any browser. Any pointers would be great. Thanks! Site: http://www.girlscantwhat.com CSS: http://www.girlscantwhat.com/css/gcwcss.css -- Gretchen __ css-discuss [EMAIL

[css-d] Help with css layout from newbie

2006-02-10 Thread Peggy Kebel
Hello, Am playing with changing my site from tables to CSS. I have it pretty good but in IE 6 there is a space above the navigation bar that is not there in Netscape 7.0; Mozilla 1.7.3; Opera 7.54 and Firefox 1.0. These are the only other browsers I have loaded on my machine. So I have NO idea

Re: [css-d] Help with css layout from newbie

2006-02-10 Thread Neill Harmer
Sent: Friday, February 10, 2006 9:42 AM To: css-d@lists.css-discuss.org Subject: [css-d] Help with css layout from newbie Hello, Am playing with changing my site from tables to CSS. I have it pretty good but in IE 6 there is a space above the navigation bar that is not there in Netscape 7.0

Re: [css-d] Help: Table disappears under DIV

2006-02-07 Thread cj
On 1/19/06, Joe Otten [EMAIL PROTECTED] wrote: site url: http://posting.sba.udayton.edu/rise/academic.asp css url: http://posting.sba.udayton.edu/rise/style.css In IE, the schedule (a table) disappears under the footer DIV. Note to FF users: This page may not display correctly for you - I'm

[css-d] Help with CSS positioning:

2006-02-01 Thread Cory Perry
Hey everyone, I am working on a small project that I need some help with! Normally, I would use absolute positioning for what I am trying to do but I am trying to get away from using it and I need help on how to get this to work. http://www.9mmcreative.com/web/acumen/acumen.html

[css-d] Help: Table disappears under DIV

2006-01-19 Thread Joe Otten
site url: http://posting.sba.udayton.edu/rise/academic.asp css url: http://posting.sba.udayton.edu/rise/style.css In IE, the schedule (a table) disappears under the footer DIV. Note to FF users: This page may not display correctly for you - I'm working on it : ) Any help is appreciated! -Joe

Re: [css-d] help, IE can't position my tabs but can position my footer...

2006-01-19 Thread Zoe M. Gillenwater
rebecca taylor wrote: i'm wondering if a seasoned css developer can tell me why my attempt to trick IE into showing my navigation tabs worked for IE, but unfortunately worked for FF Moz. as well? http://www.littlered.com/beta/ for the top navigation tabs, i tried to do an IE hack -- but the

[css-d] Help with FF and NN

2006-01-04 Thread Christine Robinson
Hello, Just wanted to let you know that I have managed to get this all pretty much figured out on my own. A mean fete to say the least. Thanks again for your assistance. Christine __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Help with alternate rule

2006-01-03 Thread David Dorward
On 02/01/06, Christine Robinson [EMAIL PROTECTED] wrote: I spent all of last night and today trying to finish a volunteer project. I am almost done but I need some help with Firefox. [ Snip: IE needs a width of 90%, Firefox - 85% ] What about Opera / Safari / Konqueror? My guess is that you

[css-d] help, IE can't position my tabs but can position my footer...

2006-01-03 Thread rebecca taylor
greetings and happy new year! i'm wondering if a seasoned css developer can tell me why my attempt to trick IE into showing my navigation tabs worked for IE, but unfortunately worked for FF Moz. as well? http://www.littlered.com/beta/ for the top navigation tabs, i tried to do an IE hack --

[css-d] Help with FF and NN

2006-01-03 Thread Christine Robinson
Hello, Thanks to Roger I was able to get my banner to span 100% of the space. If you look at the site http://itmbanner.blogspot.com/ with IE6, it is absolutely perfect. Exactly what I wanted But, it does not work at all in Firefox and Netscape. As far as Firefox and Netscape are concerned,

Re: [css-d] Help with alternate rule

2006-01-01 Thread bill scheider
Hi Christine, Do you have a link for us to take a look at? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christine Robinson Sent: Sunday, January 01, 2006 8:03 PM To: css-d@lists.css-discuss.org Subject: [css-d] Help with alternate rule I spent

Re: [css-d] Help with alternate rule

2006-01-01 Thread francky
Christine Robinson wrote: I spent all of last night and today trying to finish a volunteer project. I am almost done but I need some help with Firefox. To allow the header to show up correctly in most resolutions I have used the following id: #photo {width: 90%;height: 214px;margin-top:15px;}

Re: [css-d] help with ie/mac

2005-12-12 Thread Emily Tarrant
Michael Hulse wrote: On Dec 11, 2005, at 10:38 AM, Emily Tarrant wrote: I'd be very grateful for any advice. I've tested it widely on PC and Mac and I think that IE/Mac is the only problem... Here is a real quick fix for IE/Mac... looks better in IE/Mac... Could use a lot more

Re: [css-d] help with ie/mac

2005-12-12 Thread Michael Hulse
On Dec 12, 2005, at 8:52 AM, Emily Tarrant wrote: A couple of people also raised some other valid points about the design (sizing of text and boxes), so I will now go on to look at those more closely. Hello, I was reminded of this Ruthsarian layout when I saw your site:

[css-d] help with ie/mac

2005-12-11 Thread Emily Tarrant
Dear All I'm working on a site at the moment and the client has requested that it work in IE/Mac. I'd prefer not to support IE/Mac any more but said that I'd give it a bash this time. Problem is that I'm not sure where to start with this one. Here's a link to one of the problem pages: html:

Re: [css-d] help with ie/mac

2005-12-11 Thread Michael Hulse
On Dec 11, 2005, at 10:38 AM, Emily Tarrant wrote: I'd be very grateful for any advice. I've tested it widely on PC and Mac and I think that IE/Mac is the only problem... Here is a real quick fix for IE/Mac... looks better in IE/Mac... Could use a lot more work... no guarantees for the PC

Re: [css-d] help with IE needed gain

2005-12-02 Thread CJ Larson
-Original Message- I have intergrated my orum with my site. so far so good. except the way IE renders the page. if i could get away with swearing i would lol. for now i shall cry. can anyone suggest a fix, or see where i have gone wrong? all fine in FF windows, just IE is the

Re: [css-d] help with IE needed gain

2005-12-02 Thread Gunlaug Sørtun
Mark Mckee wrote: all fine in FF windows, just IE is the problem http://www.soddengecko.com/forum/ Try adding... * html div#middle div.buffer {height: 0;} ...and it should end up fine in IE/win on wide windows. However, IE/win will drop it on narrow windows, and there isn't much one can do

Re: [css-d] help with IE needed gain

2005-12-02 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: Mark Mckee wrote: all fine in FF windows, just IE is the problem http://www.soddengecko.com/forum/ Try adding... * html div#middle div.buffer {height: 0;} ...and it should end up fine in IE/win on wide windows. However, IE/win will drop it on narrow

Re: [css-d] help with IE needed gain

2005-12-02 Thread Holly Bergevin
-Original Message- I have intergrated my orum with my site. so far so good. except the way IE renders the page. if i could get away with swearing i would lol. for now i shall cry. can anyone suggest a fix, or see where i have gone wrong? all fine in FF windows, just IE is the

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

2005-11-30 Thread Zoe M. Gillenwater
Christian Heilmann wrote: I think if we start thinking of web sites as entities of content delivered through a certain channel - HTML and CSS - instead of Photoshop layouts, then we have a chance to create successful, beautiful and accessible / globally available pages. I think Christian has

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

2005-11-30 Thread Phil Tobias
On Nov 29, 2005, at 5:26 PM, Christian Heilmann wrote: It might be a handy tool to deliver clickthrough wireframes, but this is not a web page generator. Even as a wireframing tool it is rather dangerous, as clients will be miffed when they see that the final product does look a lot different

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

2005-11-29 Thread Paul Menard
Greeting all. When engaging a client my design team will for provide still image created via Photoshop to the client. Once the client accepts the design the design person will use Adobe ImageReady to produce HTML cut-ups. As you can guess the content of the pages is all nested table. If we

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

2005-11-29 Thread Tony Crockford
Paul Menard wrote: Greeting all. When engaging a client my design team will for provide still image created via Photoshop to the client. Once the client accepts the design the design person will use Adobe ImageReady to produce HTML cut-ups. As you can guess the content of the pages is

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

2005-11-29 Thread Nick Wilsdon
Paul wrote: If we want to produce good clean markup using CSS we have the basically rewrite much of the output from the design team. This seems like double work, Considering this is more a tool issue than the fault of the designers. What alternatives are there for this? This tool doesn't

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)

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

2005-11-29 Thread Paul Menard
Thanks for the reply Nick. Yeah. I agree it's sort of a strange situation. Our design team actually is allowed to do more CSS than the tech group I'm in. We just handle the PHP, ASP, CF and database integration parts. And of course given our client timelines there is never enough time to do it

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

2005-11-29 Thread Paul Menard
Well okay sorry. I didn't anticipate this would be taken as literal. The entire page is not cutup as a Photoshop image. Only items like the masthead/header, navigation, logo, etc are provided in cutup form. We do not cutup the actual body text. Take a look at this page.

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

2005-11-29 Thread Phil Tobias
On Nov 29, 2005, at 5:26 AM, [EMAIL PROTECTED] wrote: When engaging a client my design team will for provide still image created via Photoshop to the client. Once the client accepts the design the design person will use Adobe ImageReady to produce HTML cut-ups. As you can guess the content

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

2005-11-29 Thread Christian Heilmann
SiteGrinder (http://www.medialab.com/sitegrinder/) from Media Lab is a tool that does this. SiteGrinder takes layered Photoshop designs and outputs them as working CSS pages. However, as it uses absolute positioning for page elements, it may or may not be a perfect solution on its own. But as

Re: [css-d] Help needed with CSS

2005-11-28 Thread Diana Horvitz
One problem I have is with the positioning of the Simple/Advanced tabs bottom line, which is separated from the tabs themselves (and the distance is different if I see it with IE, NS or Firefox) Another problem is with the positioning of the background and the Go button. You might benefit

[css-d] Help needed with CSS

2005-11-27 Thread Diana Horvitz
Hi, I'm new to the list and I need some help with CSS. I have been using CSS just for font and color definitions. I'm now working now on re-writing the UI for an application that was originally written with very heavy table layout, and my job is to make it accessible and to replace all these

Re: [css-d] Help needed with CSS

2005-11-27 Thread Christian Montoya
One problem I have is with the positioning of the Simple/Advanced tabs bottom line, which is separated from the tabs themselves (and the distance is different if I see it with IE, NS or Firefox) Another problem is with the positioning of the background and the Go button. It looks as it

[css-d] help with IE needed gain

2005-11-21 Thread Mark Mckee
hi all I have intergrated my orum with my site. so far so good. except the way IE renders the page. if i could get away with swearing i would lol. for now i shall cry. can anyone suggest a fix, or see where i have gone wrong? all fine in FF windows, just IE is the problem

<    2   3   4   5   6   7   8   >