-
Content Count
1,529 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by vchris
-
ok but then how would I use a cf session variable with js?
-
I have a JavaScript list which is kinda huge. There's about 3 level to this list. I added a function to minize and maximize a list on click. I've been asked if there is a way to "remember" which list is maximized so when you do a back it'll stay opened. All I can think of is the use of cookies but in my organization we have standards that stops me from using cookies. So is there any other way I could use to do this "remember" feature? I use ColdFusion also if it helps.
-
Code is good. Must be the image path that's incorrect...
-
Like john19681 said font tags are deprecated and should not be used anymore. Instead of using tables for your layout structure, use divs and css, it'll be cleaner. Your left navigation should be an unordered list styled with css. The design is not bad but I think it could be a lot better if you added more to it.
-
Wow I'd be a sucker not to do it!
-
I think that's the reason. If you look where the link is, it's on the right among many many other links. I bet that if it would be on the left or maybe home page news, the traffic on this forum would be much higher.
-
you bastage! I'll remember this! :)You could've said charming, beautiful... lol
-
I haven't even been PMed. What I'm not good enough?!
-
Done. Let me know if there is any issues in IE6. I just need to fix the breadcrumb now... Oh yes and let me know if the load time has been reduced.I also noticed something weird not related to the nav. It seems when you view the first website, deep coding (big planet and blue theme), in FF it's fine but in IE there's some white spots over the image. I resaved the image so it can't be that. Something must be adding these shapes...
-
Here is a test page with the new navigation. I haven't included the style change to it yet. Works awesome! I should have it setup on the whole set some time this week.http://www.vchris.net/contact/contacttest_e.php
-
Nice criticism, some of those things are funny lolI've been meaning to fix some of those things. Thanks for pointing some of these out.
-
Thanks for you feedback, I appreciate! :)The sliding panel was a pain but I got it working in all browsers correctly. I'll look into the css validation link. I know that w3c changed their validation page since so that might have something to do with it.
-
What if my li are inline. Block would cause to be one underneath the other.
-
It doesn't seem like I'm able to set a width and height for an li element. So when display:none; is set, the li is not visible, including the background image.
-
Interesting... So basically I have text in the a element but it's not displayed but the a element is the same size as the <li>.
-
What if I add a background image (arrow) to my a element. Would it load the arrow in front of the button?
-
I don't really want to make the text on the buttons just text. Is there a way I could make only the arrow appear on the button instead of loading the same button but with the arrow?
-
but then how could they be clickable?
-
Thank you for your suggestions.I wanted to use :hover instead of js and only have the arrow appear on hover but didn't find a way to do it. I know I can change background image with css but I need the image to be clickable... If you know of a way please let me know.
-
Updates are done.http://www.vchris.net/Feel free to leave a feedback.
-
Ah that's what I was missing. Do I have to close the session at the end of the page as well or is that not required?
-
So I got the style switcher kinda working. Only problem I have is the Session variable doesn't seem to be there even though I set it.Styleswitcher.php <?php//Set Session variable style$_SESSION['style'] = $_REQUEST['style'];//Redirect user to page he was onheader('Location: '.$_SERVER['HTTP_REFERER']);?> Testpage.php <p><a href="/scripts/styleswitcher.php?style=red">R</a> <a href="/scripts/styleswitcher.php?style=green">G</a> <a href="/scripts/styleswitcher.php?style=blue">B</a></p><?php//$_SESSION['style'] = red;echo '<p>style=
-
Handcoding is better than any WYSIWYG application. See the formula below.Handcoding > *
-
Salut! Beau site!Mais pourquoi les 2 bandes à droite et à gauche si t'as rien dedans? Ca semble un peu vide avec les bandes... Aussi sur le lien consultation avec la feuille par dessus, je pense que la feuille devrait rester la même sur le hover, même chose pour contact. La barre séparatrice entre consultation et contact devrait aller sous la feuille.Beau travail! :)edit: ah je viens de voir sur les autres pages que t'as une subnavigation. Ya une coupe de pages qui marche pas mais I guess que tu travail dessus. Pour ta mère?