skater102
-
[Solved] IE 8 Problems - float bug
Not sure what was wrong. But I decided to re-due the theme from the beginning, starting with the original html template. Problem now fixed. Thanks.
-
[Solved] IE 8 Problems - float bug
Thanks a lot for the help. I done a lot of searching around, and cant find a solution to the problem. I hope to be able to find a solution, and not have to start from scratch on a new design/layout.
-
[Solved] IE 8 Problems - float bug
hmmm.... Thats very interesting, I am not getting the bug at all in Safari (windows). This is weird.
-
[Solved] IE 8 Problems - float bug
That's one thing that is really weird about it. Sometimes it is loaded and looks fine, but if it is refreshed, 50% of the time the layout will break. It is really strange. I think it might be a parsing bug, rather than a CSS one. Here is what …
-
Save link as when left clicked
Thanks. I had thought about the zip file thing also. Unfortunately this is for a dynamic sites podcasting feature (Drupal). So in order to do that, and have a listen online function, I would have to have both the zip file and the .mp3 attached to ea…
-
Best Way to Practice?
Practicing web design is very important, just like practicing anything else. Practice makes perfect. Here is a great article that was written by Chris Coyier a while back. I have used the method for practice on several occasions. Check it out: h…
-
Site Feedback
Looks good, I like the jQuery you implemented. One little thing that caught my eye was that when you hover over the menu items that have drop downs, it bumps the other menu items around a little. If you fixed this it would clean stuff up a lot. As …
-
[Solved] Remove Border from an Image
That fixed it! Thanks!! ;)
-
[Solved] Remove Border from an Image
"AshtonSanders" said:I see it (in IE7), but it's not a border, it's an underline. Try adding this to your above css: text-decoration: none; Deceleration added. Border still there.
-
[Solved] Remove Border from an Image
The Link: http://thomaslattimore.com The border is under the "Coming soon" image. It is almost unnoticeable in this case do to the paragraph bellow it. But as images are added to other places on the site, the border will be more noticeable…
-
[Solved] Remove Border from an Image
"TheDoc" said:a img, a:link img, a:visited img { border: 0; } Give that a go instead. Nope. Still didn't work. Bummer.
-
[Solved] Remove Border from an Image
"apostrophe" said:Here you go: a img, :link img, :visited img { border: 0; } Drat! It didn't work. :? I don't know why, it should have. Any other ideas.
-
h1 top-margin bumping down
Yeah, I tried padding and it fixed the problem. Thanks so much for the help folks.
-
h1 top-margin bumping down
Thanks for the reply, but I already am using a css reset file which includes body{ margin:0; padding:0; }
-
WordPress Site
Thanks a lot for all the ideas guys. For now I am just going to switch my blog theme to a free template until I get enough time to work out all the problems. Your help was great.
-
WordPress Site
Thanks for the suggestions. I will definitely make those changes.
-
WordPress Site
"TheDoc" said:I am not really pleased with how it turned out. Neither am I? Not quite sure where to go from that one... Anyways... TYPOGRAPHY! It's a beautiful thing when you get it right. Have a looksee. That wasn't really…
-
Start Your Own Website Free
You get what you pay for in life, and web hosting is no different. I had an account with 000webhost to mess around with before I chose to buy a shared hosting account from someone else. It had a lot of down time in more ways than one. The database w…
-
First WordPress
"Robskiwarrior" said:I can see it now :D its a good start! One thing that struck me squarly in the nads is your typography - and the lack of it :D Do not dispare, it just takes a bit of practice to figure it out... here are some usefu…
-
First WordPress
Well hopefully all the problems are gone now. It is....at this moment, up. They just sent me an letting me know I am not a spammer. That's good to be aware of. *sarcasm http://watchingandwaiting.tk
-
First WordPress
"Robskiwarrior" said:website under review :) Not anymore. That was just a standard review on all new domains from the free hosting service I use. Website back up now.
-
Random Line Generated after rendering in browser
"Robskiwarrior" said:yea it really is the images dude, I checked them before I posted :) you can input the image location on firebug too if you want to test it :D Yep. You were right. After switched the images and then deleted my browser…
-
Random Line Generated after rendering in browser
"Robskiwarrior" said:Hey dude, Yea its your bg images... overwrite em for these... http://www.svgonline.co.uk/northgate/rightcol_bg.jpg http://www.svgonline.co.uk/northgate/leftcol_bg.jpg should be fine then :) Nope, unfortunately t…
-
Footer Problems
"cssgirl" said:I got it! You're right-col div is causing the problem. Take a look a the screenshot below that I grabbed when using the Aardvark FF extension. You will see the right-col is pushing your footer down. [attachment=0]righ…
-
Footer Problems
"cybershot" said:Well i didn't see the problem you are talking about when I looked at the page. But i think from looking at your code that I do know why you would have that problem and how to fix it. You need to clear the floats. Li…
-
None flash image slideshow/banner, with url link
"cybershot" said:Use imageready to make it. then save it as a gif. Why don't you wanna use flash? Sadly that will not do what I need it to. I need to be able to build something with multiple images with an individual URL for each ima…
-
Forced centering in IE
"box" said:Use a strict doctype - a transitional doctype forces IE6 into quirks mode and the margin:0 auto; is unrecognised. In strict (standards mode) your site should centre without problems. You were write . I changed the doctype and m…
-
Forced centering in IE
"chazzwick" said:we need to see the html and css to see whats going on I have everything within a page wrap. The HTML: The CSS : #page-wrap{ width: 950px; margin:0 auto; } How's that.