View Single Post
Old 04-04-2012, 04:21 PM   PM User | #5
slynne212
New to the CF scene

 
Join Date: Mar 2012
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
slynne212 is an unknown quantity at this point
Quote:
Originally Posted by aaronhockey_09 View Post
well if right now they are not fixed widths, you can use developer tools inside of your browser,, and click on the div, it should show the width, or trial and error just changing the width till the largest one is how it use to be when it was not fixed width.

As for the fonts.
You would just have set the font size and family and what ever else you want into your li or a tag.

so something like this

.navigation li ul li a { font-size:12px; font-family:ariel; }

hope this helps a bit.

Cool, thanks! Got the max width, now wondering what the best way to set it on all the dropdowns is? There's content between each dropdown so I can't wrap it all in one style...it'd be really cool if there were a way to get all dropdowns and text boxes to span the width of the table column that they're in, any idea how to achieve that?

Last edited by slynne212; 04-04-2012 at 04:23 PM..
slynne212 is offline   Reply With Quote