Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Christian Montoya
On 12/2/05, Philippe Wittenbergh [EMAIL PROTECTED] wrote: If you want to delete it completely, think 3 times or more, that focus ring *is* an accessibility feature. You don't provide any other feedback to keyboard users. It's not that I want to get rid of it, I just want it to stop messing up

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Tony Crockford
Eric A. Meyer wrote: At 2:23 PM + 12/1/05, Tony Crockford wrote: this sounds a bit strange but why are you doing #tabs.ski which means id=tabs.ski That's not quite right. To select the following: div id=tabs.ski.../div Yeah, I spotted my idiocy within seconds of pressing

Re: [css-d] Garbled Text In Firefox Under Suckerfish Dropdown

2005-12-02 Thread Christian Montoya
On 12/2/05, Michael Hulse [EMAIL PROTECTED] wrote: I guess what I meant by Not too sure of a workaround was that I do not no how to fix a Firefox JS bug (if it is one, I am just making a big fat guess...). Conditional comments are a temp fix... although, for the Suckerfish JS, I agree, it is a

Re: [css-d] Garbled Text In Firefox Under Suckerfish Dropdown

2005-12-02 Thread Michael Hulse
On Dec 2, 2005, at 12:04 AM, Christian Montoya wrote: I've found that most scripts that do not work in FF work fine once they are scripted correctly. That makes sense... Now I feel silly for pointing the finger at Firefox... :( M

Re: [css-d] [RE-POST] IE page flicker (not rollover)

2005-12-02 Thread Mark Batty
At least on my end, Georg's -1px margin fix does stop the flicker. As a side note, I wonder why I only could see the bug when cache settings were changed from Every visit to page to Never? The -1px fix does stop the click/hold vanishing logo problem which was the biggest headache. I've made

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Christian Montoya
On 12/2/05, Tony Crockford [EMAIL PROTECTED] wrote: why would you use id.class on an element (apart from the fact that it doesn't work in IE) when giving a page element an id (consistent throughout the site but unique per page - e.g footer) and adding a class (declared by element in the

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Tony Crockford
Christian Montoya wrote: Isn't ID more specific than class? So if #footer has font-size:1em; and then in .fancyfooter you try to override that with font-size:1.1em; it won't be overridden, because #footer has precedence? good point, bad example on my part. I'm more likely to add a class to

Re: [css-d] Min-width/Max-width: IE PC/IE Mac too?

2005-12-02 Thread Gunlaug Sørtun
Michael Hulse wrote: Oh, I also just found this: (Gunlaug's IE-expressions in CSS) http://www.gunlaug.no/contents/wd_1_02_01.html#item3 Unless you prefer to put IE6 in quirks mode (like I do most of the time) then you may be better of with a version that works in both Strict and quirks

Re: [css-d] Adding a border to a div fixes gaps/margins/padding? Why?

2005-12-02 Thread Roger Roelofs
Micky, On Dec 2, 2005, at 12:32 AM, Michael Hulse wrote: With that said, does anyone have any links to examples/bugs that are similar to the above oddity? Am I crazy? No. It is most often a case of collapsing margins. Putting padding or a border between prevents the margins from

Re: [css-d] Min-width/Max-width: IE PC/IE Mac too?

2005-12-02 Thread Al Sparber
As a point of information, we've had this page floating around a long time: http://www.projectseven.com/csslab/testing/minmax/cssp5.htm All of the expression solutions we write work in strict mode. Most are descendant from solutions we pack with custom products but are useful in their own

[css-d] quick q - floats and relative positioning

2005-12-02 Thread Tim Reader
Hi Is there a known issue in IE with applying the rules float:left (or right I guess) and position:relative to the same element? Tim Tim Reader Internet Officer www.uktransplant.org.uk t: (0117) 975 7463 e: [EMAIL PROTECTED] +++ Join

[css-d] How to control the look of anchors with disabled=disabled attribute?

2005-12-02 Thread Mark Marlow
Hi All, I am using ASP.Net Webcontrol to emit some HTML. The control is either a HyperLink or LinkButton. When I disable the control (by setting the controlls Enabled property) the following example HTML is emitted: a id=MainNavBar1_mnuUserReports3 disabled=disabled class=navbigger yel

Re: [css-d] Min-width/Max-width: IE PC/IE Mac too?

2005-12-02 Thread Gunlaug Sørtun
Al Sparber wrote: As a point of information, we've had this page floating around a long time: http://www.projectseven.com/csslab/testing/minmax/cssp5.htm I've ran some of your solutions earlier, and found them a bit slow and jerky. No such problems with this one though - it worked really

[css-d] Form is invisable in Safari?

2005-12-02 Thread Les Mizzell
The form below doesn't show up at all in Safari. No problem in any other browser. What the heck would cause it to just completely vanish? FORM: div id=botcol1 h1REGISTER FOR FREE NEWSLETTER/h1 pPlease enter your email to join our free list./p form action=email-list-subscribe.cfm

Re: [css-d] [RE-POST] IE page flicker (not rollover)

2005-12-02 Thread John Jameson
Hi Ingo As a side note, I wonder why I only could see the bug when cache settings were changed from Every visit to page to Never? I have found flicker problems in the past in IE which I believe are caused by known caching bugs - the effect being that images are unnecessarily reloaded. The

Re: [css-d] Min-width/Max-width: IE PC/IE Mac too?

2005-12-02 Thread Al Sparber
From: Gunlaug Sørtun [EMAIL PROTECTED] Al Sparber wrote: As a point of information, we've had this page floating around a long time: http://www.projectseven.com/csslab/testing/minmax/cssp5.htm I've ran some of your solutions earlier, and found them a bit slow and jerky. No such

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread CJ Larson
If you want to delete it completely, think 3 times or more, that focus ring *is* an accessibility feature. You don't provide any other feedback to keyboard users. It's not that I want to get rid of it, I just want it to stop messing up my layout. Why in the world does FF have to insert

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] Garbled Text In Firefox Under Suckerfish Dropdown

2005-12-02 Thread cFA
Thanks for that suggestion definetely, but it doesnt seem to fix FF at all tho, wrapping the JS in the comment below doesnt affect the issue with FF, the text is still garbled. !--[if IE] ![endif]-- On 12/2/05, Christian Montoya wrote: Why not just hide the JS from Firefox? If it's only

Re: [css-d] Absolute image path in CSS

2005-12-02 Thread Rimantas Liubertas
2005/12/2, Jacky [EMAIL PROTECTED]: 1. use server-side script to generate CSS files, so that the image path can be stored in one variable. 2. move also the CSS files to the image location, so the css files can still use relative reference. The only change is the import location in the HTML.

Re: [css-d] Nav button behavior IE and Firefox

2005-12-02 Thread David Dorward
On 02/12/05, Duane Cassone [EMAIL PROTECTED] wrote: Please help me determine what I can do about the vertical layout of my nav buttons when viewed in Firefox? Don't make them display: block. (and don't abuse tables for layout ... http://allmyfaqs.net/faq.pl?Tableless_layouts ... or use

[css-d] IE site-check/box-model

2005-12-02 Thread Eystein Mack Alnæs
The page works in Safari2, Firefox1.5 Opera8, but the IEs breaks the layout in both side columns. I have tried to work around the box- model problem, but still arent quite there. I am especially interested in a solution that lets the user increase the font-size without breaking the layout.

Re: [css-d] position text on top of image

2005-12-02 Thread Gunlaug Sørtun
Virtuallee wrote: Hi I'm wanting to position the text 'Click here to register or login', on/ top/ of the main image. http://www.virtuallee.co.uk/Monte/login.php Put these inline-styles where they belong (in the stylesheet), and it will work as intended. div id=logintext style=position:

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Christian Montoya
On 12/2/05, CJ Larson [EMAIL PROTECTED] wrote: If you want to delete it completely, think 3 times or more, that focus ring *is* an accessibility feature. You don't provide any other feedback to keyboard users. It's not that I want to get rid of it, I just want it to stop messing up

[css-d] Origin and width problems with IE6 in strict mode

2005-12-02 Thread Andy Shaw
My first post to this list so please be gentle! OK can anyone tell me what is going off with the following code !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html head titleIE/win Box/title /head body div style=position:relative; border:5px solid

Re: [css-d] annoying blue background in IE around my png images

2005-12-02 Thread Gale Stafford
regaridng my issue with annoying blue borders: I have this annoying problem that only shows up in IE -- Firefox, Opera and Safari all do not exhibit this. What's happening is, IE places a light blue background around my images. These are png files. Just want to say, thanks for the tips

Re: [css-d] IE and Sliding Doors image replacement - flashing imagesproblem

2005-12-02 Thread Zoe M. Gillenwater
Nick Fitzsimons wrote: I'm using a sliding doors method for some rollovers. Works in all browsers, but IE has an awful time with the rollover, I get a the flash of the background color, then the image load every single time. Looks like garbage. As you are using your machine for

Re: [css-d] Image floats and paragraphs

2005-12-02 Thread Christian Montoya
On 12/2/05, Trevor Boult [EMAIL PROTECTED] wrote: If I take out the margin and let wrap its lines up but as soon as a paragraph has little or no text the whole page just blow apart. Every paragraph needs to clear the floats before it: p { clear:both; } -- -- Christian Montoya

[css-d] making progress but... jumping CSS on nav bar buttons and weirdness between IE/FF

2005-12-02 Thread Laura Greenwood
hi.. my page http://tempinc.com/index8.htm on this page, about 2 seconds after the screen refreshes, some of the elements on the left nav bar jump and a larger whitespace is shown between them but not all of them the one between about temp and facility tour and about temp and contact us

[css-d] Origin and width problems in IE6 strict mode

2005-12-02 Thread Andy Shaw
My first post to this list so please be gentle! OK can anyone tell me what is going off with the following code !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html head titleIE/win Box/title /head body div style=position:relative; border:5px solid

[css-d] Newspaper CSS

2005-12-02 Thread Tim Zappe
I remember seeing an amazing online newspaper with everything done in super clean CSS, and the options to change font sizes, the number of columns, and other goodies. Does anyone know what I might be thinking of? Does anyone have any examples of well designed newspapers that you could point me

[css-d] Firefox active link dotted border problem

2005-12-02 Thread Gerald Couldwell
This is the page with the problem: http://temp.rdpdesign.com/final/ As a newbie, I don't know how relevant my observations will be. I noticed in Opera 8.51 and FF 1.0.7 that the tabs without content have no scroll bars, thus a larger space to fill. Yet IE 6 does not display this behavior. Gerald

Re: [css-d] IE site-check/box-model

2005-12-02 Thread Gunlaug Sørtun
Eystein Mack Alnæs wrote: The page works in Safari2, Firefox1.5 Opera8, but the IEs breaks the layout in both side columns. I have tried to work around the box- model problem, but still arent quite there. I am especially interested in a solution that lets the user increase the font-size

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Zoe M. Gillenwater
Michael Hulse wrote: On Dec 1, 2005, at 3:41 AM, Kevin Cannon wrote: div id=tabs class=ski.../div #tabs.ski { background-color: green; } Excuse my noobieneess... Why not: div id=tabs class=ski.../div /* Make .ski green: */ #tabs .ski {

Re: [css-d] Origin and width problems with IE6 in strict mode

2005-12-02 Thread Gunlaug Sørtun
Andy Shaw wrote: My first post to this list so please be gentle! Hallo there... :-) OK can anyone tell me what is going off with the following code Look closely... div style=position:relative; border:5px solid green; padding:10px; margin:10px; width: 100%/* add this width */; div

[css-d] Position problem in IE

2005-12-02 Thread Joey Southard
I am having a problem with a div that is not keeping its position verticaly when the window is resized in IE. I simply cannot find the solution for this. and I am afraid that there is not a solution since I am dealing with a site that is verticaly aligned centered. Any and all

[css-d] Which browsers load on display:none?

2005-12-02 Thread Christian Montoya
A friend of mine was wondering whether browsers would load an image that is specified in the stylesheet as display:none, and if so, which ones? I tried searching and the wiki, but no success. So which ones load the data even though it's not displayed? -- -- Christian Montoya christianmontoya.com

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Michael Hulse
On Dec 2, 2005, at 11:08 AM, Zoe M. Gillenwater wrote: This would work, but only because of the first part of the selector. The second part selects nothing in the HTML snippet provided. I just misunderstood the original question... All of the CSS I posted was intended to be exactly you you

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Christian Montoya
On 12/2/05, Gerald Couldwell [EMAIL PROTECTED] wrote: This is the page with the problem: http://temp.rdpdesign.com/final/ As a newbie, I don't know how relevant my observations will be. I noticed in Opera 8.51 and FF 1.0.7 that the tabs without content have no scroll bars, thus a larger

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Zoe M. Gillenwater
Christian Montoya wrote: It's not that I want to get rid of it, I just want it to stop messing up my layout. Why in the world does FF have to insert their accessibility feature into the document flow? Why can't they just overlay the border, rather than right into the margin, where it makes these

Re: [css-d] #idname.classname - IE Support

2005-12-02 Thread Zoe M. Gillenwater
Michael Hulse wrote: On Dec 2, 2005, at 11:08 AM, Zoe M. Gillenwater wrote: This would work, but only because of the first part of the selector. The second part selects nothing in the HTML snippet provided. I just misunderstood the original question... All of the CSS I posted was

Re: [css-d] quick q - floats and relative positioning

2005-12-02 Thread Zoe M. Gillenwater
Tim Reader wrote: Is there a known issue in IE with applying the rules float:left (or right I guess) and position:relative to the same element? Yes, sometimes that combination can trigger bugs in IE. They're pretty unpredictable, so I can't tell you any more than that. Just don't put

Re: [css-d] Which browsers load on display:none?

2005-12-02 Thread Ben Curtis
On Dec 2, 2005, at 11:31 AM, Christian Montoya wrote: A friend of mine was wondering whether browsers would load an image that is specified in the stylesheet as display:none, and if so, which ones? I tried searching and the wiki, but no success. So which ones load the data even though it's

[css-d] gap problem

2005-12-02 Thread Scot Schlinger
Sorry I made a reference to the wrong item for placing the border, it should be a 1px solid border in #main to get rid of the gap in firefox. url: http://baseballtriviaquiz.com/book/ css: in page Thank you, Scot __ css-discuss

Re: [css-d] making progress but... jumping CSS on nav bar buttons and weirdness between IE/FF

2005-12-02 Thread Zoe M. Gillenwater
Laura Greenwood wrote: my page http://tempinc.com/index8.htm on this page, about 2 seconds after the screen refreshes, some of the elements on the left nav bar jump and a larger whitespace is shown between them but not all of them the one between about temp and facility tour and about temp

Re: [css-d] Position problem in IE

2005-12-02 Thread Zoe M. Gillenwater
Joey Southard wrote: I am having a problem with a div that is not keeping its position verticaly when the window is resized in IE. I simply cannot find the solution for this. and I am afraid that there is not a solution since I am dealing with a site that is verticaly aligned centered.

Re: [css-d] problem with extra space around div in ff

2005-12-02 Thread Zoe M. Gillenwater
Scot Schlinger wrote: I have a div which contains faux columns and is split into to columns. I know there is a problem because it shows up correctly in ie 6.x but not in ff 1.0.4 as there is a 4-5 pixel gap between the faux columns and the surrounding division. I placed a 1px border in .blog

[css-d] Opera 8.5 bug

2005-12-02 Thread Lindsey
Hey- I've designed a template for a client that is currently up for demo/testing here (my domain, not clients): http://cssgirl.com/ Anyway, finally after hours of fooling around, I got the top menu and search bar working in all browsers. Or, so I thought. I was testing on Firefox 1.0.7, and

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread David Laakso
Christian Montoya wrote: This is the page with the problem: http://temp.rdpdesign.com/final/ It's the old quirk where Firefox adds a 1px dotted border to links when you click them... I hate that...] I think Philippe answered the question. FWIW, Franklin Gothic for Georgia falls into the

Re: [css-d] problem with extra space around div in ff

2005-12-02 Thread Gunlaug Sørtun
Scot Schlinger wrote: Hi all, I have a div which contains faux columns and is split into to columns. I know there is a problem because it shows up correctly in ie 6.x but not in ff 1.0.4 as there is a 4-5 pixel gap between the faux columns and the surrounding division. I placed a 1px

Re: [css-d] IE centering problem

2005-12-02 Thread Gunlaug Sørtun
Andrew Mason wrote: Hi, can anyone tell me why this isn't centering in IE? http://www.smandrew.com/dutch/index.html You've forgotten to delete the comment above the doctype-declaration, so IE6 is in quirks mode. It can't center on auto-margins then. !-- Doctype : Choose one and delete this

[css-d] (no subject)

2005-12-02 Thread William Harrison
Andrew Mason wrote: can anyone tell me why this isn't centering in IE? http://www.smandrew.com/dutch/index.html Here's the centering container, pretty simple... #container{ width: 740px; height: 555px; margin:70px auto 0 auto; padding:0; border: 1px

[css-d] CSS QA

2005-12-02 Thread Arthur Cundy
Hello everyone, I've just completed this website using divs and I wanted to run it by you guys to see if you can spot any issues. This is my second attempt at a table-less design and my first attempt at using shtml includes. The website is http://www.cafe-list.com Let me know what

Re: [css-d] Opera 8.5 bug

2005-12-02 Thread Ingo Chao
Lindsey wrote: http://cssgirl.com/ ... I was testing on Firefox 1.0.7, and 1.5, IE6 and Opera 8. When I finally upgraded to 8.5, I saw that new Opera completely distorted my menu bar! Are there hacks to hide code/ modify code for Opera (such as using an underscore for ie like,

Re: [css-d] CSS QA

2005-12-02 Thread Thomas Jespersen
Arthur Cundy wrote: Hello everyone, I've just completed this website using divs and I wanted to run it by you guys to see if you can spot any issues. This is my second attempt at a table-less design and my first attempt at using shtml includes. The website is

Re: [css-d] CSS QA

2005-12-02 Thread Ingo Chao
Arthur Cundy wrote: Hello everyone, I've just completed this website using divs and I wanted to run it by you guys to see if you can spot any issues. This is my second attempt at a table-less design and my first attempt at using shtml includes. The website is http://www.cafe-list.com Let

Re: [css-d] Opera 8.5 bug

2005-12-02 Thread Lindsey
Bless you! I knew it would be a simple oversight. Thanks a bunch! Lindsey Ingo Chao wrote: Lindsey wrote: http://cssgirl.com/ ... I was testing on Firefox 1.0.7, and 1.5, IE6 and Opera 8. When I finally upgraded to 8.5, I saw that new Opera completely distorted my menu bar! Are

[css-d] Son of Suckerfish navbar---need help tweaking

2005-12-02 Thread Dova Wilson
NAV Problems (other issues to be dealt with later) ---thanks in advance for help! 1. Background color not extending full length of NAV div (white gap on the far right) 2. Hover/gold color sticking out farther than width of navigation item (yes, I changed some width

Re: [css-d] CSS QA

2005-12-02 Thread Gunlaug Sørtun
Arthur Cundy wrote: The website is http://www.cafe-list.com Let me know what you think! Well, I thought it was completely broken at first glance, but it is just a lot of text and divs overlapping because you have used fixed height on containers. Not a good idea if you want anyone with less

[css-d] Scrolling/Overflow Issue

2005-12-02 Thread Steve Westmoreland
Hi All, I've composed a mock-up page from a photoshop file and it looks good across browsers, but since using height: 100% on the body and wrap, the scroll bar appears and there is unnessecary whitespace on the bottom of the page after the content. I can hide the overflow, but this creates a

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] Firefox active link dotted border problem

2005-12-02 Thread Christian Montoya
On 12/2/05, David Laakso [EMAIL PROTECTED] wrote: Christian Montoya wrote: This is the page with the problem: http://temp.rdpdesign.com/final/ It's the old quirk where Firefox adds a 1px dotted border to links when you click them... I hate that...] I think Philippe answered the

Re: [css-d] Son of Suckerfish navbar---need help tweaking

2005-12-02 Thread Christian Montoya
On 12/2/05, Dova Wilson [EMAIL PROTECTED] wrote: NAV Problems (other issues to be dealt with later) ---thanks in advance for help! 3. Under NAV item SERVICES some of the pull down items towards the bottom of the list overlap content on the page and are obscured behind the content I

Re: [css-d] Son of Suckerfish navbar---need help tweaking

2005-12-02 Thread Christian Montoya
On 12/2/05, Dova Wilson [EMAIL PROTECTED] wrote: NAV Problems (other issues to be dealt with later) ---thanks in advance for help! Validating your code might fix some other problems: http://validator.w3.org/check?verbose=1uri=http%3A//www.gwvirginia.gwu.edu/newsite/3coltest5.htm -- --

[css-d] How to: get rid of unwanted white space using CSS?

2005-12-02 Thread Amol Katdare
Hi, I am using some indentation to maintain a little bit of code readability. Here is a sample snippet: span class=... onmouseover=... onmouseout=... a href=# class=... onclick=.../some text/a span id=... style=... a href=# style=... class=... onclick=... title=...x/a /span

Re: [css-d] Paragraph Numbers

2005-12-02 Thread Jesper Brunholm
Is there aa way to do numbering like 1.1.1 ... 1.1.2 ... ... 1.2.1 ... 1.2.2 ... Counters http://www.w3.org/TR/CSS21/generate.html#counters Firefox 1.5 and Opera 8+ only. Other solution: manually adding them. well - scripting can do the trick too, it should hardly be so

Re: [css-d] CSS QA

2005-12-02 Thread David Laakso
Arthur Cundy wrote: Hello everyone, I've just completed this website using divs and I wanted to run it by you guys to see if you can spot any issues. This is my second attempt at a table-less design and my first attempt at using shtml includes. The website is

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

[css-d] Consistent navigation bar

2005-12-02 Thread Ira Landis
I hope this is not too newbie. I am evolving a site as I learn using CSS (no frames or tables). I want to maintain a consistent left vertical navigation bar. Can I create the navigation bar as a separate file and import/call it for each page? I am using the book 'Beginning Web Programming with

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

[css-d] Strange float issue with Explorer 6

2005-12-02 Thread Alisha
I don't really know how tom explain this issue. but anyway... here's the css and xhtml which are driving me crazy. http://www.synthetic-effulgence.com/glitch/home.html http://www.synthetic-effulgence.com/glitch/style.css In a container div (medium) there are two divs (main and menu) I need menu

Re: [css-d] Consistent navigation bar

2005-12-02 Thread Steve Clason
On 12/2/2005 6:42 PM Ira Landis wrote: I hope this is not too newbie. I am evolving a site as I learn using CSS (no frames or tables). I want to maintain a consistent left vertical navigation bar. Can I create the navigation bar as a separate file and import/call it for each page? I am

Re: [css-d] Scrolling/Overflow Issue

2005-12-02 Thread Roger Roelofs
Steve, On Dec 2, 2005, at 5:13 PM, Steve Westmoreland wrote: I've composed a mock-up page from a photoshop file and it looks good across browsers, but since using height: 100% on the body and wrap, the scroll bar appears and there is unnessecary whitespace on the bottom of the page

Re: [css-d] Son of Suckerfish navbar---need help tweaking

2005-12-02 Thread Roger Roelofs
Dova, On Dec 2, 2005, at 5:00 PM, Dova Wilson wrote: 1.Background color not extending full length of NAV div (white gap on the far right) You need to either float #nav ul or add a clearing element after the final /ul but before the /div Currently the #nav and #nav ul are collapsing down

Re: [css-d] Franklin Gothic (was: Firefox active lin...)

2005-12-02 Thread Felix Miata
Christian Montoya wrote: On 12/2/05, David Laakso [EMAIL PROTECTED] wrote: Christian Montoya wrote: This is the page with the problem: http://temp.rdpdesign.com/final/ FWIW, Franklin Gothic for Georgia falls into the /typographers worst nightmare/ category, Actually Franklin Gothic

Re: [css-d] Consistent navigation bar

2005-12-02 Thread Jacky
For maintenance, you should keep it in a seperate file, but this has nothing to do with CSS. Just remember to use unorder list to keep the navigation bar semantically correct. On 12/3/05, Ira Landis [EMAIL PROTECTED] wrote: I hope this is not too newbie. I am evolving a site as I learn using

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Ingo Chao
Christian Montoya wrote: On 12/2/05, David Laakso [EMAIL PROTECTED] wrote: I think Philippe answered the question. Philippe completely misunderstood my question, but fortunately I solved my own problem. http://temp.rdpdesign.com/final/ is still showing a jump in active tabs. I wonder was

[css-d] Dynodes: Cross-Domain Scripting using Dynamic Node Creation

2005-12-02 Thread Kent Brewster
Hi, folks. In certain edge cases, XMLHTTPRequest is impossible or unpalatable. It could be cross-domain security issues. It could also be that you've got a friendly script on the other end that supplies a JSON object with a callback, so you don't need to take the extra step of proxying it