Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

CSS Help | Forum profile

Forum profile page for CSS Help on http://www.devshed.com. This report page is the aggregated overview from a single forum: CSS Help, located on the Message Board at http://www.devshed.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "CSS Help" on the Message Board at http://www.devshed.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Shed Forums - Open Source web development - CSS Help (site profile, domain info devshed.com)
Title: CSS Help
Url: http://forums.devshed.com/css-help-116/
Users activity: 24 posts per thread
Forum activity: 82 active threads during last week
 

Posting activity on CSS Help:

  Week Month 3 Months
Threads: 82 269 735
Post: 172 586 1,750
 

CSS Help Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
DonR
20
user's latest post:
Tab problems in IE
Published (2009-11-13 23:56:00)
going by the css code from the live site, you need to remove "border-top-width: 0px;" from #box4. and add this to bottom of #tabbar : Code: margin-bottom:-1px; *margin-bottom:-20px; /*IE only hack*/ and, lastly, add this in the head section of your default.aspx file: Code: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Akh
12
user's latest post:
Rules - Style Sheet Precedence...
Published (2009-11-13 16:40:00)
The rule that is declared last wins, if they have equal weight. In your last example the style from the link element is declared later than the style in the style-element so it wins. Code: <html> <head> <style type="text/css"> @import url(import.css); p { color: blue; } </style> <link href="link.css" rel="stylesheet"...
Kravvitz
8
user's latest post:
Layout help
Published (2009-11-04 20:22:00)
The two remaining HTML errors are that the <style> element must be inside the <head> element, not after it, and the end tag for the first <ul> is missing. Quote: Also after this is all fixed would there be a way that i can connect those 2 menus so that one starts as soon as the other one ends. No gap? It looks like you already figured out that the top margin of "#nav" was doing that....
spadez
8
user's latest post:
Why does this sit underneath?...
Published (2009-11-10 08:28:00)
The best I could do is encase the red code in <div align="right"> </div> tags, which is how it currently is. However, even though it puts it on the right, it still drops it down a line instead of keeping it on the same line as the header image. Unfortunately this pushes down the horizontal menu.
Dameon51
7
user's latest post:
Div's, img's, IE,...
Published (2009-11-12 17:38:00)
Quote: Originally Posted by rdoyle720 As far as I can tell, the divs actually are on top of the image. They don't seem to be registering as clickable because there's nothing in them. Try adding a background color to your cupcake class and you'll see they go above the image and become clickable. You could try defining your background as transparent (which I believe doesn't work in IE6), or you could try defining your...
kk5st
7
user's latest post:
CSS Line Breaks?
Published (2009-11-11 19:38:00)
Try this: Code: dt { float: left; clear: left; } cheers, gary
cranium
5
user's latest post:
Container Height Unknown
Published (2009-11-06 17:26:00)
Shouldn't matter. If you are placing a border on the main container with css the border, like container itself, will expand and collapse with the amount of content held within. If you want to do a border between columns than that is faux columns (do a google search).
Noonan
5
user's latest post:
Trying to change font color of...
Published (2009-11-06 17:02:00)
Quote: Originally Posted by Akh That style changes the colour, bit hard to see though as it only change the main text from #101010 to #131313. If it isn't the paragraph text you want to change the colour of you might need to specify what part you want to change. I want to change ALL of the text thats in my postings.. I dont want to have to do it every time I post- Just want it to be black always. Screen cap of what I want to change:...
big JME
5
user's latest post:
Multi browser positioning
Published (2009-11-05 11:56:00)
damn the most simple thing worked thanx : the one thing i hadnt tried lmao
rdoyle720
5
user's latest post:
Div's, img's, IE,...
Published (2009-11-12 17:31:00)
As far as I can tell, the divs actually are on top of the image. They don't seem to be registering as clickable because there's nothing in them. Try adding a background color to your cupcake class and you'll see they go above the image and become clickable. You could try defining your background as transparent (which I believe doesn't work in IE6), or you could try defining your background as a 1px transparent gif. Or you...
 

Latest active threads on CSS Help::

Dev Shed Forums - Open Source web development
Started 3 days, 15 hours ago (2009-11-11 19:38:00)  by kk5st
Try this: Code: dt { float: left; clear: left; } cheers, gary
Thread:  Show this thread (4 posts)   Thread info: CSS Line Breaks? Size: 386 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CSS Line Breaks? :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 18 hours ago (2009-11-13 16:40:00)  by Akh
The rule that is declared last wins, if they have equal weight. In your last example the style from the link element is declared later than the style in the style-element so it wins. Code: <html> <head> <style type="text/css"> @import url(import.css); p { color: blue; } </style> <link href="link.css" rel="stylesheet" type="text/css" /> </head> ...
Thread:  Show this thread (9 posts)   Thread info: Rules - Style Sheet Precedence Question Size: 1,429 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Rules - Style Sheet Precedence Question :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 18 hours ago (2009-11-13 16:30:00)  by Akh
That isn't a good tip. Using the star selector to reset margin and padding every element is creating a lot of overhead, now the browsers have to assign this style to each and every element in a document. Wtih this you also remove margin and padding on element that the browsers has assigned like buttons and input elements, this could lead to usability issues if you don't ...
Thread:  Show this thread (7 posts)   Thread info: Little tip Size: 802 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Little tip :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 week, 5 days ago (2009-11-02 16:43:00)  by kokomokola
Thread:  Show this thread (4 posts)   Thread info: Tab problems in IE Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Tab problems in IE :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 14 hours ago (2009-11-13 20:24:00)  by erj145
Quote: Originally Posted by ineloquucius The year is 2009, and surely there is a way to such a simple thing as displaying photos of unknown size in the H-center of a Div--without running off the screen. Oh wait, there isn't. The problem: Given unknown picture size, 1) if I don't specify absolute positioning (or fixed), I can center it but then it floats to ...
Thread:  Show this thread (2 posts)   Thread info: Image H-centered when absolute, or bottomed when in block display? Size: 1,131 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Image H-centered when absolute, or bottomed when in block display? :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 22 hours ago (2009-11-13 12:36:00)  by apg1985
mmm interesting Do you have this problem solved now? Out of interest do you do this for a living or are you just helping out a friend?
Thread:  Show this thread (3 posts)   Thread info: IE Positioning Nightmare Size: 224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IE Positioning Nightmare :: CSS Help :: Dev Shed Forums - Open Source web development"
 

Hot threads for last week on CSS Help::

CSS Help
Started 1 day, 18 hours ago (2009-11-13 16:40:00)  by Akh
The rule that is declared last wins, if they have equal weight. In your last example the style from the link element is declared later than the style in the style-element so it wins. Code: <html> <head> <style type="text/css"> @import url(import.css); p { color: blue; } </style> <link href="link.css" rel="stylesheet" type="text/css" /> </head> ...
Thread:  Show this thread (9 posts)   Thread info: Rules - Style Sheet Precedence Question Size: 1,429 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Rules - Style Sheet Precedence Question :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 1 week, 1 day ago (2009-11-06 16:30:00)  by DonR
try adding overflow:hidden; to your maincontainer DIV.
Thread:  Show this thread (8 posts)   Thread info: Container Height Unknown Size: 110 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Container Height Unknown :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 5 days, 3 hours ago (2009-11-10 07:48:00)  by spadez
Thread:  Show this thread (8 posts)   Thread info: Why does this sit underneath? Probably simple Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Why does this sit underneath? Probably simple :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
RE: Little tip - 7 new posts
Started 1 day, 18 hours ago (2009-11-13 16:30:00)  by Akh
That isn't a good tip. Using the star selector to reset margin and padding every element is creating a lot of overhead, now the browsers have to assign this style to each and every element in a document. Wtih this you also remove margin and padding on element that the browsers has assigned like buttons and input elements, this could lead to usability issues if you don't ...
Thread:  Show this thread (7 posts)   Thread info: Little tip Size: 802 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Little tip :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 5 days, 7 hours ago (2009-11-10 03:54:00)  by hungryOrb
Thread:  Show this thread (6 posts)   Thread info: Hover images loading delay! Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Hover images loading delay! :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 2 days, 14 hours ago (2009-11-12 21:07:00)  by DonR
at the top of your style css add: html{margin:0;padding:0;} (above the body{}) to reset things.
Thread:  Show this thread (6 posts)   Thread info: Space between divs - Why? Size: 159 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Space between divs - Why? :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 2 days, 18 hours ago (2009-11-12 17:05:00)  by Dameon51
Thread:  Show this thread (6 posts)   Thread info: Div's, img's, IE, z-index's... and Cupcakes Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Div's, img's, IE, z-index's... and Cupcakes :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 6 days, 18 hours ago (2009-11-08 17:04:00)  by DonR
I have a thought.....why in the heck do you have the width of #galleryView set to be 10000px?
Thread:  Show this thread (5 posts)   Thread info: Overflow-y is always scrollbar Size: 149 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Overflow-y is always scrollbar :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 4 days, 18 hours ago (2009-11-10 16:17:00)  by oldnoisy
Fixed wrong link in post. Any thoughts?
Thread:  Show this thread (5 posts)   Thread info: Expand to fit div working in all browsers except IE8! Size: 95 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Expand to fit div working in all browsers except IE8! :: CSS Help :: Dev Shed Forums - Open Source web development"
CSS Help
Started 1 week, 2 days ago (2009-11-05 22:40:00)  by DonR
you want to look for the "color" property to change font color. [in body css it is "color:#101010;"].
Thread:  Show this thread (10 posts)   Thread info: Trying to change font color of WordPress theme Size: 177 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trying to change font color of WordPress theme :: CSS Help :: Dev Shed Forums - Open Source web development"