This is a discussion on search.ie within the General Chat forums, part of the Lounge category; Whatever you did to the search.ie website, it breaks terible in IE. I am talking about the right hand side. ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
| Whatever you did to the search.ie website, it breaks terible in IE. I am talking about the right hand side. search.ie_1.jpg
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Directory Submission Directory Submission :. News & Press Release Ireland GiveItSocks.com :. Used Cars Ireland, Car Parts & Car Audio Cars For Sale, Car Parts & Accessories :. I Have 2 Find It Directory SEF Directory |
| |||||
| Quote:
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| |||||
| IE6, but if you want I could check it on IE7 as well. Actually give me a second to open the laptop.... .................................................. ............. yep it looks grand in IE7, but that's because it renders the page much like FF. |
| |||||
| Hmmmm... I'll have a look at it maybe later this evening if I have energy... Is it only the main page or are the subpages affected as well?
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| |||||
| all the pages. you took away that nice script for the website previews. cool script. if you want, let me have a look into the css file for you. Last edited by louie; 18-12-2006 at 08:24 PM. |
| |||||
| Quote:
I didn't take it away.. It's still there.. Maybe This thing with scripts supposedly vanishing concerns me a tad more though
__________________ Hosting & Domains|Plesk Vps Hosting|Geek / Cool Stuff|Films.ie|Cool Sites|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| |||||
| i thought you took it out. hmm. you haven't touched the code at all? It is dependent on the other website, so it could be that. |
| |||||
| open the luna.css file NOT the luna_core.css and add this at the very bottom of the page. it will override some small parts. Code: #rightsidebar {
width: 130px;
background-color:#FFFFFF;
border: 1px solid #cccccc;
text-align:center;
padding: 2px 0px 2px 0px;
margin-top:10px;
margin-right: -160px;!important
}
/* this is for the Latest Forum treads if you want it different */
.forum_latest_title{width:100%; background-color:#cccccc; color:#000066; font-weight:bold; font-size:12px; padding:2px; text-align:left;}
.forum_latest{text-align:left; padding:1px 2px;}
.forum_latest a:link, .forum_latest a:hover, .forum_latest a:visited{font-weight:bold; color: #0000FF;}
/*ends here */
#footer{clear:both;}
Code: <div class="forum_latest"> <div class="forum_latest_title">Latest Discussions:</div> <script src="http://www.irishwebmasterforum.com/external.php?type=js" type="text/javascript"></script> <script type="text/javascript"> <!-- for (var i = 0; i <threads.length; i++) { document.write('<a href="http://www.irishwebmasterforum.com/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a><br /><em>Posted on:<br />' + threads[i]['threaddate'] + ' at ' + threads[i]['threadtime'] + '</em><br />'); } //--> </script> </div> |