User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 370,573 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,021 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 9 of 9
Search took 0.01 seconds.
Posts Made By: BudBrocken
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,145
Posted By BudBrocken
Re: How to have the div layer center on any browser?

use

margin: auto auto;
don't use

margin-right: auto;
margin-right: auto;
and don't forget

body {
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,145
Posted By BudBrocken
Re: How to have the div layer center on any browser?

indeed, it won't work with absolute positioning
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,145
Posted By BudBrocken
Re: How to have the div layer center on any browser?

align=center doesn't work on divs.
try this:


body {
text-align: center;
}
.style1 {
margin: auto auto;
}
Forum: JavaScript / DHTML / AJAX Oct 31st, 2006
Replies: 1
Views: 1,848
Posted By BudBrocken
Re: opera problems with hover menu

Could you post a dummy html page with all your css and javascript in it? Then it will be a lot easier to get some answers I guess :)
Forum: JavaScript / DHTML / AJAX Oct 27th, 2006
Replies: 5
Views: 1,522
Posted By BudBrocken
Re: Validation script cant seem to work

try putting it in the form's onsubmit event, like this:

<form onsubmit="return validate_form()">
Forum: HTML and CSS Oct 27th, 2006
Replies: 1
Views: 2,891
Posted By BudBrocken
Re: object.style.display

this should work:

object.style.display = "block";
object.style.display = "none";

"hidden" doesn't work on .display, only on .visibility
Forum: Web Developers' Lounge Oct 25th, 2006
Replies: 14
Views: 2,855
Posted By BudBrocken
Re: Most Popular Editor

What about Aptana (http://www.aptana.com)?
Forum: HTML and CSS Oct 25th, 2006
Replies: 2
Views: 3,456
Posted By BudBrocken
Re: htmlfile: Invalid argument error using AppendChild

Could you post the corresponding HTML code?
Forum: JavaScript / DHTML / AJAX Oct 25th, 2006
Replies: 4
Views: 1,172
Posted By BudBrocken
Re: Please help a newbie - Javascript basic

Try this:

var xmlDoc;
if (window.ActiveXObject)
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
else if (document.implementation && document.implementation.createDocument)
xmlDoc=...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 5:11 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC