|
More site info...
HTML, XHTML & CSS (Cascading Style Sheets) | Forum profile
|
|
Forum profile page for HTML, XHTML & CSS (Cascading Style Sheets) on http://www.tek-tips.com.
This report page is the aggregated overview from a single forum: HTML, XHTML & CSS (Cascading Style Sheets), located on the Message Board at http://www.tek-tips.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 "HTML, XHTML & CSS (Cascading Style Sheets)" on the Message Board at http://www.tek-tips.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 HTML, XHTML & CSS (Cascading Style Sheets):
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
11
|
68
|
169
|
|
Post:
|
34
|
222
|
482
|
|
|
HTML, XHTML & CSS (Cascading Style Sheets) Posting activity graph:
|
Top authors during last week:
user's latest post:
List Item Color on Style
Published (2009-12-18 09:58:00)
thanks very much, I found another style that appeared to override -- looks to be working now. thanks again
user's latest post:
veepiz.com
Published (2009-12-19 08:37:00)
Hi Good boy ! The above compliment was for my FireFox. It knows that I hate such practices so it just ignored that irritating resizeTo() call. Feherke. http://free.rootshell.be/~feherke/
user's latest post:
positioning different in ie and ff
Published (2009-12-14 12:36:00)
Thanks for your input.The thing is I am creating drop down lists for links( adding and removing display:none to the 456 <div> ) If I don't use position:absolute then the rest of the page will shift down when the user clicks one of the links
user's latest post:
veepiz.com
Published (2009-12-18 12:15:00)
Fix the validation errors Audiopro points out: http:/ /validator .w3.org/ch eck?uri=ht tp%3A%2F%2 Fveepiz.co m%2F&c harset=(de tect+autom atically)& amp;doctyp e=Inline&a mp;group=0 Usage of Tables for layout is a bad practice. The only Places where their usage is correct is your 3 side boxes to the right as they seem to be tabular data. Other than that, tables should not be used anywhere else unless you are presenting Tabular...
user's latest post:
Editor
Published (2009-12-19 02:38:00)
I vote for Notepad++. I tried several others before I found one that does the syntax highlighting correctly - it seems that many code editors lose track of what it going on if you have, for example, a PHP file that contains echo statements of HTML, Javascript, CSS, etc. within it. You say N++ is large, but many development systems I tried were larger and more confusing - I just wanted an editor with good...
user's latest post:
veepiz.com
Published (2009-12-19 09:06:00)
btw, where can i get a good bbcode parser
user's latest post:
Centering Horizontal Navigation
Published (2009-12-13 15:49:00)
Hi Billy, Thanks for the tip. It was quite obvious but then again I am not renowned for my powers of perception! Henry
user's latest post:
positioning different in ie and ff
Published (2009-12-14 07:32:00)
I suppose you could 'bodge' it using margins: CODE <div> 123 <div style="position:absolute; margin-top:20px; margin-left:-27px;"> 456 </div> </div> but I don't like doing it this...
user's latest post:
IE7 and firefox align problem
Published (2009-12-19 15:15:00)
As for hr , there is no issue -- you haven't specified that it's margins should be automatic on each side, meaning that it defaults to left. Unlike text, hr behaves like a block level element. Fieldset seems a bit more problematic. In my Firefox it shows up perfectly, but in IE7, I cannot seem to find the reason of the jump. It almost looks like some content is pushing all the...
user's latest post:
IE7 and firefox align problem
Published (2009-12-19 20:17:00)
nicely spotted on the hr thanks the fieldset is weird I have tried lots of methods and none with any luck. I have noticed on my browser that the feildset action is ok which would suggest you are correct that something is pushing the elements over will test with some borders set. Thanks
|
|
|
|
Latest active threads on HTML, XHTML & CSS (Cascading Style Sheets)::
Started 2 days, 20 hours ago (2009-12-19 15:15:00)
by Vragabond
As for hr , there is no issue -- you haven't specified that it's margins should be automatic on each side, meaning that it defaults to left. Unlike text, hr behaves like a block level element. Fieldset seems a bit more problematic. In my Firefox it shows up perfectly, but in IE7, I cannot seem to find the reason of the jump. It almost looks like some content is pushing all the elements ...
Started 4 days, 2 hours ago (2009-12-18 09:58:00)
by audiopro
Validation - 70 Errors, 54 warning(s) Hmm! Keith www.studiosoft.co.uk
Started 1 week, 5 days ago (2009-12-10 11:57:00)
by feherke
Hi Quote (matrixindicator): Are there any personal recommendations on good FREE Editors? MCEdit. It is Midnight Commander's built-in editor. Feherke. http://free.rootshell.be/~feherke/
Started 1 week, 1 day ago (2009-12-14 06:29:00)
by cygmorg
You could use a <br> tag like so: CODE <div> 123<br /> <div style="position:absolute"> 456 </div> </div> This seems to work in IE :) linux is the way forward! Gareth :)
Started 2 weeks, 6 days ago (2009-12-02 02:49:00)
by BillyRayPreachersSon
I've not got one of these fonts to test (perhaps you can make one available to download?)... but have you perhaps tried setting the font using JS instead of in CSS? Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page @ Code Couch: http://www.codecouch.com/dan/ Code Couch Tech Snippets & Info: http://www.codecouch.com/
Started 4 days, 5 hours ago (2009-12-18 06:29:00)
by feherke
Hi Quote (d2007): What am I doing wrong? For example not posted the relevant HTML code... Feherke. http://free.rootshell.be/~feherke/
Started 1 week, 2 days ago (2009-12-12 18:23:00)
by BillyRayPreachersSon
If you want it centred, why are you floating it left? Personally, I'd remove the display:inline and float:left from the "#footWrap ul" styling and add an appropriate width (e.g. 20%). Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page @ Code Couch: http://www.codecouch.com/dan/ Code Couch Tech Snippets & Info: http://www...
Started 1 week, 5 days ago (2009-12-09 14:43:00)
by traingamer
I've had to do this in the past to fool the validator: CODE <!-- Begin var mname; var mdom; var suf; var dispname; function writeemail(mname, mdom, suf, dispname){ document.write('<a href="mai' + 'lto:' + mname + '@' + mdom + '.' + suf + '" title="Email ' + dispname + '"> ' + dispname + '</' + 'a> '); } // End --> then in the html CODE <script type="text/javascript"> <!-- Begin ...
Started 1 week, 5 days ago (2009-12-10 10:37:00)
by audiopro
You have set the width to 94% of the total width so it will be narrower than the container or page. Why are you using a position? Let it just sit at the end of the page where it belongs. Keith www.studiosoft.co.uk
Started 2 weeks, 1 day ago (2009-12-07 09:13:00)
by Vragabond
I would suggest you use sprites. That is, one large(er) image that has either both static and animated image or even all 30+ images in one file that loads at the beginning. Then you just use background position to move around this file, showing the correct part. This works seamlessly for rollovers, is less demanding on your server and will cache all the images immediately. For more read ...
|
|
Hot threads for last week on HTML, XHTML & CSS (Cascading Style Sheets)::
Started 1 week, 1 day ago (2009-12-14 06:29:00)
by cygmorg
You could use a <br> tag like so: CODE <div> 123<br /> <div style="position:absolute"> 456 </div> </div> This seems to work in IE :) linux is the way forward! Gareth :)
Started 4 days, 5 hours ago (2009-12-18 06:29:00)
by feherke
Hi Quote (d2007): What am I doing wrong? For example not posted the relevant HTML code... Feherke. http://free.rootshell.be/~feherke/
Started 4 days, 2 hours ago (2009-12-18 09:58:00)
by audiopro
Validation - 70 Errors, 54 warning(s) Hmm! Keith www.studiosoft.co.uk
Started 2 days, 20 hours ago (2009-12-19 15:15:00)
by Vragabond
As for hr , there is no issue -- you haven't specified that it's margins should be automatic on each side, meaning that it defaults to left. Unlike text, hr behaves like a block level element. Fieldset seems a bit more problematic. In my Firefox it shows up perfectly, but in IE7, I cannot seem to find the reason of the jump. It almost looks like some content is pushing all the elements ...
Started 1 week, 2 days ago (2009-12-12 18:23:00)
by BillyRayPreachersSon
If you want it centred, why are you floating it left? Personally, I'd remove the display:inline and float:left from the "#footWrap ul" styling and add an appropriate width (e.g. 20%). Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page @ Code Couch: http://www.codecouch.com/dan/ Code Couch Tech Snippets & Info: http://www...
Started 1 week, 5 days ago (2009-12-10 11:57:00)
by feherke
Hi Quote (matrixindicator): Are there any personal recommendations on good FREE Editors? MCEdit. It is Midnight Commander's built-in editor. Feherke. http://free.rootshell.be/~feherke/
Started 2 weeks, 6 days ago (2009-12-02 02:49:00)
by BillyRayPreachersSon
I've not got one of these fonts to test (perhaps you can make one available to download?)... but have you perhaps tried setting the font using JS instead of in CSS? Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page @ Code Couch: http://www.codecouch.com/dan/ Code Couch Tech Snippets & Info: http://www.codecouch.com/
|
|