Greenguy's Board WebcamWiz CRAZY $5,000 Reward Bonuses

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-01-22, 12:53 PM   #26
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Doug E View Post
No, css already defines the border so theres no need for the border tag.
Thanks!


Quote:
Originally Posted by Doug E View Post
For me it was hard to get used to dropping cellspacing and padding and replacing it with css padding and margins. Took a bit to wrap my mind around it. But once I got onto it its been sweet.
Now that sounds nice.
Licker4U is offline   Reply With Quote
Old 2007-01-22, 09:57 PM   #27
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Well, I never thought it would be possible but I'm building sites with external style sheets faster than the old way. Here I sit with a site ready to submit, waiting for the 24 hour clock to tick down so I can get it submitted. This is nice but now I have to find something to occupy my time...
Licker4U is offline   Reply With Quote
Old 2007-01-22, 10:57 PM   #28
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
Quote:
Originally Posted by Licker4U View Post
This is nice but now I have to find something to occupy my time...
Get crackin on your next site. I've found with the limited css I use it is a plus all the way. I learn a little more as a I go.
Maj. Stress is offline   Reply With Quote
Old 2007-01-23, 02:32 PM   #29
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
AAAAARRRRGGGHHHH!! |shocking|

OK, now that I've pulled out ALL my hair and used up my LAST nerve, why would a page look fine in Firefox but have trouble in IE?? I've gone over the CSS line by line and it looks fine. |shocking| I thought Firefox was more critical of errors.
Licker4U is offline   Reply With Quote
Old 2007-01-23, 03:51 PM   #30
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Nevermind...A complete and total reboot fixed things. Go figure...
Licker4U is offline   Reply With Quote
Old 2007-01-24, 02:27 PM   #31
Doug E
Kids are great, Appu. You can teach them to hate the things you hate and they practically raise themselves now-a-days, you know, with the internet and all
 
Doug E's Avatar
 
Join Date: Mar 2005
Location: Canadeh
Posts: 197
Ive found IE to be more critical of errors. But you'll get far less if you go with html strict, but im sounding like a broken record now
__________________
Asian Porn | Sora Aoi | Natt Kesarin
Doug E is offline   Reply With Quote
Old 2007-01-28, 12:18 PM   #32
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
If I have a background saved as bg.gif, shouldn't this set it as the body background on a page?

body {background-image: url(bg.gif);}
Licker4U is offline   Reply With Quote
Old 2007-01-28, 01:11 PM   #33
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
Licker,
That looks like the right syntax. Did you tell it to repeat?
background-repeat: repeat;

http://www.w3schools.com/css/pr_background-repeat.asp
Maj. Stress is offline   Reply With Quote
Old 2007-01-28, 01:25 PM   #34
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Maj. Stress View Post
Licker,
That looks like the right syntax. Did you tell it to repeat?
background-repeat: repeat;
I didn't but just did and still nothing...

Here's the page: http://www.best-wet-pussy.com/lesbian-sweethearts

Ahhhh, wait a minute, lemme delete history, cache, etc. That might be the problem
Licker4U is offline   Reply With Quote
Old 2007-01-28, 01:36 PM   #35
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
body
body {background-image: url(bg.gif);
background-repeat: repeat}

Take the first "body" out and put a ; after repeat and see what happens
Maj. Stress is offline   Reply With Quote
Old 2007-01-28, 01:46 PM   #36
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Maj. Stress View Post
body
body {background-image: url(bg.gif);
background-repeat: repeat}

Take the first "body" out and put a ; after repeat and see what happens
Well duuuuh, that extra "body" was the culprit. me
(I wish there was a CSS validator)

I thought the ";" was if you were going to add more things to the list of attributes. I put it in and left it out and it didn't affect anything.

Well, that fixed it in Firefox but it's not appearing in IE.
Licker4U is offline   Reply With Quote
Old 2007-01-28, 02:04 PM   #37
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
I sent you a copy I made of the page and css that works. Check your mail at aol.
Maj. Stress is offline   Reply With Quote
Old 2007-01-28, 02:10 PM   #38
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Thanks, I'll take a look
Licker4U is offline   Reply With Quote
Old 2007-01-28, 02:25 PM   #39
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
I deleted temporary internet files and deleted history which didn't work. I deleted cookies and that fixed the problem. That and getting rid of the extra "body".

Thanks!
Licker4U is offline   Reply With Quote
Old 2007-01-28, 02:38 PM   #40
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
Originally Posted by Licker4U View Post
(I wish there was a CSS validator)
Try this one...
http://jigsaw.w3.org/css-validator/

Also, if you're making changes to an external css file and not seeing the changes in your html page (especially in IE), one thing that often "refreshes" everything is to load your external css file in your browser and then load your html page in the same window. It's harder for IE (and other browsers) to act like they don't know about your changes after you've just rubbed their faces in it.
__________________
"If you're happy and you know it, think again." -- Guru Pitka

Last edited by Simon; 2007-01-28 at 02:43 PM..
Simon is offline   Reply With Quote
Old 2007-01-29, 05:58 AM   #41
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
Quote:
Originally Posted by Simon View Post
Try this one...
http://jigsaw.w3.org/css-validator/

Also, if you're making changes to an external css file and not seeing the changes in your html page (especially in IE), one thing that often "refreshes" everything is to load your external css file in your browser and then load your html page in the same window. It's harder for IE (and other browsers) to act like they don't know about your changes after you've just rubbed their faces in it.
A refresh using Ctrl+F5 will force the browser to download all fresh content from the server.
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote
Old 2007-01-29, 07:38 AM   #42
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Simon View Post
Try this one...
http://jigsaw.w3.org/css-validator/

Also, if you're making changes to an external css file and not seeing the changes in your html page (especially in IE), one thing that often "refreshes" everything is to load your external css file in your browser and then load your html page in the same window. It's harder for IE (and other browsers) to act like they don't know about your changes after you've just rubbed their faces in it.
Quote:
Originally Posted by oast View Post
A refresh using Ctrl+F5 will force the browser to download all fresh content from the server.
Thanks, I'll try both
Licker4U is offline   Reply With Quote
Old 2007-01-30, 10:59 AM   #43
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
When using this for a dotted border:

p.dotted {border-style: dotted;
border-color: #0000ff}

is there any way to adjust the size of the dots? All I've found is thick, medium and thin....

I found it. This works:

border-width: 2px

Last edited by Licker4U; 2007-01-30 at 11:12 AM..
Licker4U is offline   Reply With Quote
Old 2007-01-30, 11:15 AM   #44
HC-Majick
You can now put whatever you want in this space :)
 
HC-Majick's Avatar
 
Join Date: Oct 2004
Location: Upstate NY
Posts: 541
Send a message via ICQ to HC-Majick
edit...nevermind, seems to be some bugs.
__________________
Submit Your Freesites:

Last edited by HC-Majick; 2007-01-30 at 11:22 AM..
HC-Majick is offline   Reply With Quote
Old 2007-02-04, 10:41 AM   #45
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Are there any neat things that can be done to text with CSS like shadow, glow, etc?
Licker4U is offline   Reply With Quote
Old 2007-02-04, 10:57 AM   #46
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
If you're willing to have (most?) effects only work in Internet Explorer and only on the Windows platform, then these links may help.

www.w3.org/TR/REC-CSS2/text.html
http://tutorials.alsacreations.com/ombre/
www.webthang.co.uk/Tuts/tuts_css/css4/css4.asp

More at www.google.com/search?q=css+text+effects

Filter generator
http://rainbow.arch.scriptmania.com/...generator.html

Make sure to look at these effects in Firefox since many reviewers prefer using that browser. You need to be sure things will degrade in ways that won't hurt you.
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2007-02-05, 09:34 AM   #47
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Thanks Simon, one of those was exactly what I wanted
Licker4U is offline   Reply With Quote
Old 2007-02-14, 09:20 AM   #48
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
I'm using this for a text link but the font is showing up bold. How can I get the font to be normal, not bold?

a.two:link {
color: #ff0000;
font-family: Arial;
font-size: 22px;
text-decoration: underline;
font-style: italic;
}

a.two:active {
color: #ff0000;
font-family: Arial;
font-size: 22px;
text-decoration: underline;
font-style: italic;
}
a.two:visited {
color: #ff0000;
font-family: Arial;
font-size: 22px;
text-decoration: underline;
font-style: italic;
}
a.two:hover {
color: #ff0000;
font-family: Arial;
font-size: 22px;
text-decoration: underline;
font-style: italic;}
Licker4U is offline   Reply With Quote
Old 2007-02-14, 12:23 PM   #49
Preacher
There's Xanax in my thurible!
 
Preacher's Avatar
 
Join Date: Apr 2005
Location: Wherever they screw on my head
Posts: 2,441
Send a message via ICQ to Preacher
font-weight: normal
__________________
NSCash * This Depraved World
Preacher is offline   Reply With Quote
Old 2007-02-14, 03:58 PM   #50
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Preacher View Post
font-weight: normal
Well damn, that was too easy.

Thanks!
Licker4U is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:34 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc