Search Results

Showing results 1 to 27 of 27
Search took 0.11 seconds.
Search: Posts Made By: macneato ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 173
Posted By macneato
No problem, please mark the thread as solved
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 173
Posted By macneato
Change your selector as follows;


.slider-post .button {
background:transparent url(images/buttonbg.png) repeat-x scroll center top;
color:#FFFFFF;
cursor:pointer;
float:left;...
Forum: HTML and CSS 9 Days Ago
Replies: 3
Views: 358
Posted By macneato
Scranton is correct. Go for shorthand though


background:#fff url(../images/myimage.jpg) no-repeat fixed;


Oh by the way, you must ensure your image is large enough or gradients into your...
Forum: HTML and CSS 9 Days Ago
Replies: 9
Views: 536
Posted By macneato
Hi Oneat,

This is what you want to do [--A--][-B-]

Basically heres what you want to do

.container_a {
width:400px;
height:400px;
float:left;
Forum: HTML and CSS Feb 18th, 2009
Replies: 2
Views: 1,053
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,750
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: 10
Views: 1,585
Posted By macneato
Not a problem... We all got to start somewhere :)
Forum: HTML and CSS Feb 16th, 2009
Replies: 10
Views: 1,585
Posted By macneato
I believe this thread has been solved, please mark it accordingly
Forum: HTML and CSS Feb 13th, 2009
Replies: 2
Views: 1,072
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 12th, 2009
Replies: 10
Views: 1,585
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,585
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,585
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,585
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: HTML and CSS Oct 16th, 2008
Replies: 10
Views: 2,528
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 Aug 18th, 2008
Replies: 7
Views: 1,647
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,647
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,647
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 Jun 20th, 2008
Replies: 5
Views: 3,203
Posted By macneato
Hi,

So what I did was, remove the bottom nested table and added it below. It should work (can't tell though because your page consists of only images).


<html>
<title>Vidora.info - The Way...
Forum: HTML and CSS Jun 17th, 2008
Replies: 2
Views: 1,823
Posted By macneato
Hi Wolf,

What your main issue is, that when designing, you went for a liquid layout.

What i would suggest. Add a container and set the width. You would probably have to re-work a few css...
Forum: HTML and CSS Jun 17th, 2008
Replies: 4
Solved: CSS doubt
Views: 901
Posted By macneato
Hi sreein,

This is the way I understand it, If you don't want to use relative positioning. Float would be your next bet. I use it mainly for layouts. But people do use it for images as well.
...
Forum: HTML and CSS Jun 10th, 2008
Replies: 5
Views: 919
Posted By macneato
Hi Metal,

Try this:

CSS:

/* CSS Document */
/* #########################
## Simple 3-Column Layout from CodeDesign.com
## Version 1.0
Forum: HTML and CSS Jun 9th, 2008
Replies: 5
Views: 1,412
Posted By macneato
Hi Kained,

Simple.

Change the content height attribute to:
height: auto;

Should work. If it doesnt. Let me know. Will look into it further

Regards,
Forum: HTML and CSS Jun 4th, 2008
Replies: 5
Views: 700
Posted By macneato
What tiger86 is sugguesting is called keyword stuffing.

"This method is completely outdated and adds no value to rankings today. In particular, Google no longer gives good rankings to pages...
Forum: HTML and CSS Jun 3rd, 2008
Replies: 5
Views: 700
Posted By macneato
hello Vl,

The answer to your question is: NO! There is NO! meta tag that is magic or one that can help you get your girlfriend back.

Search engines base their results on many different factors,...
Forum: HTML and CSS Jun 3rd, 2008
Replies: 4
Views: 762
Posted By macneato
Not a problem at all. Always a pleasure to help. All the best
Forum: HTML and CSS Jun 2nd, 2008
Replies: 4
Views: 762
Posted By macneato
Hi e_pech,

This is what I would sugguest. Pull the file from its current host.

Upload it to one of the MANY file hosting providers on the web. E.g.

Mediafire
Rapidshare
sendspace...
Forum: HTML and CSS Apr 8th, 2008
Replies: 4
Solved: Resolution
Views: 808
Posted By macneato
Usually all sites open when using a different browser, its just the way that it is displayed that is an issue. Using good, clean code (sometimes a bit of hacking) does the trick.

As for...
Showing results 1 to 27 of 27

 


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

©2003 - 2009 DaniWeb® LLC