Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 23 of 23
Search took 0.04 seconds.
Search: Posts Made By: trav5567
Forum: HTML & CSS 02-26-2012, 07:23 PM
Replies: 5
Views: 789
Posted By trav5567
Hope this helps. Not quite sure what you wanted...

Hope this helps. Not quite sure what you wanted or what your able to do with your program.

div h1:first-child:first-letter { color:#red; }
Forum: HTML & CSS 02-26-2012, 07:17 PM
Replies: 3
Views: 301
Posted By trav5567
Hope that helped you out

Hope that helped you out
Forum: HTML & CSS 02-26-2012, 07:16 PM
Replies: 3
Views: 301
Posted By trav5567
You forgot to end the table tag at the end. ...

You forgot to end the table tag at the end.


HTML
<div id="content">
<table border="0">
<tr>
<td>Good Friday</td>
<td>&nbsp &nbsp &nbsp &nbsp &nbsp April 6</td>
</tr>
Forum: HTML & CSS 02-26-2012, 06:45 PM
Replies: 3
Views: 813
Posted By trav5567
Add a clearFix above the social class hope this...

Add a clearFix above the social class
hope this helps

HTML
<div id="content">
<div class="clear"></div>
<div class="social">
<a...
Forum: General web building 02-26-2012, 04:32 PM
Replies: 2
Views: 800
Posted By trav5567
Browser testing in i.e

I was hoping that someone with a windows computer could view my website in I.E and other browsers and let me know if my site holds together well or if i have a bunch of I.E hacks to work out.
...
Forum: HTML & CSS 02-26-2012, 02:55 PM
Replies: 5
Views: 427
Posted By trav5567
Thanks for critique Alykins, I'll definitely take...

Thanks for critique Alykins, I'll definitely take a look at that:)
if possible could you take a snapshot of the what the page looks like when its messed up. That would be a huge help since i dont...
Forum: HTML & CSS 02-25-2012, 11:51 PM
Replies: 5
Views: 427
Posted By trav5567
SORRY FORGOT TO POST THE ADDRESS ...

SORRY FORGOT TO POST THE ADDRESS

http://travismichael.net/new_tmdesigns/index.php
Forum: HTML & CSS 02-25-2012, 11:50 PM
Replies: 5
Views: 427
Posted By trav5567
IMAGE not showing up(please help)

The bg-image of the div with the class name of pp-icon is not showing up.

I'm sure its probabley something small but i am loosing my hair over this.
THANKS:)

HTML
<section id="footer">...
Forum: DOM and JSON scripting 02-25-2012, 08:37 PM
Replies: 2
Views: 554
Posted By trav5567
Thanks Lerura, I ended up figuring it out though....

Thanks Lerura, I ended up figuring it out though. I have my css inline for the contact so the javascipt can change my css.

The problem ended up being the path to my file was wrong. forgot i was...
Forum: DOM and JSON scripting 02-24-2012, 05:46 AM
Replies: 2
Views: 554
Posted By trav5567
Help with cleaning up code(class with BG image not showing )

I am stuck on why the background-image of the DivClass '.uparrow' isn’t showing up when i hover over the contact button 'a.contact-btn'.

Basically i want to give the user an indication that by...
Forum: HTML & CSS 02-23-2012, 08:35 PM
Replies: 13
Views: 994
Posted By trav5567
Soooo you want to have seperate serveers for...

Soooo you want to have seperate serveers for every episode...?
Forum: HTML & CSS 02-23-2012, 08:32 PM
Replies: 1
Views: 482
Posted By trav5567
Boder-color won't change per page

I am trying to get the body border to change depending on what page it is on. I have different body id tags for each page.

Any help would be great:)

CSS
body...
Forum: HTML & CSS 02-23-2012, 07:14 PM
Replies: 6
Views: 497
Posted By trav5567
Oh yeah, make sure you have the body id:) ive...

Oh yeah, make sure you have the body id:) ive done that and couldnt get it to work and just forgot to define the body id.

Hope this helps
Forum: HTML & CSS 02-23-2012, 07:13 PM
Replies: 6
Views: 497
Posted By trav5567
Here is an example HTML <ul id="navigation">...

Here is an example
HTML
<ul id="navigation">
<li<?php if ($thisPage=="Page_home") echo " id=\"currentpage\""; ?>><a class="home" href="#"></a></li>
<li<?php if ($thisPage=="Page_work") ...
Forum: HTML & CSS 02-23-2012, 07:07 PM
Replies: 5
Views: 495
Posted By trav5567
Sorry for leaving you hanging without posting an...

Sorry for leaving you hanging without posting an example.
I hate it when people do it to me.
glad you got it to work:)
Forum: HTML & CSS 02-23-2012, 06:57 PM
Replies: 4
Views: 546
Posted By trav5567
Thank you sooo much! i cant believe i didnt even...

Thank you sooo much! i cant believe i didnt even think about that.
i was putting #currentpage instead of using the actual pageId.
:)

see it working click link below...
Forum: HTML & CSS 02-23-2012, 06:38 PM
Replies: 4
Views: 546
Posted By trav5567
Thanks for the reply. Pretty sure id did what u...

Thanks for the reply.
Pretty sure id did what u mentioned right, but i still can't seem to get it to work.
just trying to get the home-page indicator to show right now ill worry about the other...
Forum: HTML & CSS 02-23-2012, 05:45 PM
Replies: 5
Views: 495
Posted By trav5567
Try defining a width for you sprite image:)

Try defining a width for you sprite image:)
Forum: HTML & CSS 02-23-2012, 05:30 PM
Replies: 4
Views: 546
Posted By trav5567
HELP (bodyID and sprite navigation)

I am trying to get my page indicators to work with the standard
<?php if ($thisPage=="Page_home") echo " id=\"currentpage\""; ?>.
I used a sprite image for my navigation and its different states...
Forum: HTML & CSS 02-23-2012, 01:45 AM
Replies: 6
Views: 497
Posted By trav5567
I find the using body id's for declaring the...

I find the using body id's for declaring the active state is the best practice for me especially when you have your navigation in a php include file.

Not sure if thats the best way but i find it...
Forum: DOM and JSON scripting 02-22-2012, 10:47 PM
Replies: 4
Views: 871
Posted By trav5567
<style> #contact { width:1000px; ...

<style>

#contact {
width:1000px;
height:400px;
background:#8db510;
position:absolute; margin-left:-500px; top:-400px; left:50%;
display:block;
z-index:1005;
}
Forum: DOM and JSON scripting 02-22-2012, 10:43 PM
Replies: 4
Views: 871
Posted By trav5567
The class .uparrow is nested inside of the the...

The class .uparrow is nested inside of the the div #lightcube. the background image of the uparrow class is not showing up.
Forum: DOM and JSON scripting 02-22-2012, 07:07 PM
Replies: 4
Views: 871
Posted By trav5567
Question Adding Class with javascript(picture inside the div wont show up)

To better understand what i am trying to do click here (travismichael.net/new_tmdesigns/index.php) to view my page.

The backgorund image for the child div to #lightcube is not showing up. its...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT +1. The time now is 08:44 PM.