tom125
Members
-
Joined
-
Last visited
Reputation Activity
-
tom125 reacted to zed in What is this feature?put that whole DIV where you want it on your page. And also the required javascript stuff. and I suspect there is some css you will need to bring into your css as well.
-
tom125 reacted to zed in What is this feature?for your subscribe just give the fieldset a class and 'border-width: 0px'
at a guess I'd give your #content some width and margin
site's looking good btw. Not sure if the fans will be shocked by the lack of blue?
-
tom125 reacted to zed in What is this feature?okay, the transparent and arrow images. In your css they are in subdirectory images eg. 'images/selected-item.gif' For that they would need to be in a subdirectory of css.
Change your links in your css to '../images' and hopefully it will find them.
-
tom125 reacted to zed in What is this feature?this sort of thing http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
-
tom125 reacted to zed in Scrolling text problemI tend to use the iframe code from here. Just paste the code where you want it in your layout.
http://developers.facebook.com/docs/reference/plugins/like-box/
RSS http://www.mnot.net/rss/tutorial/
Twitter, have a look at their page and then Resources/Widgets
-
tom125 reacted to zed in Scrolling text problemnot answering your problem, but have you thought of putting a twitter feed onto the page instead of a marquee?
-
tom125 reacted to Wickham in Scrolling text problemThis displays it at the top (tested in IE7 and Firefox):-
<body> <marquee style="display: block; margin: auto; width: 800px;" bgcolor=orange height=15 scrollamount="3">Chelsea get Man United in the Champions League Quarter Finals! </marquee> <div id="container"> <div id="header"><img src="images/logo.jpg" alt="logo"></div><!-- close header --> <ul id="nav"> <li><a href="index.html">HOME</a></li> <li><a href="news.html">NEWS</a></li> <li><a href="rumours.html">RUMOURS</a></li> <li><a href="match.html">VIDEOS</a></li> <li><a href="results.html">RESULTS</a></li> </ul> </div><!-- close nav --> <div id="content"> <h1 style="text-align:center">Home Page</h1> <!--<marquee bgcolor=orange width=800 height=15 scrollamount="3">Chelsea get Man United in the Champions League Quarter Finals! </marquee>--> <u><h3 class="headingIndent"><img src="images/sign.jpg" class="floatRight">Next Game</h3></u>
-
tom125 reacted to zed in Scrolling text problemwell I was guessing that with the marquee you would have to keep amending the page whenever something new happened? If you used twitter you could write the information on there and bring it onto the page as well.
-
tom125 reacted to zed in A couple of problemsbrowser differences. Just do some playing with #footer in your new IE7 css?
-
tom125 reacted to zed in A couple of problemsif you go with #1 from that link you would link as normal to your current CSS then have the conditional link to an ie7.css (or whatever) that would just have the changes (not the whole file again).
If you use the #2 method you could just have your existing css file, no condition statement but in your css file have a * line in your #content that IE7 would read.
or #3 as described in the link.
-
tom125 reacted to zed in A couple of problemshave a read of this http://webdesignerwall.com/tutorials/css-specific-for-internet-explorer
basically you want a CSS just for IE7 and that piece of code.
eg.
<!--[if lt IE 8]> <link href="ie7.css" rel="stylesheet" type="text/css" /> <![endif]-->
and in that css file put the #content definition for IE7
-
tom125 reacted to zed in A couple of problemsIE8 menu shows, IE7 it doesn't and if you remove the -20px on #content it does.
image link is images\sign.jpg replace \ with /