Search Results

Showing results 1 to 40 of 211
Search took 0.02 seconds.
Search: Posts Made By: macneato
Forum: PHP 26 Days Ago
Replies: 15
Views: 3,962
Posted By macneato
Hi Nicky,

Would probably be better if you add to this thread or start a new one, so that the solution is freely available.
Forum: PHP 29 Days Ago
Replies: 5
Views: 160
Posted By macneato
Are you able to print the array?
Forum: PHP 29 Days Ago
Replies: 3
Views: 286
Posted By macneato
Hi Deon,

Thanks for your help. Ending up going with the following, that works quite well


// Get event arrays
$today = time();
$events =...
Forum: PHP 30 Days Ago
Replies: 3
Views: 286
Posted By macneato
Hi, so im pulling arrays from facebook. But i would like to sort them.

Here is how the arrays look

Array

(

[0] => Array
Forum: HTML and CSS Jul 2nd, 2009
Replies: 3
Views: 619
Posted By macneato
Ok... Let me try help you out, with css do the following:

Image 6 will be your body background.
Image 5 will be your header background.
Image 2 your main content background.
Image 1, 3, 4 will...
Forum: HTML and CSS Jul 2nd, 2009
Replies: 5
Views: 458
Posted By macneato
So true.

Here is a working link, from the original author might i add (a lot easier on the eyes if you ask me),

Click here...
Forum: HTML and CSS Jul 2nd, 2009
Replies: 14
Views: 856
Posted By macneato
You are actually being quite ridiculous bob. Wikipedia is probably the worst example you could think of. It's like you telling him (in lame-mans terms) to build a factory, it can do EVERYTHING FOR...
Forum: HTML and CSS Jul 2nd, 2009
Replies: 4
Views: 1,185
Posted By macneato
First things first. You dont have "#" before your colours. Secondly, the tracy_details class, min-width, does not have a unit. To be totally honest i can't see what is going on, i would help you, if...
Forum: HTML and CSS Jul 1st, 2009
Replies: 5
Views: 571
Posted By macneato
Designing fluid is actually really hard, because a lot of things come into play. A trick i like to use is, make sure it works in 1024 and chances are it will work on hi-res. Don't even try go as low...
Forum: HTML and CSS Jul 1st, 2009
Replies: 4
Views: 430
Posted By macneato
Both answers are completely correct. Rule of thumb though, IDs are unique, classes aren't, hence only using them once in a page.
Forum: HTML and CSS Jul 1st, 2009
Replies: 14
Views: 856
Posted By macneato
hi siji44,

Honestly, its only four pages, don't think you need to go php. simply repeat your header divs using the same classes and if you coded it right, once you change your classes, all your...
Forum: HTML and CSS Feb 18th, 2009
Replies: 2
Views: 953
Posted By macneato
I'd try:


body {
background:#FFFCF5 url(images/bg.gif) no-repeat fixed center bottom;}


Only issue I forsee is the the footer might be a problem, but sure you would work it out
Forum: HTML and CSS Feb 18th, 2009
Replies: 7
Views: 1,580
Posted By macneato
Hi Erek,

Why would you have line breaks to position an image? Just use something along these lines;


#body {
background: url(my image url) center center fixed;
/*Other possible values...
Forum: HTML and CSS Feb 17th, 2009
Replies: 5
Views: 511
Posted By macneato
Hi,

Could you post the HTML as well. Would like to see how you nested your divs.

And as for your Styles... Wow, sure there would be a WAY easier way to achieve what you trying to do.

Let em...
Forum: HTML and CSS Feb 17th, 2009
Replies: 10
Views: 1,440
Posted By macneato
Not a problem... We all got to start somewhere :)
Forum: Graphics and Multimedia Feb 16th, 2009
Replies: 10
Views: 1,512
Posted By macneato
Read the post probably... then re-think what you just said to me.
Forum: Graphics and Multimedia Feb 16th, 2009
Replies: 10
Views: 1,512
Posted By macneato
Photoshop allows you to save as specific web formats. Not sure what version you are using, but to save for web do the following:

FILE > Save for web and devices
or alternatively use the...
Forum: Graphics and Multimedia Feb 16th, 2009
Replies: 10
Views: 1,512
Posted By macneato
Hi Erek4,

First things first. Read up on the link below, it will explain how to create rounded corners (too lazy to type it out for you)
Click here...
Forum: HTML and CSS Feb 16th, 2009
Replies: 10
Views: 1,440
Posted By macneato
I believe this thread has been solved, please mark it accordingly
Forum: HTML and CSS Feb 13th, 2009
Replies: 4
Views: 593
Posted By macneato
I'll tell you one thing. Heading should be:

<h3>Laboratory</h3>
Forum: HTML and CSS Feb 13th, 2009
Replies: 2
Views: 1,011
Posted By macneato
Hi Veledrom,

Use "%0A" for a new line, use "%0A%0A" for a new line preceded by a blank line.

Eg:

<input type="button" value="Unsubscribe"...
Forum: HTML and CSS Feb 13th, 2009
Replies: 5
Views: 848
Posted By macneato
Hi Jessica,

I don't see why not.
Forum: HTML and CSS Feb 12th, 2009
Replies: 10
Views: 1,440
Posted By macneato
noticed i used the same class twice. Just swap the second .header for "content_title" or whatever. Then change your div classes to match it
Forum: HTML and CSS Feb 12th, 2009
Replies: 10
Views: 1,440
Posted By macneato
Ok dude, but you really should be tryin to do this yourself, how else you gonna learn? Anyway, here is the code seperated. Just add the css part to a .css file, and link to it from your html.

All...
Forum: HTML and CSS Feb 12th, 2009
Replies: 10
Views: 1,440
Posted By macneato
Easy... Nest your divs. Ill do one, then you should be able to take it from there.

<div id="container" style="width:100%">
<div class="header" style="width:100%; height:100px;...
Forum: HTML and CSS Feb 12th, 2009
Replies: 10
Views: 1,440
Posted By macneato
Hi,

Very simple, I'm using inline styling, feel free to create it in a seperate stylesheet.

<div id="container" style="width:100%">
<div class="header" style="width:100%; height:100px;...
Forum: Graphics and Multimedia Jan 8th, 2009
Replies: 10
Views: 1,888
Posted By macneato
Agree with Midi... Web Icons are relatively simple to create, get photoshop and illustrator and you open up for business.

If you not sure where to start, simply get some tutorials (tons out...
Forum: Site Layout and Usability Jan 8th, 2009
Replies: 7
Solved: Linking
Views: 1,290
Posted By macneato
I know its solved and all... but just incase any of you other people are interested and don't feel like going to read it up on another site, here is how its done.

To link to a specific title...
Forum: HTML and CSS Oct 16th, 2008
Replies: 10
Views: 2,408
Posted By macneato
To understand you properly, what you are saying is that you would like your menu background (colour) to be the same height as the content (page001)?

If so, I would simply let my #content include...
Forum: HTML and CSS Oct 16th, 2008
Replies: 2
Views: 632
Posted By macneato
Hi billie,

Ok, So I would go mySQL (instead of CSV) simply because we can pull it straight from the db without having to manually get involved (yes, in most CSV cases, exporting is a MUST).
...
Forum: HTML and CSS Oct 9th, 2008
Replies: 8
Views: 970
Posted By macneato
I see you coding in js.

Well my first thought would be is to add a simple gotoURL function. But since you want to validate the password first, i would recommend handling it all through PHP.
Forum: HTML and CSS Oct 9th, 2008
Replies: 3
Views: 537
Posted By macneato
Hi jb1ker,

Just to let you know, its not that IE can't handle the png format, it just doesnt support transparency.
Forum: Graphics and Multimedia Sep 12th, 2008
Replies: 0
Views: 608
Posted By macneato
Hi,

So I would like to create a flash banner, that has multiple text links which are called dynamically from an XML document.

Something like this:
Check it out...
Forum: HTML and CSS Aug 20th, 2008
Replies: 7
Views: 2,400
Posted By macneato
Hi Steve,

I second Buddy... Its probably something minor, need to see the code though.
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,618
Posted By macneato
Not a problem at all... If you need any other help. Just ask.

Another piece of advice. Add your CSS into its own document. Then link it as follows:

<head>
<title> example </title>
<link...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,618
Posted By macneato
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
.style4 {color: #808080}
.style6 {color: #990000}
.style13 {color: #006699; font-weight: bold; }
.style17 {color: #CCCCCC}
a:link {color:...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,618
Posted By macneato
Ok,

So to do this we will use CSS.


a:link {color: #990000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration:...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,618
Posted By macneato
Are you talking about a border of some kind? (since it is a image)...

Simply make sure the border property is set to 0.


<td width="58" height="40" align="right" valign="middle"><a...
Forum: HTML and CSS Aug 14th, 2008
Replies: 12
Views: 6,133
Posted By macneato
Plus it isnt supported by most new browsers. Older versions of netscape supported it (not too sure now though).

Any way, just for interest sake. The tag is,
Forum: HTML and CSS Aug 14th, 2008
Replies: 4
Views: 812
Posted By macneato
Hi,

1. Add the footer outside the wrapper DIV.
2. The reason why its at the top is because of positioning you using (absolute) which I just dont use. Simply add a margin-top tag to the Footer...
Showing results 1 to 40 of 211

 


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

©2003 - 2009 DaniWeb® LLC