Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 56
Search took 0.26 seconds.
Search: Posts Made By: fireplace_tea
Forum: HTML & CSS 11-12-2012, 09:56 PM
Replies: 1
Views: 492
Posted By fireplace_tea
Do a Google search on "CSS Resets" and you will...

Do a Google search on "CSS Resets" and you will find your answer. Basically, you need to override each browsers default CSS stylings.
Forum: HTML & CSS 10-19-2012, 03:24 PM
Replies: 2
Views: 190
Posted By fireplace_tea
Hmmm...they all hide for me. Try clearing your...

Hmmm...they all hide for me. Try clearing your cache or restarting your computer.
Forum: HTML & CSS 10-17-2012, 03:41 PM
Replies: 4
Views: 501
Posted By fireplace_tea
Here are a couple of things to try: (1) Take...

Here are a couple of things to try:
(1) Take out border-bottom and see if that resolves it.
(2) When I code my links I use three of the pseudo classes like so:

footer a:link, footer a:visited{...
Forum: HTML & CSS 10-15-2012, 03:22 AM
Replies: 6
Views: 549
Posted By fireplace_tea
Lynda.com rocks! It's a great place to learn web...

Lynda.com rocks! It's a great place to learn web development.
Forum: HTML & CSS 10-15-2012, 03:16 AM
Replies: 2
Views: 325
Posted By fireplace_tea
Could you copy and paste in your HTML and CSS...

Could you copy and paste in your HTML and CSS coding? Then, it will be much easier to see what and where you mean.
Forum: HTML & CSS 10-15-2012, 03:09 AM
Replies: 1
Views: 279
Posted By fireplace_tea
The "Store" link looks like the only one that is...

The "Store" link looks like the only one that is a drop down. I see that it is showing one item: cart. What is it suppose to look like? What is it doing wrong?
Forum: HTML & CSS 10-15-2012, 03:06 AM
Replies: 1
Views: 442
Posted By fireplace_tea
What you need to do is something called...

What you need to do is something called Responsive Web Design. I haven't done a responsive layout yet, but that is what you need.
Forum: Computer/PC discussions 10-15-2012, 03:02 AM
Replies: 18
Views: 4,269
Posted By fireplace_tea
You're welcome. :) Hmmm...laptop. It's...

You're welcome. :)

Hmmm...laptop. It's incredibly difficult to troubleshoot an issue like you are having online like this. I suggest that if you know anyone who can correctly figure out the...
Forum: Computer/PC discussions 10-12-2012, 07:02 AM
Replies: 18
Views: 4,269
Posted By fireplace_tea
Do you have a laptop or a desktop? If it's a...

Do you have a laptop or a desktop?

If it's a desktop, then make sure the connect between your monitor and PC is plugged in and screwed in tightly at both ends. If this doesn't fix it then your...
Forum: HTML & CSS 10-12-2012, 06:47 AM
Replies: 1
Views: 275
Posted By fireplace_tea
Yup...I certainly see the problem in IE. Try...

Yup...I certainly see the problem in IE. Try this: for your <div class="text">, create a CSS selector and clear: both, like this:


.text{
clear: both;
}


IE really knows how to ruin...
Forum: HTML & CSS 10-12-2012, 06:34 AM
Replies: 4
Views: 462
Posted By fireplace_tea
I took a quick look at http://www.widmanski.com/...

I took a quick look at http://www.widmanski.com/ coding. It looks like they used a combination of JQuery and JavaScript to get all the effects that they wanted such as the background fading effect...
Forum: HTML & CSS 10-10-2012, 09:20 PM
Replies: 6
Views: 414
Posted By fireplace_tea
What version of Chrome are you using? Also,...

What version of Chrome are you using? Also, could you post your coding?
Forum: General web building 10-07-2012, 05:19 PM
Replies: 17
Views: 7,674
Posted By fireplace_tea
I am getting a better picture of what you are...

I am getting a better picture of what you are trying to do. The BEST thing you can do is learn Java and write a client application. Java is designed and allowed to dive into the OS file system,...
Forum: General web building 10-07-2012, 04:55 AM
Replies: 17
Views: 7,674
Posted By fireplace_tea
OK...I think I know what you want now. But...

OK...I think I know what you want now. But first: GET RID OF FRAMES!!!!
Second, what you are looking to do is typically done on the server side, not the client side like you are trying to do. It...
Forum: HTML & CSS 10-07-2012, 04:25 AM
Replies: 11
Views: 766
Posted By fireplace_tea
Thanks for posting a screenshot. After looking...

Thanks for posting a screenshot. After looking through your code, here are some things to look into:

(1) does IE 7 support multiple class names per class? You have up to three. For example: <div...
Forum: HTML & CSS 10-06-2012, 10:21 PM
Replies: 4
Views: 595
Posted By fireplace_tea
Do a Google search on "CSS Reset". It's purpose...

Do a Google search on "CSS Reset". It's purpose is to reset all browser built in style sheets so your layout works how you want it to.
Forum: HTML & CSS 10-06-2012, 10:16 PM
Replies: 11
Views: 766
Posted By fireplace_tea
Could you post your code? And take screen shots...

Could you post your code? And take screen shots of the good layout and the misbehaving layout? Thanks.
Forum: General web building 10-06-2012, 09:13 PM
Replies: 4
Views: 4,287
Posted By fireplace_tea
So, is Crazy Domains the hosting service you are...

So, is Crazy Domains the hosting service you are trying to move your Uncle's account to? And who is your uncle's domain name registered with?

CPanel rocks. However, the hosting company can limit...
Forum: General web building 10-06-2012, 08:54 PM
Replies: 17
Views: 7,674
Posted By fireplace_tea
I'm not sure as to what you are trying to do. Why...

I'm not sure as to what you are trying to do. Why are you using frames?
Forum: HTML & CSS 10-06-2012, 07:27 AM
Replies: 2
Views: 560
Posted By fireplace_tea
Instead of floating right, float them left. Here...

Instead of floating right, float them left. Here is the coding:


.navbar ul li{
display:inline-block;
margin-left:10px;
margin-right:10px;
background-image:url(button.png);...
Forum: Site reviews 10-06-2012, 06:27 AM
Replies: 1
Views: 762
Posted By fireplace_tea
Ok...I'm confused. Is betapunch and...

Ok...I'm confused. Is betapunch and ziptimetracker two different products? It looks like betapunch will pay people $5.00 to test websites. ziptimetracker looks like a complete different...
Forum: Site reviews 10-06-2012, 06:18 AM
Replies: 2
Views: 2,071
Posted By fireplace_tea
I think it looks fine overall. Here are a couple...

I think it looks fine overall. Here are a couple of things to think about though:

(1) It is common practice to put all major links in your footer as just regular text links, so you might want to...
Forum: HTML & CSS 10-06-2012, 05:49 AM
Replies: 8
Views: 919
Posted By fireplace_tea
Hi catkustes, Sorry for not attributing...

Hi catkustes,

Sorry for not attributing more to the conversation sooner. I took on a short migration project that lead to 13 hour days (like from 4pm - 5am)...it sucked :eek:

Silly question...
Forum: Computer/PC discussions 10-02-2012, 05:38 PM
Replies: 4
Views: 1,332
Posted By fireplace_tea
These things are so hard to troubleshoot without...

These things are so hard to troubleshoot without being there in person. It could be that you really do have a hardware issue. Is the computer over heating? Is there a lot of dust around the fan or...
Forum: HTML & CSS 10-02-2012, 05:22 PM
Replies: 2
Views: 712
Posted By fireplace_tea
In your open <select> tag you have MULTIPLE...

In your open <select> tag you have MULTIPLE capitialized. Try putting it in all lower case letters. It COULD be that whatever version of the iPhone and iPad the users have are having a hard time...
Showing results 1 to 25 of 56

 
Forum Jump

All times are GMT +1. The time now is 08:58 AM.