TreeTopStudio
-
help on css please
You could try to use a class on the body tag like body class="portfolio" then add the class portfolio to the existing styles. ie. h1 {existing styles} .portfolio h1 {portfolio specific styles}
-
How can form input value be cleared before validation?
Thank you. I think both ideas can work. Custom Validation Rule: Can a rule be created that would do something like this... IF the field value is "Name*" THEN do NOT validate IF the field value is "just about anything else more than …
-
Is Dreamweaver redundant?
I've also been a Dreamweaver user for years but recently have found myself using it less and less. It's still great for creating templates as mentioned by djpic but the css support and has fallen behind. When I started using Programs like …
-
CSS-Tricks Redesign
I like the new icons, and the dynamic width design considerations look and work great. Almanac is perfect addition - can't wait to see it fleshed out. Search not working though...
-
CSS Generator for IE?
Helpful article from positioniseverything.net. and this website has helped me with ie6-7. Good luck.
-
Website images
Try www.sxc.hu for images. NOTE: There are some license restrictions for commercial use.
-
Help
Presuming you have at least CS4... See Fireworks tutorial. or css-tricks.com tutorial.
-
Issue with an unwanted gap on horizontal navbar
With Firefox 6.02 on MacOS 10.5.8 - I'm not seeing the problem. Unless you've fond a solution before I posted this comment...
-
newbie page centering for hard-to-tile backgrounds
As a place to start... If you have to use tables. You'll have to combine the two cells with logo and search into one, wrap content in a DIV, apply a class or ID to image and search form (looks like you already have) and apply css styles for po…
-
Align Image to Bottom of Paragraph...
That's a great solution!
-
Align Image to Bottom of Paragraph...
It's not difficult to position the image where I want it but, it's very difficult to maintain the word wrap around the image. When you use absolute positioning the image is removed from doc flow and copy no longer wraps. Margins don'…
-
Using onfocus/onblur to show/hide content...
Wow! That's much better. Gotta love jQuery.
-
Using onfocus/onblur to show/hide content...
I've got a new example working... I still need to figure out a few details... Like do I have to use an input button as trigger or can I use an image or another html element?
-
Using onfocus/onblur to show/hide content...
In the example I'm using hover with css. But, I would like to us onfocus and onblur to have more control over how long the content stays visible. I don't want it to disappear as soon as you roll cursor off. Content should stay visible unti…
-
Using :focus/:blur to show/hide content...
Okay... So maybe an all CSS solution isn't realistic. Could onFocus and onBlur be used instead? Can something like this work?
-
Where is the space between these menu items coming from?
wolfcry911 figured it out... After I let all the list items in the unordered list run together in the markup the extra space disappeared. Then I added the 5px of padding-right into the css. It was bugging me that there was space that I didn't a…
-
Where is the space between these menu items coming from?
Thank you wolfcry911. I didn't know a carriage return could do that. I thought white space didn't effect html mark-up... I learned something new.
-
Where is the space between these menu items coming from?
I don't have any non-breaking spaces in this menu... General Business Financing Franchise Financing Equipment Dealer Financing Apply Now: I understand what you're saying about the menu in the header. I think it will be…
-
Add a Class with onFocus
It was a rhetorical question. I didn't think about the simple solution of using :focus in css.
-
Add a Class with onFocus
Yes. Why not. Why make something complicated?
-
Need input on fonts for a website design
The fonts in the logo work well together and I like the contrasting weights used in "welcome to..." To continue the contrasting weights you might have to use @font-face for a font that is that thin but, I wouldn't use it for a lot of …
-
adding styles to wordpress tinymce
Will you elaborate? I'd like to be able to view the content in tinyMCE with my theme css styles... Can I just add my theme css to add_editor_style(); like so? add_editor_style('style.css'); I also see "editor-style.css" i…
-
How can I Detect ie6 and below and Suggest Upgrade with Link
Perfect! Thank you.
-
WordPress 3.1 - How can loop be modified to show only content of page?
Thank you for the info.
-
IE 6-7 CSS Problem...
I was able to get it working... Thank you for checking.