Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 101
Search took 0.20 seconds.
Search: Posts Made By: Carradee
Forum: HTML & CSS 11-24-2011, 05:40 PM
Replies: 3
Views: 459
Posted By Carradee
Okay, I just took the freelance skin and...

Okay, I just took the freelance skin and remodified it with pieces of the old fiction skin to produce a skin that worked. Thanks for your input. :)
Forum: HTML & CSS 11-24-2011, 04:41 PM
Replies: 3
Views: 459
Posted By Carradee
Validator issues addressed… and it's still not...

Validator issues addressed… and it's still not showing. >_<

Any other ideas?

ETA: The content shows up when I change the skin. :/
Forum: HTML & CSS 11-24-2011, 03:59 PM
Replies: 3
Views: 459
Posted By Carradee
Broke My Site Somehow — I *think* w/ CSS

A bit of background: I have a sorta complicated site setup, with a primary skin, then secondary skins that go on top of that based on which part of the site you're on. (I do that with PHP.)

I was...
Forum: HTML & CSS 08-23-2011, 04:31 PM
Replies: 2
Views: 623
Posted By Carradee
Thanks, resdog! That did it. :)

Thanks, resdog! That did it. :)
Forum: HTML & CSS 08-22-2011, 10:27 PM
Replies: 2
Views: 623
Posted By Carradee
Vertical positioning issue w/ CSS

On my landing page, http://mistiwolanski.com/, I have two large buttons, which for some reason insist on appearing one below the other. In my experience, that usually means a padding or margin...
Forum: PHP 08-12-2011, 10:51 PM
Replies: 3
Views: 358
Posted By Carradee
Okay, that fixed the parse error, thanks. :)

Okay, that fixed the parse error, thanks. :)
Forum: PHP 08-12-2011, 10:17 PM
Replies: 3
Views: 358
Posted By Carradee
Help Needed: unexpected T_VARIABLE

Hi. I'm having a bit of trouble with some code I wrote to pull certain custom pieces of CSS in on the specific directories of the site where they're wanted.

I'm getting the following message:
...
Forum: HTML & CSS 08-16-2008, 04:34 PM
Replies: 11
Views: 935
Posted By Carradee
Try adding "clear: both;" to the footer; that...

Try adding "clear: both;" to the footer; that should make the footer only begin below both columns.
Forum: HTML & CSS 08-16-2008, 03:35 PM
Replies: 9
Views: 3,120
Posted By Carradee
Lightbulb :eek: I KNEW I was forgetting something! *bangs...

:eek: I KNEW I was forgetting something! *bangs head against brick wall*

I'm out of practice, as all of you probably guessed. And feel extremely stupid at the moment, but thanks for all those...
Forum: HTML & CSS 08-15-2008, 07:30 PM
Replies: 9
Views: 3,120
Posted By Carradee
Okay, current problems are a comment that for...

Okay, current problems are a comment that for some reason shows itself in Firefox, and an all-but-complete refusal on IE's part to accept the stylesheet.

Current codes:

<!DOCTYPE html PUBLIC...
Forum: HTML & CSS 08-15-2008, 07:17 PM
Replies: 9
Views: 3,120
Posted By Carradee
THANKS!!! I KNEW it was something simple...

THANKS!!!

I KNEW it was something simple like that! *grins*

*gives both commenters a great big hug*

Okay, that fixes the stylesheet not showing up at all problem... But IE still isn't...
Forum: HTML & CSS 08-15-2008, 07:02 PM
Replies: 9
Views: 3,120
Posted By Carradee
Stylesheet not showing up with Firefox

I'm referring to this site. (http://mistiwolanski.com/tests/chocolatedreamshop.html)

Safari version looks great. IE version looks like the column widths are off (which I'm going to start tweaking...
Forum: HTML & CSS 06-15-2008, 04:12 AM
Replies: 5
Views: 862
Posted By Carradee
*checks your code* *goes and compares it to...

*checks your code*

*goes and compares it to hers*

*scratches head*

*checks site*

Uh, it's working fine for me. Only problem I'm coming across are bad links. The problem is that once you...
Forum: HTML & CSS 06-15-2008, 04:04 AM
Replies: 5
Views: 975
Posted By Carradee
Hm… The centered pop-up sounds like an...

Hm… The centered pop-up sounds like an "absolute" class value in absolute positioning. I remember seeing that stay-despite-scrolling accomplished with background images.

The other item, I'm not...
Forum: HTML & CSS 06-15-2008, 03:59 AM
Replies: 2
Views: 1,256
Posted By Carradee
Okay, never mind. I found a workaround. An...

Okay, never mind. I found a workaround.

An issue I was having was that, for some reason, the only pseudoclass to work with "li" was "hover". I played some with pieces and realized that what...
Forum: HTML & CSS 06-15-2008, 02:24 AM
Replies: 2
Views: 1,256
Posted By Carradee
These files should help, I think. The base site...

These files should help, I think. The base site is http://chocolatedreamshop.com/, which I'm recoding.

The picture's probably the most important one to show what's going on.

Anyone have any...
Forum: HTML & CSS 06-15-2008, 02:19 AM
Replies: 11
Views: 2,893
Posted By Carradee
I'm not sure about that "trick"; I've never heard...

I'm not sure about that "trick"; I've never heard of it, before. Did you try creating:

.clear {
clear: both;
}

Then putting
<div class='clear'></div>
at the bottom of the sidebar?
Forum: HTML & CSS 06-15-2008, 01:42 AM
Replies: 8
Views: 849
Posted By Carradee
It looks to me as if the "clear:both;" settings...

It looks to me as if the "clear:both;" settings would be causing it, since that doesn't let an item float beside the places that have it. Change "both" to "none".

If there's still a problem after...
Forum: HTML & CSS 06-15-2008, 01:32 AM
Replies: 8
Views: 3,948
Posted By Carradee
Hm… Can I have the actual URL so I can refer to...

Hm… Can I have the actual URL so I can refer to the images from my own file to toy with and see if I can personally figure it out?

(That's one good reason to have the full URL in the code, by the...
Forum: HTML & CSS 06-15-2008, 01:19 AM
Replies: 7
Views: 1,112
Posted By Carradee
Hey, don't panic at the thought of Notepad. I...

Hey, don't panic at the thought of Notepad. I find it easier—but then, I'd never touched Dreamweaver until after I already knew how to code. So I ultimately gagged at what Dreamweaver produced for...
Forum: HTML & CSS 06-15-2008, 01:03 AM
Replies: 11
Views: 2,893
Posted By Carradee
Okay, I think I've edited 1 post enough times. ...

Okay, I think I've edited 1 post enough times. Here's an old web page that still has it, even though I did 1 static column and 2 liquid. It's not the best coding, since I did it awhile ago except...
Forum: HTML & CSS 06-15-2008, 12:44 AM
Replies: 8
Views: 3,948
Posted By Carradee
Try writing it in separately, in...

Try writing it in separately, in "background-repeat: repeat-y;", and add in "clear: both;". I've noticed some issues lately with the all-in-one properties not displaying properly.

See what that...
Forum: HTML & CSS 06-15-2008, 12:41 AM
Replies: 11
Views: 2,893
Posted By Carradee
...Is there a reason you're not using a float or...

...Is there a reason you're not using a float or position property?


EDIT:
OOPS! Never mind, I found it. Have you tried the "position" property?

Tweaking with a copy of it on my own comp...
Forum: HTML & CSS 06-15-2008, 12:37 AM
Replies: 3
Views: 669
Posted By Carradee
If I may make a suggestion… It might be...

If I may make a suggestion…

It might be better to use:

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 1em;
}
Forum: HTML & CSS 06-15-2008, 12:33 AM
Replies: 5
Views: 4,866
Posted By Carradee
You need quotes around the URL… and something...

You need quotes around the URL… and something happened to that code. Hm...

Replace this:

#header {height: 200px; background:...
Showing results 1 to 25 of 101

 
Forum Jump

All times are GMT +1. The time now is 05:48 PM.