Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Like Tree3Likes

Reply
 
LinkBack Thread Tools Display Modes
Old 08-03-2011, 10:25 PM   #51
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Quote:
Originally Posted by Phreaddee View Post
...

just for the record the anchors on the first post are not closed. surprised no one has picked up on that yet.

</a</li>
should be
</a></li>
Ha, can't believe no one caught that. Thanks!
Its the darn html/code wysiwyg in the forum, everything has to be written manually and there is no indent in code option, damn it
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote


Old 08-07-2011, 11:56 PM   #52
Bronze Member
 
Join Date: Jun 2008
Posts: 29
Default

Hi,

I am facing trouble in fire fox browser in MAC. My last tab on the main menu is not getting displayed in Firefox for MAc version and it looks fantastic on all other browser. What would be the problem?
dreamcon is offline   Reply With Quote
Old 08-08-2011, 12:38 AM   #53
Gold Member
 
CaldwellYSR's Avatar
 
Join Date: Jun 2011
Location: Shelbyville, TN
Posts: 423
Send a message via AIM to CaldwellYSR Send a message via Skype™ to CaldwellYSR
Default

Quote:
Originally Posted by dreamcon View Post
Hi,

I am facing trouble in fire fox browser in MAC. My last tab on the main menu is not getting displayed in Firefox for MAc version and it looks fantastic on all other browser. What would be the problem?
You should open up a separate thread for the issue and in it you should put a description of the problem and a live link, the relative code, and/or an image of the problem.
ericibe likes this.
CaldwellYSR is offline   Reply With Quote
Old 08-08-2011, 01:07 PM   #54
New Member
 
Join Date: Aug 2011
Posts: 4
Default

Thanks friends, you are doing really a nice work here.
ericibe is offline   Reply With Quote
Old 09-16-2011, 08:37 PM   #55
New Member
 
ChurroV's Avatar
 
Join Date: Sep 2011
Posts: 17
Default

I was using this template, and noticed that I couldn't center my menu by any normal means -- putting it in a div with margin:0 auto didn't work unless I defined the width of the div in the first place -- a width that could change at any moment, and that I'd thus have to keep redefining.

I did some experimenting and found a similar way to make a menu by just using <a> links -- no list -- that can be easily centered (but which for now lacks the capacity to have all the items in the menu have the same width).
ChurroV is offline   Reply With Quote


Old 09-29-2011, 03:06 AM   #56
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Quote:
Originally Posted by ChurroV View Post
I was using this template, and noticed that I couldn't center my menu by any normal means -- putting it in a div with margin:0 auto didn't work unless I defined the width of the div in the first place -- a width that could change at any moment, and that I'd thus have to keep redefining.

I did some experimenting and found a similar way to make a menu by just using <a> links -- no list -- that can be easily centered (but which for now lacks the capacity to have all the items in the menu have the same width).
Yes the auto property for margin will only work when a width is defined.
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 09-29-2011, 03:06 AM   #57
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Quote:
Originally Posted by sofia20 View Post
Nice tutorial. Thanks for this and keep it up!
Thanks. I have been slacking on the tuts...gonna try to change that
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 11-09-2011, 09:46 AM   #58
New Member
 
Join Date: Aug 2011
Posts: 18
Default

Quote:
Originally Posted by PixelPusher View Post
For all those who have asked about how to create a menu with a list (and not a table), here is a basic menu created with an unordered list and CSS.

Markup
HTML Code:
<ul class="menu">
   <li><a href="">home</a</li>
   <li><a href="">products</a</li>
   <li><a href="">press</a</li>
   <li><a href="">support</a</li>
   <li><a href="">contact</a</li>
</ul>
CSS
Code:
body {
margin-top:100px; /* JUST USED TO MOVE LIST DOWN PAGE */
}
ul, li, a {
margin:0;
padding:0;
}
ul.menu {
overflow:hidden;
}
ul.menu li {
list-style:none;
float:left;
border-top:solid 1px #bbb;
border-bottom:solid 1px #bbb;
border-right:solid 1px #bbb;
}
ul.menu li:first-child {
border-left:solid 1px #bbb;
}
ul.menu li a {
font:bold 11pt Tahoma, san-serif;
display:block;
height:40px;
line-height:42px;
color:#555;
text-align:center;
text-decoration:none;
text-transform:capitalize;
padding:0 30px;
background-color:#ddd;
}
ul.menu li a:hover {
color:#fff;
background-color:#666;
}
Thanks for sharing your code dude .
It helped me a lot.
petervanlier is offline   Reply With Quote
Old 02-03-2012, 02:59 AM   #59
Silver Member
 
Join Date: Jan 2011
Posts: 214
Default

Appreciate your effort on sharing this! Basically, we all need to know this!
jumpingspider is offline   Reply With Quote
Old 02-16-2012, 02:24 PM   #60
New Member
 
Join Date: Feb 2012
Posts: 5
Default

Yeah, I been actually looking for a simple tutorial on that. I randomly happened to stumble upon this site, and already like 3 things helped me out :P. Thanks a lot
__________________
$50 Monthly Contest / Moderators Needed!
Precision is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:43 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.