CSS Help | Forum profile
|
|
 |
Atom |
RSS
|
|
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.
|
|
|
|
|
Posting activity on CSS Help:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
48
|
196
|
659
|
|
Post:
|
165
|
742
|
2,031
|
|
|
CSS Help Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
groundscape
|
58
|
|
terra-dea
|
12
|
|
Kravvitz
|
8
|
|
Dakke
|
7
|
|
jsampsonPC
|
5
|
|
Arem
|
5
|
|
Akh
|
4
|
|
gino2008
|
4
|
|
Dijitalx
|
4
|
|
gcupat
|
4
|
|
|
|
Latest active threads on CSS Help::
Started 23 hours, 45 minutes ago (2008-08-20 23:26:00)
by itsjustjeff
In the example below, why would there still be an indent on the ul li? Thanks for the help. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <style type="text/css"> <!-- a:link ... 
Started 1 day, 1 hour ago (2008-08-20 21:43:00)
by brentonboy
I am looking for a way to color the padding/margin/border of all the elements on my page, so that I can, with a quick look, see how the elements are interacting with eachother. If you have used firebug, then you know what I mean, because in Firebug, when you hover over an element in "inspect" mode it shows the margins and padding in different colors. I have heard of diagnostic... 
Started 1 day, 4 hours ago (2008-08-20 18:25:00)
by yuiness
yui.lastsong.net/projecthealth I'm having problems getting the above page to show up correctly in IE6. My headers have a negative left margin and, for some reason, paragraphs below these headers seem also to be displaying this negative margin. It doesn't happen for all paragraphs, and I haven't been able to discern any pattern. The following page is an example of this: yui.lastsong... 
Started 1 day, 10 hours ago (2008-08-20 12:17:00)
by esytiger202
Hi all u experts I have some problems which I list them below : 1-I just used a simple css style, it works in FF but not in IE7, it means font size and and bold, is shown in FF but not in IE Quote: #tbtd2 { font: 12px Arial bold; color: #8F2222; } 2-also hover effect is not the same in FF and IE , the same as above (looks disable in ... 
Started 1 day, 8 hours ago (2008-08-20 14:46:00)
by swaddock
I have a dropdown menu that was generated using .net When I try to apply some .css style tags: .menuitem { background-color:#fff; color:#ffffff; text-align:left; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 2px 8px 3px 10px; margin:0px;} It works BUT, if I add: border-top attribute I get a ... 
Started 1 day, 7 hours ago (2008-08-20 15:40:00)
by yutt
A minimal example is easier than trying to describe the problem: analogdawn.com/test/overlap.html I understand what the problem is, the children are set to fill 100% of the parent, and that doesn't include the padding and border widths. My question is: How can I fix that easily, while still using padding and borders? I need to have a liquid width, so the DIV widths need ... 
Started 2 days, 6 hours ago (2008-08-19 16:20:00)
by groundscape
Take out "display:block;" on ".dropdown a, .dropdown a:active, .dropdown a:visited" You can't have more then one ID on a page: you have the same ID repeated about 13 times. 
Started 2 days, 19 hours ago (2008-08-19 03:53:00)
by Pro.Luv
Hi, I'm having a problem with the division (<div></div)... I have a main division and in the body division I have other div's.. I also have a footer division which has a table in it.. Like: Code: <div name="header"> <div name="body"> <div name="Other"></div> </div> </div> <div name="Footer"> <table> <tr> <td> ... 
Started 1 day, 12 hours ago (2008-08-20 10:20:00)
by terra-dea
Hi I have this which IE needs to call "menu-ie.css" and all other browsers need to call the "menu.css". Code: <!--[if IE]> <LINK rel="stylesheet" href="inc/menu-ie.css" title="contemporary" type="text/css"> <![endif]--> <LINK rel="stylesheet" href="inc/menu.css" title="contemporary" type="text/css"> Just tested and it doesn't work... it ... 
Started 1 day, 23 hours ago (2008-08-20 00:07:00)
by lostinkorea
I apologize in advance if this question has already been covered in the past. I couldn't find any good threads on the subject. I'm just wondering what Content Management Systems you use or recommend to your clients. I design my sites using css external files and I don't use tables for layout. Apparently, this causes problems with some CMS software (like Adobe Contribute). ... 
|
|
Hot threads for last week on CSS Help::
Started 2 days, 6 hours ago (2008-08-19 16:20:00)
by groundscape
Take out "display:block;" on ".dropdown a, .dropdown a:active, .dropdown a:visited" You can't have more then one ID on a page: you have the same ID repeated about 13 times. 
Started 1 week ago (2008-08-14 17:42:00)
by gcupat
Hello, I need to horizontally center align an image inside a div tag AND have the sides hidden using an overflow:hidden. Here is my problem: The image not center aligning (horizontally, the image is left align instead. I need to have the image centered in the middle of the div tag and the sides hidden. Here is the CSS snipet: #smallproducts { width:288px; ... 
Started 1 week, 2 days ago (2008-08-12 14:24:00)
by gino2008
Hi, my css drop down menu seems to be working fine in firefox, but there are a few problems in IE. It didn't even work in IE7 until I added Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 1. In IE7, if you first hover over the link to get the drop down menu to show, move away, then hover ... 
Started 2 days, 17 hours ago (2008-08-19 06:03:00)
by Dakke
What I want is a result that looks like this: 1. (+2) --2. (+2) ----3. (+2) ------4. (+2) -------4.1. (+1) --------4.2. (+1) Where "-" is 1px, So: all parents should be positioned +2px relative to the previous parent item. All childs should be positioned +1 relative to their parent. What would be very very cool is to implement math function (eg each parent item ... 
Started 2 days, 13 hours ago (2008-08-19 09:15:00)
by mykalizaak
So I'm not sure if this issue has been posted, I perused the forums and couldn't find it, so here it is. I'm having an issue getting my <div> layers, and CSS to render properly in IE7. The layout appears correct in both FireFox 3, and Safari. Here is my CSS: Code: @charset "utf-8"; /* CSS Document */ body {background- image:url(images/bgStrips_02... 
Started 1 day, 10 hours ago (2008-08-20 12:17:00)
by esytiger202
Hi all u experts I have some problems which I list them below : 1-I just used a simple css style, it works in FF but not in IE7, it means font size and and bold, is shown in FF but not in IE Quote: #tbtd2 { font: 12px Arial bold; color: #8F2222; } 2-also hover effect is not the same in FF and IE , the same as above (looks disable in ... 
Started 6 days, 16 hours ago (2008-08-15 07:02:00)
by Dijitalx
a site im working on .. (apparently I cant post URLs....) it's the normal stuff at teh beginning with porservices.formapixel and the normal web ending stuff at the end. works fine in Firefox. I validated with transitional. In IE7 the background images for the main divs show up but the entire content and header do not. I thought for some reason it had to do with ... 
Div - 7 new posts
Started 2 days, 19 hours ago (2008-08-19 03:53:00)
by Pro.Luv
Hi, I'm having a problem with the division (<div></div)... I have a main division and in the body division I have other div's.. I also have a footer division which has a table in it.. Like: Code: <div name="header"> <div name="body"> <div name="Other"></div> </div> </div> <div name="Footer"> <table> <tr> <td> ... 
Started 2 days, 18 hours ago (2008-08-19 04:44:00)
by groundscape
Can you show an instance of the text align going wrong? The first step in finding the error is validating your code I should ask, do you have overflow:hidden; in your CSS? That pertains to the top area? 
Started 6 days, 14 hours ago (2008-08-15 09:09:00)
by Kenneth Jones
Hi Guys, I'm having a bit of an issue with the layout of my new site. I have got it working in FF3, ie 6 and 7 using conditional comments, but now I have a problem where FF2 is giving me the same problems as what ie was giving me. As far as I know you can't use conditional comments to differentiate between FF 2 and 3. I wish I could narrow down the problem further, but I ... 
|
|