Search Results

Showing results 1 to 40 of 115
Search took 0.02 seconds.
Search: Posts Made By: macneato ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 16 Hours Ago
Replies: 3
Views: 90
Posted By macneato
I'd say javascript (jquery) would be the way to go. Then on an click event you just swap the image using ajax
Forum: HTML and CSS 20 Hours Ago
Replies: 3
Views: 189
Posted By macneato
Hi padrict,

Not too sure if I understand your issue. But try this out add the following class to the div below the h4
<h4>Yellow Dog Inventory Features:</h4>
<div class="leftmenu _col">
......
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 179
Posted By macneato
Oh, thats because they positioned absolutely... do you mind adding the html as well? so i can take a look and sort it out for you
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 179
Posted By macneato
Hi,

Change it to the following


#apDiv3 {
position:relative;
margin: 0 auto;
width:1100px;
height:650px;
Forum: HTML and CSS 1 Day Ago
Replies: 3
Views: 120
Posted By macneato
Can i see the script?
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 171
Posted By macneato
haha yeah, 6 years and only 73 posts. Thanks for the added rep
Forum: HTML and CSS 1 Day Ago
Replies: 3
Views: 120
Posted By macneato
I'm not sure what you mean, are you making your thumbs yourself? or pulling them dynamically?
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 171
Posted By macneato
No problem, please mark the thread as solved
Forum: HTML and CSS 1 Day Ago
Replies: 6
Views: 171
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 1 Day Ago
Replies: 1
Views: 331
Posted By macneato
Hi,

I would recomment Javascript. Going for jquery for in this case (i just prefer it).

Here is the JS that i quickly wrote

<script>
$(document).ready(function(){
...
Forum: HTML and CSS 1 Day Ago
Replies: 1
Views: 196
Posted By macneato
hi bjdmb,

I took a look at your code... Few things i have to mention immediately if you coding XHTML.

Line Breaks

<br />

Notice how the line break is closed afterwards. Same goes for an...
Forum: HTML and CSS 2 Days Ago
Replies: 3
Views: 201
Posted By macneato
You could also get links to not display them using the following


.example a {outline: none}
Forum: HTML and CSS 6 Days Ago
Replies: 10
Views: 598
Posted By macneato
dude, i get what you saying... so this is what you have to do to get 100% height and the columns.


#container {width: 100%;float:left;background: red; height:100%; position:absolute;}
...
Forum: HTML and CSS 8 Days Ago
Replies: 4
Views: 542
Posted By macneato
Welcome to IE, what does work in IE 6.

Javascript (http://www.howtocreate.co.uk/fixedPosition.html)
Forum: HTML and CSS 8 Days Ago
Replies: 10
Views: 598
Posted By macneato
Oh, can take out display options

#container { width: 100%; float:left; background: red;}
#left_column { float:left; width: 75%; }
#right_column { width: 25%; float:left; background: #555;}
Forum: HTML and CSS 8 Days Ago
Replies: 3
Views: 433
Posted By macneato
Oh by the way... trend picks up your sponsors section as a potential security risk
Forum: HTML and CSS 8 Days Ago
Replies: 3
Views: 433
Posted By macneato
Not really a wp developer myself. But using bug I can see none of your list items are pulling through. And if you can set attributes, couldnt you just align left?

Nevertheless... I would...
Forum: HTML and CSS 8 Days Ago
Replies: 3
Views: 354
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 8 Days Ago
Replies: 10
Views: 598
Posted By macneato
I would sugguest putting both boxes in a container and giving the illusion that the one div is growing (definitely not worded right, but look at the example and you will understand what i mean)

...
Forum: HTML and CSS 8 Days Ago
Replies: 6
Views: 650
Posted By macneato
Try using a more specific selector. Eg.


#wrapper #next {
background:#000
border-bottom:0.1em dotted #55474F;
border-top:0.1em dotted #55474F;
color:#fff;
float:left;...
Forum: HTML and CSS 9 Days Ago
Replies: 9
Views: 531
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 9 Days Ago
Replies: 6
Views: 650
Posted By macneato
The issue is your body padding... But removing it won't make much sense since you have a negative margin on your topnav class. So what I would do is remove topnav out of the content id and add it to...
Forum: HTML and CSS 9 Days Ago
Replies: 1
Views: 496
Posted By macneato
So you want to create a mouse over event, for a specific item (div)?
Forum: HTML and CSS 9 Days Ago
Replies: 4
Views: 542
Posted By macneato
Hi,

This is rather simple to do...


#adTop {
left:0;
position:fixed;
text-align:center;
top:0;
Forum: HTML and CSS 9 Days Ago
Replies: 2
Views: 452
Posted By macneato
I've tested ff, ie7 and 6. Can't see what you talking about. Wanna attach a screen?
Forum: HTML and CSS 9 Days Ago
Replies: 8
Views: 535
Posted By macneato
Are you looking for a freelancer?
Forum: HTML and CSS 9 Days Ago
Replies: 2
Views: 389
Posted By macneato
Why wouldnt you use sprites? Then have one generic class. E.g.


/* Generic corners */
.rounded_corners {
background: url(../images/corners.png) no-repeat;
width: 5px
height: 5px;...
Forum: HTML and CSS 9 Days Ago
Replies: 4
Views: 388
Posted By macneato
If its IE6 or 7, you will need a png fix (http://24ways.org/2007/supersleight-transparent-png-in-ie6) or go for PNG-8 instead.
Forum: HTML and CSS Jul 2nd, 2009
Replies: 3
Views: 635
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: 487
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: 920
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,337
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: 599
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: 447
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: 920
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: 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: 5
Views: 533
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,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
Showing results 1 to 40 of 115

 


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

©2003 - 2009 DaniWeb® LLC