[css-d] Space under image link in Mozilla

2006-12-07 Thread Sandy Gonzales
Hi, I'm wondering if anyone has encountered an issue in Mozilla where a link image has a space underneath it. http://rh-v2.cpdev.sudjam.com/ If you click on any of the navigation images you can see the bounding box is about a pixel larger than the image at the bottom. Same goes with the "learn

[css-d] IE7 and unordered list strangeness

2006-12-07 Thread Graham Anderson
Hi Upon a text resize in IE7, I am having trouble positioning a background image in an unordered list. The 'star' background image in the tag line,Rustic Italian Cuisine * Focused on Organics, does not stay centered upon a text resize. I am only seeing this bug in IE7 as the star appears to

Re: [css-d] CSS Positioning problems

2006-12-07 Thread Tim White
Your .date is on an inline element () -- margins don't work particularly well on inline elements. You could either set the .date element as a block (either .date {display: block;} or change the do a ) OR you could set padding-top: 10px on #details. ~ Tim tjameswhite.com - Original Me

Re: [css-d] Need help to not have to use tables

2006-12-07 Thread david
Michael Netherton wrote: > I'm making good progress (in ie5 anyway) with my first attempt at css. I'll > deal with FF in a bit. [snips] > On a side note, if you happen to know the trick to getting the layout to > format properly in firefox, I'm not proud, I'll take all the help I can get > :) De

Re: [css-d] Need help to not have to use tables

2006-12-07 Thread Matt Barnicle
> I'm making good progress (in ie5 anyway) with my first attempt at css. > I'll > deal with FF in a bit. Right now, I'm trying to figure out how to put four > images, with titles, in a 2x2 square layout. You can see my example with > tables here: > > (spaces added to prevent being spidered by t

[css-d] CSS Positioning problems

2006-12-07 Thread Ianvaughan1979
Hi I am trying to create a design from a photoshop mockup in CSS but at present I m having some major problems for example the date text should be 10 pixels down but it stays in the same place so it seems if it ignoring the margin-top: 10px; part? Any ideas? #details { float: right; w

[css-d] Need help to not have to use tables

2006-12-07 Thread Michael Netherton
I'm making good progress (in ie5 anyway) with my first attempt at css. I'll deal with FF in a bit. Right now, I'm trying to figure out how to put four images, with titles, in a 2x2 square layout. You can see my example with tables here: (spaces added to prevent being spidered by the SE's) http:/

Re: [css-d] Extra width in IE6 drop down menus

2006-12-07 Thread Mark Wheeler
On Dec 7, 2006, at 8:56 AM, Devon Miller wrote: > Ok this seems to work for me in FF1.5, IE6, and IE7. These changes > remove the need for some of the width restrictions by setting > white-space to nowrap for anchors and by disabling width and float for > the inner LI elements. > >#nav a >

Re: [css-d] Should I use cascaded ids for nested divs?

2006-12-07 Thread Gunlaug Sørtun
Marcelo de Moraes Serpa wrote: > > > > > CSS: > > #header { ... } > #branding {...} > > However, I've saw many css scripts using cascading with id. Would it > make any difference to do this way: #header #branding { ... } ? Makes no difference - apart from added specificity which isn't calle

Re: [css-d] Should I use cascaded ids for nested divs?

2006-12-07 Thread Mark J. Reed
On 12/7/06, Travis Killen <[EMAIL PROTECTED]> wrote: > Using this method: > #header #branding { > border: 1px solid red; > } > you will assign a 1px solid red border to any div whose id is branding, > AND is contained within the div header. ie - if you have more than one > branding div then th

Re: [css-d] Should I use cascaded ids for nested divs?

2006-12-07 Thread Travis Killen
Hi Marcelo - using this method #header, #branding { border: 1px solid red; } you will assign both div's the css properties specified. (in this case both div's will have a solid red 1px border) However if you use this method: #header { border: 1px solid red; } #branding { border: 1px

[css-d] horizontal list elements evenly spaced ala

2006-12-07 Thread Toby Sutton
anybody know how to evenly spaced a horizontal list with an arbitrary number of elements in the same manner that using a table will result in? thanks, toby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

[css-d] CSS questionnaire!

2006-12-07 Thread iris2000sa garden
Hi All, I am a postgraduate student at the University of Southampton, UK. My main research theme deals with providing descriptions (metadata) to CSS web resources. I have a short questionnaire and I will be more than thankful if you can devote 20 minutes from your time to complete it. http://www.s

Re: [css-d] Anchor problem on tooltip

2006-12-07 Thread Kathryn Crutcher
Devon sent the solution off-list - adding z-index: 1 fixed it. > > I have a problem with a tooltip 'close' anchor. This is a kiosk that will > only use Firefox with the full screen. > http://www.enermodal.com/kiosk/calgary/fp.htm > There are demo tooltips associated with #1 and #2. On tooltip #1 t

Re: [css-d] first posting

2006-12-07 Thread Ana Aguilar
Hi James, thanks for the explanation ( I'll be answering to you directly also, please let me know if the proper thing...) I took out the float: right away from ul li. but left it in globalNavi, (took out the width and put it again in 100% since without It broke apart in Safari) an now is moved

Re: [css-d] first posting

2006-12-07 Thread Ana Aguilar
Hi James, thanks for the prompt answer. ( I'll be answering to you directly also, please let me know if the proper thing...) I took out the float: right away from ul li. but left it in globalNavi, (took out the width and put it again in 100% since without It broke apart in Safari) an now is mov

Re: [css-d] Reference a form script in css somehow?

2006-12-07 Thread Alex Robinson
>--is there a ways to insert by adding the cose below to jablum's >css file? > > > > > > > > Stephanie, I'm afraid you appear to misunderstand what CSS is and what CSS can do. I suggest that you would be much better off taking your question to the jalbum forums where I

[css-d] Should I use cascaded ids for nested divs?

2006-12-07 Thread Marcelo de Moraes Serpa
Hello! I'm just starting with CSS (currently reading CSS Mastery, quite good book btw :)) and got stuck on the following: Let's say I've got a header div and a branding div. The branding div is a "child" of header (it will hold a logo of the website). Currently, I'm doing this the following way:

[css-d] Anchor problem on tooltip

2006-12-07 Thread Kathryn Crutcher
I have a problem with a tooltip 'close' anchor. This is a kiosk that will only use Firefox with the full screen. http://www.enermodal.com/kiosk/calgary/fp.htm There are demo tooltips associated with #1 and #2. On tooltip #1 the entire button is an anchor as expected. On tooltip #2 only a section

Re: [css-d] IE7 is starting to hit me

2006-12-07 Thread Charles Blaquière
Andy Mosmiller wrote: > I don't know anything about the issues with IE7. My health is poor, > so my research on such issues is extremely limited. I'd love any > help you could offer, both for fixing the site above and for handling > IE7 generally. Is there a comprehensive site dedicated to hack

[css-d] Reference a form script in css somehow?

2006-12-07 Thread Stephanie Chausse
We are working on an image database using jalbum and want to eliminate the frame--and find a way to incorporate the search so that it appears without the frame and on each picture--Our tech person does not want to add php to the server yet and so one of our techs wrote a script which works in the f

Re: [css-d] Extra width in IE6 drop down menus

2006-12-07 Thread Devon Miller
On 12/6/06, Mark Wheeler <[EMAIL PROTECTED]> wrote: > Hi, > > This is just a directory update for the same probelem. Haven't been > able to solve it yet. > > SITE: http://pws.tonedeafstudios.com/ > CSS: http://pws.tonedeafstudios.com/css/global.css > > The problem still exists. The css is now all i

Re: [css-d] first posting

2006-12-07 Thread Scott Povlot
Ana, Basically, you have several "ul li" rules that override each other. To make them specific to the globalNavi or subNavi, you need to make them more specific with a descendant selector. For example: #globalNavi ul li { margin: 0; padding: 0; } I would suggest that you review some tut

Re: [css-d] first posting

2006-12-07 Thread Rob Wilmshurst
Hi Ana, The reason the #globalNavi is in the wrong order is because each is individually floated right. So the browser sees the first element, 'home', and sends it to the right. Elements appearing afterwards are 'queued' to the right, putting them in the opposite order to what you intended.

Re: [css-d] first posting

2006-12-07 Thread James Leslie
Hi Ana, Instead of having: . You can use And then you can control the lists individually using css such as ul#something{ Attributes in here } ul#something li{ Attributes in here } That way you can put different attributes in for them, or just use ul (with no id) to assign

[css-d] Suckerfish Menu / onmouseout IE7 strange b ug

2006-12-07 Thread cssd
I use Suckerfish menu (single drop down) technique on one of my sites. On IE7 when I click the first LI (menu root) and drag my cursor down the menu appears but it doesn't disappear when I move the cursor outside the div that holds the list. I noticed the same problem on the original example: h

[css-d] first posting

2006-12-07 Thread Ana Aguilar
Hi there, I am working on a portfolio-kind-of page and got a couple of problems I don't know how to solve. 1. I have two navis one I called globalNavi, and another subnavi . Somehow when I modify the subnavi, the globalNavi gets modified as well and I dont want that. How can I modify the subnavi

Re: [css-d] Height problem in Firefox

2006-12-07 Thread Portman
Thanks David. :-) Riva ~davidLaakso wrote: > Maybe this one? > ~dL __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://cs

Re: [css-d] Height problem in Firefox

2006-12-07 Thread ~davidLaakso
Portman wrote: > Thanks David. I will try that. > As far as the menu being skewed left - I was trying to get too elastic > columns next to each other. I struggled with it and couldn't seem to > get it to work so I figured I would look into it later. Do you know > any good examples I could work f

Re: [css-d] Height problem in Firefox

2006-12-07 Thread Portman
Eek - that's supposed to be two, not too. Can I blame it on the cold weather freezing my brain? Riva Portman wrote: > Thanks David. I will try that. > > As far as the menu being skewed left - I was trying to get too elastic > columns next to each other. I struggled with it and couldn't seem to

Re: [css-d] frames and anchors a css alternative

2006-12-07 Thread Zoe M. Gillenwater
Ross Hulford wrote: > http://legalss.co.uk/newsite/services.phps > > http://legalss.co.uk/newsite/services.php > > > When I click the menu item on the left I want it to jump to the correct part > of the text, however the full page jumps up. Can I use anchors with div ids > so only the text skips

Re: [css-d] Height problem in Firefox

2006-12-07 Thread Portman
Thanks David. I will try that. As far as the menu being skewed left - I was trying to get too elastic columns next to each other. I struggled with it and couldn't seem to get it to work so I figured I would look into it later. Do you know any good examples I could work from? Riva ~davidLaakso

Re: [css-d] Firefox Win vs Firefox Mac

2006-12-07 Thread James Leslie
>>Does anyone know of any major (of course in the proper sense there are none, but relatively speaking...) differences between the two? I have been finding some peculiarities too, also with firefox on Linux compared to Mac and win I am working on an app which is here - http://jamestesting.metafaq.

[css-d] site check please

2006-12-07 Thread Robert K
Please, would you take a look at www.zangthal.co.uk any comments/suggestions would be of interest. BTW the styling of the contact page's script hasn't been finished yet. Maybe off-topic but one possible problem is for the line in .htaccess "RewriteRule .*\.(gif|jpg|pdf)$ http://www.zangthal.co.uk

Re: [css-d] Two questions: Konqueror CSS and Two Column Layout

2006-12-07 Thread david
Delos Woodruff wrote: > First, I'm looking for direction on how to make minor conditional CSS > margin/padding adjustments for Konqueror. I don't use Konqueror and > I've never done anything with conditional comments, Only IE does conditional comments. > so I'm at a loss on > what to try where