Re: [css-d] Mobile Conversion

2012-03-30 Thread Tommy_Tiller
Wow! You've given me a lot to look at Paul. I was thinking that it might be necessary to change the column order to make it work in a better fashion. But I was trying to take the easy way out and fit my round peg in a square hole. I like the way your sample looks. Thank you very much for taking

[css-d] Mobile Conversion

2012-03-29 Thread Tommy_Tiller
Trying to adapt an existing web site to be more mobile friendly. With my limited skills I have almost achieved my goal. The only issue I'm having is with my footer on the home page. On some devices (HTC), it will cut off the footer. On other types, it looks fine. I'm using an @media reference i

[css-d] handheld.css

2011-01-28 Thread Tommy_Tiller
Preparing to create a handheld style sheet for my web site. Was wondering what is the best way to reference the stye sheet. At first I was going to use this option.. After furthur searching I found this option.. Was wondering what the list suggested. I understand that so

[css-d] external link indicators

2009-08-26 Thread Tommy_Tiller
Can you or has anyone ever used CSS to indicate that a link would take you outside the current web site? Trying to come up with some way to let the user know they are exiting my site. I open the link in a blank target, but was wondering if there is a better way to communicate this. Really do not

Re: [css-d] What's your preference -- fluid, elastic, or fixed?

2009-06-08 Thread Tommy_Tiller
I normally work with fixed layouts because I find that I have more control over the ultimate appearance of the design. But lately I'm becoming more interested in fluid or elastic layouts because of their greater accessibility. So, just out of curiosity -- what's your particular preference and why

Re: [css-d] control td text

2008-11-07 Thread Tommy_Tiller
Thanks David, You put me on the right track. I made a rule for the tag th and left td to it's default and that worked. I'm not sure why I was trying to make things harder that they needed to be. Sometimes you can't see the forest for the trees. Thanks again for the solution. Tommy It's hard t

Re: [css-d] control td text

2008-11-07 Thread Tommy_Tiller
Hi Bill, Thanks for the suggestion. I might be doing something wrong, but when I tried using the th tag it would bold the text but not center it like I thought it should. I tried it in IE and Firefox, both with the same results. Would it have something to do with my doctype? I'm using xhtml 1.0

Re: [css-d] control td text

2008-11-06 Thread Tommy_Tiller
Thank you for your reply. But when I use the suggestion for the css of {display: block: text-align: center; display: bold;}, it will work in IE 7 but not Firefox 3.0.3. I'm using td.boldcenter for the class name so my codes looks like this: 9-25-08 Name This is

[css-d] control td text

2008-11-06 Thread Tommy_Tiller
Is it possible to control the text in a td field with css? I would like to make some entries bold and centered and control this thru css. I do not want to control the whole table row, just some of the td entries. This is what I'm currently using: 9-25-08 Name This

Re: [css-d] menu bar

2008-10-29 Thread Tommy_Tiller
Great guess! I could not figure out where to put the class in the html and you hit the nail on the head. Thank you very much for taking the time to help. I really appreciate it. Tommy __ css-discuss [EMAIL PROTECTED] http://w

[css-d] menu bar

2008-10-28 Thread Tommy_Tiller
Sad to say I'm using a unnamed product to help me build a menu for a site. I am trying to add padding to one of my list items without affecting the other list items and can not solve the problem due to my own ignorance. This is what a sample of my code looks like: Untitled I