User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 373,843 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 4,161 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 40 of 57
Search took 0.01 seconds.
Posts Made By: bazmanblue
Forum: HTML and CSS Jun 29th, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Forum: HTML and CSS Jun 21st, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

no i asked how it was layed out in browsers not peoples opinions on the quality- "if anyone could look how this site turns out in other or past browsers i would be very grateful"
thanks for all your...
Forum: HTML and CSS Jun 5th, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

thats cool thanks. i havent set any links yet, just trying to fine tune it. thanks for your input
Forum: HTML and CSS May 22nd, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

fair do but im putting a variety of websites together for a portfolio so i need to show i can do a bit of everything. when i have a job ill need that sort of feedback
Forum: HTML and CSS May 21st, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

i dint ask for your opinion on the graphics thanks.
Forum: HTML and CSS May 21st, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

would be nice if there was just one browser that was up to date with css. oh well all part of the fun
Forum: HTML and CSS May 21st, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
Re: please view this site in your browser

thanks i think by the time ive finished this site everyone will have updated there browsers to newer css compatible ones. thanks for your help, shame it doesnt work properly in ie6
Forum: HTML and CSS May 20th, 2007
Replies: 28
Views: 2,272
Posted By bazmanblue
please view this site in your browser

ive mastered this page to look good in the latest ie and firefox browsers but cannot view them in any other browsers. if anyone could look how this site turns out in other or past browsers i would be...
Forum: HTML and CSS Nov 3rd, 2006
Replies: 3
Views: 4,525
Posted By bazmanblue
Re: mozilla firefox problem with text in div tag

Thep { margin: 0 auto;
padding: 0; }
seems to have helped thanks!
Forum: HTML and CSS Nov 3rd, 2006
Replies: 3
Views: 4,525
Posted By bazmanblue
Re: mozilla firefox problem with text in div tag

Maybey i should just give up on the whole margins being center on the browser.
If there was just one browser it would be fine.:sad:
If i have no margin:auto auto i think i will be alright with text....
Forum: HTML and CSS Nov 3rd, 2006
Replies: 3
Views: 4,525
Posted By bazmanblue
mozilla firefox problem with text in div tag

I have produced the following code so that all div tags mmove with the browser<style type="text/css">
<!--
#Layer1 {
width:800px;
height:800px;
margin:auto auto;
overflow: hidden;
}
#Layer2 {
...
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

mine seems to be working fine with this css code
<style type="text/css">
<!--
#Layer1 {
width:800px;
height:800px;
margin:auto auto;
overflow: hidden;
}
#Layer2 {
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

hahhahahhahahaha i've done it. I'm so chuffed!
i added overflow:hidden; to the main div tag and it has got ridden of the blank space.
Long way to go but ill master this web development even if it...
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

okay people so i've sort of got there by#Layer2 {
position:relative;
z-index:1;
left:300px;
top:-600px;
}
I had to put a - on the top pixels so that it would move up into the position on the main...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

what i need to do is add a left:250px; right:250px; in relation to the container div tag. must be a way. haha il get there in the end
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

your example is all good thanks. but it doesnt really help. im trying to position child divs in certain positions on the container.
i want to try and have five or six div tags spread out in different...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

its an id value so css can relate to it. I could put anyname if i wanted to. its just dreamweaver makes it simple and quicker as it is automatic with different numbers when a new div tag is...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

<div id="Layer2"></div>
if anyone uses dreamweaver i could sure do with some help?
it works fine if i dont have margin: auto auto but im trying to get all the <div> tags to move in sequence with the...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

in css you can assign divs to layers by numbers and is standard xhtml.
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

when i add a layer in the tags it automatically assigns a css style to the individual layer in dreamweaver.
this is how it shows
#Layer6 {
position:absolute;
width:501px;
height:417px;
...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

Thanks.
well i have the main div layer on margin: auto auto and this comes out fine on the browser.
now i need all the layers i have included on top of this layer or inside to move with this layer in...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

hmm is this it?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

i think this is what you mean. not certain as still learning
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

this is how i have set the layers over another layer
<div class="style1" id="Layer1"><img src="dmlayer1.png" width="800" height="800" />
<div id="Layer7"></div>
<div id="Layer6"></div>
<div...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

ive got the main layer to staycentral thanks. but how do i keep the layers on top of this in the same position on that layer when the browser size changes?
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

aha thanks your a star! do you know how i keep the divs inside this div from moving?
i.e there left and top attributes?
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

nope not the position absolute either:rolleyes:
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
Re: How to have the div layer center on any browser?

thanks but i have tried that and this way but it still doesnt work for some reason
#Layer1 {
position:absolute;
width:800px;
height:800px;
margin-right:auto;
margin-right:auto;
}
is it the...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 14,257
Posted By bazmanblue
How to have the div layer center on any browser?

hello im trying to get my div layer to align so that it centers on the browser so it doesnt matter about the size of somones browser it will always be centered on the page. i have tried
<div...
Forum: PHP Nov 1st, 2006
Replies: 4
Views: 1,189
Posted By bazmanblue
Re: admin_password= is not working

no i realy dont understand it. everything is correct. do you mean log in to the admin? i wouldnt know anotherr way of doing it/
Forum: PHP Oct 31st, 2006
Replies: 4
Views: 1,189
Posted By bazmanblue
admin_password= is not working

Im using a free php script where i have to edit the config file. i have edited the password field to the one i want it to be but when try login to the admin it says my password is wrong. the files...
Forum: RSS, Web Services and SOAP Oct 20th, 2006
Replies: 5
Views: 6,110
Posted By bazmanblue
Re: xml header trouble?

oh righty. thanks. i did have it working at one point untill i started using dreamweaver, might have inserted it automatically when i opened the file with dreamweaver.
thanks again for your help your...
Forum: RSS, Web Services and SOAP Oct 19th, 2006
Replies: 5
Views: 6,110
Posted By bazmanblue
Re: xml header trouble?

here is the whole code
<?xml version="1.0" encoding="ISO-8859-1"?>
- <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
- <url>
<loc>http://freeaddsgalore.me.uk/</loc>
...
Forum: MySQL Oct 10th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
Re: installing php admin in dreamweaver?

i have no errors or warnings found and have it uploading to my webhost
to i type in
www.freeaddsgalore.me.uk/config.inc.php (http://www.freeaddsgalore.me.uk/config.inc.php)
to get to my php...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
Re: installing php admin in dreamweaver?

<?php
/* $Id: config.sample.inc.php,v 2.1.2.2 2006/08/28 08:14:14 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
Re: installing php admin in dreamweaver?

well ive tried that code but that comes up with a blank page. still its not an error so must be getting close. please help
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
Re: installing php admin in dreamweaver?

haha everything really. i could do it without myphpadmin but ive been told it makes life alot easier. ive uploaded all the files to my server via dreamweaver. now i have to create a file called...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
Re: installing php admin in dreamweaver?

it is this part that i am confused about

"
Now you must configure your installation. There are two methods that can be
used. Traditionally, users have hand-edited a copy of config.inc.php, but
now...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 2,400
Posted By bazmanblue
installing php admin in dreamweaver?

hello has anyone installed and uploaded phpadmin through dreamweaver. can anyone explain to me how? im a bit stuck
Forum: RSS, Web Services and SOAP Oct 5th, 2006
Replies: 5
Views: 6,110
Posted By bazmanblue
xml header trouble?

can somone tell me what this means and how to fix it please


Invalid at the top level of the document. Error processing resource 'http://freeaddsgalore.me.uk/sitemap.xml'. Line 1, Pos...
<?xml...
Showing results 1 to 40 of 57

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