![]() |
Quote:
Quote:
|
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...|zzzzzzzzz
|
Quote:
|
AAAAARRRRGGGHHHH!! |banghead| |pcsucks| |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. |
Nevermind...A complete and total reboot fixed things. Go figure...|pcsucks|
|
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 :)
|
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);} |
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 |
Quote:
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 |
body
body {background-image: url(bg.gif); background-repeat: repeat} Take the first "body" out and put a ; after repeat and see what happens |
Quote:
(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. |
I sent you a copy I made of the page and css that works. Check your mail at aol.
|
Thanks, I'll take a look
|
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! |
Quote:
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:
|
Quote:
Quote:
|
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.... |huh I found it. This works: border-width: 2px |
edit...nevermind, seems to be some bugs.
|
Are there any neat things that can be done to text with CSS like shadow, glow, etc?
|
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. |
Thanks Simon, one of those was exactly what I wanted |bow| |bananna| |headbang| |thumb
|
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;} |
font-weight: normal
|
Quote:
Thanks! |thumb |
All times are GMT -4. The time now is 09:10 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc