Search Results

Showing results 1 to 40 of 57
Search took 0.01 seconds.
Search: Posts Made By: bazmanblue
Forum: HTML and CSS Jun 29th, 2007
Replies: 28
Views: 3,539
Posted By bazmanblue
Forum: HTML and CSS Jun 21st, 2007
Replies: 28
Views: 3,539
Posted By bazmanblue
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: 3,539
Posted By bazmanblue
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: 3,539
Posted By bazmanblue
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: 3,539
Posted By bazmanblue
i dint ask for your opinion on the graphics thanks.
Forum: HTML and CSS May 21st, 2007
Replies: 28
Views: 3,539
Posted By bazmanblue
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: 3,539
Posted By bazmanblue
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: 3,539
Posted By bazmanblue
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: 8,609
Posted By bazmanblue
Thep { margin: 0 auto;
padding: 0; }
seems to have helped thanks!
Forum: HTML and CSS Nov 3rd, 2006
Replies: 3
Views: 8,609
Posted By bazmanblue
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...
Forum: HTML and CSS Nov 3rd, 2006
Replies: 3
Views: 8,609
Posted By bazmanblue
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;
}...
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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 added
...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
<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...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
in css you can assign divs to layers by numbers and is standard xhtml.
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
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: 27,172
Posted By bazmanblue
nope not the position absolute either:rolleyes:
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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...
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2006
Replies: 28
Views: 27,172
Posted By bazmanblue
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,858
Posted By bazmanblue
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,858
Posted By bazmanblue
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: 8,110
Posted By bazmanblue
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...
Forum: RSS, Web Services and SOAP Oct 19th, 2006
Replies: 5
Views: 8,110
Posted By bazmanblue
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: 3,729
Posted By bazmanblue
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 admin...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 3,729
Posted By bazmanblue
<?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: 3,729
Posted By bazmanblue
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: 3,729
Posted By bazmanblue
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: 3,729
Posted By bazmanblue
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...
Forum: MySQL Oct 9th, 2006
Replies: 10
Views: 3,729
Posted By bazmanblue
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: 8,110
Posted By bazmanblue
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

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC