Tag Archives: Top Style

Moving mysite off the top of the browser

Basically my business is making a flash site and also a html site for all those on low bandwidth junctions. Now my html is identical that will my flash a single except its static and lacks a few features. Now their only 500px excessive, so i has been hoping to centre it vertically. Has anyone got any ideas on how to get this done I have tried a few things but it has the just not developing. Gives thanks in advance Perad If you need to lower it down somewhat you could add this from the head of an individual page HTML: < head> < title>… < /title> < type type=" text/css" > physique margin-top: 10%; < /style> < /head> and just enjoy with changing the actual 10% to something bigger or either pixels (150px). Or if you really want it center vertically do this http: //www. sitepoint. com/forums/showpost. phpp=1243542& postcount=9.

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment

Spry Menu invisible in IE6

To anyone who can assist, the site renders fine overall browsers but IE6. Here’s the positioning address: http: //www. shelby-sheriff. org/index. html Inside IE6 the directory spry menu isn’t there. Here is the CSS: charset " UTF-8"; /* SpryMenuBarVertical. css : Revision: Spry Preview Release 1. 4 */ /* Copyright (c) 2006. Adobe Programs Incorporated. All rights reserved. */ /******************************************************************************* DESIGN INFORMATION: describes box model, positioning, z-order *******************************************************************************/ /* The outermost container from the Menu Bar, a fixed width box with no margin or support */ ul. MenuBarVertical border: 0; extra padding: 0; list-style-type: nothing; font-size: 100%; cursor: default; /* Set your active Menu Bar using this class, currently environment z-index to allow for IE rendering bug: http: //therealcrisp. xs4all. nl/meuk/IE-zindexbug. html code */ ul. MenuBarActive z-index: ONE THOUSAND; extra padding: 1px; /* Selection item containers, position children relative to the present container and will be same fixed width as parent */ ul. MenuBarVertical li border: 0; extra padding: 2px; list-style-type: nothing; font-size: 75%; location: relative; text-align: left; cursor: tip; width: 160px; font-family: Verdana, Arial, Helvetica, sans-serif; colouring: #FFFFFF; border-top-style: nothing; border-right-style: nothing; border-bottom-style: nothing; border-left-style: nothing; /* Submenus have to appear slightly overlapping to the right (95%) or longer … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How to get borders off of a table

I will be working on a few new pages associated with my site and I will not seem for getting the borders away from. I have accomplished about 50 some other pages, but these Allow me to not seem for getting off. Can people check www. waikoloavacationrentals. com/kolea-rentals/beach-club along with www. waikoloavacationrentals. com/kolea-rentals/floor-plans and allow me to know what I may be missing. Borders are defined inside the < table> community… You possibly can comment-out those traces (in lieu connected with deleting them)… Inside the file called, " kbv. css", transform this part: #internal_text family table border-top-width: 1px; border-left-width: 1px; border-top-style: not one; border-left-style: not one; border-top-color: #FFF; border-left-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; #internal_text td border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; coloration: #3c3c3b; #internal_text th background-image: url(imgs/table_th_bg. gif); background-repeat: repeat-x; background-position: remaining top; border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; text-align: center; To the current: #internal_text family table border-top-width: 1px; border-left-width: 1px; border-top-style: not one; border-left-style: not one; border-top-color: #FFF; border-left-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; #internal_text td /* border-right-width: 1px; border-bottom-width: 1px; border-right-style: sturdy; border-bottom-style: sturdy; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; */ coloration: #3c3c3b; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment