Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
  #1  
Old 05-25-2007, 12:38 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default What to do About Cross Browser Compatibility

NOTE: THREAD BROKEN UP INTO 2 POSTS.

Hi all,

I have a problem that is really bothering me. I have created rounded corners for my "<!-- user info -->" table using CSS. My CSS is as follows
Code:
/* ***** H1 Tags ***** */
H1 {font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px;
margin: 3px 3px 0px 3px;
font-weight: bold;}

H2 {font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 12px;
margin: 6px 3px 6px 3px;
font-weight: normal;}


/* ***** Yellow1 ***** */
.yellow1 .a,.yellow1 .b,.yellow1 .c,.yellow1 .d{height:1px}
.yellow1 .a,.yellow1 .b,.yellow1 .c,.yellow1 .d,.yellow1 .content2{background:#fff9dd;overflow:hidden;border:0 solid #fff9dd;border-width:0 1px}
.yellow1 .a{margin:0 5px;background:#fff9dd;border:0}
.yellow1 .b{margin:0 3px;border-width:0 2px}
.yellow1 .c{margin:0 2px}
.yellow1 .d{height:2px;margin:0 1px}
.yellow1 .content2{padding:0}



/* ***** Dark Blue ***** */
.dark_blue1{margin:0 auto;width:100%}
.dark_blue1 .a,.dark_blue1 .b,.dark_blue1 .c,.dark_blue1 .d{height:1px}
.dark_blue1 .a,.dark_blue1 .b,.dark_blue1 .c,.dark_blue1 .d,.dark_blue1 .content3{background:#e1ebf2;overflow:hidden;border:0 solid #e1ebf2;border-width:0 1px}
.dark_blue1 .a{margin:0 5px;background:#e1ebf2;border:0}
.dark_blue1 .b{margin:0 3px;border-width:0 2px}
.dark_blue1 .c{margin:0 2px}
.dark_blue1 .d{height:2px;margin:0 1px}
.dark_blue1 .content3{padding:0}


/* ***** Dark Blue2 ***** */
.dark_blue2{margin:0 auto;width:100%}
.dark_blue2 .a,.dark_blue2 .b,.dark_blue2 .c,.dark_blue2 .d{height:1px}
.dark_blue2 .a,.dark_blue2 .b,.dark_blue2 .c,.dark_blue2 .d,.dark_blue2 .content4{background:#b8c8d6;overflow:hidden;border:0 solid #b8c8d6;border-width:0 1px}
.dark_blue2 .a{margin:0 5px;background:#b8c8d6;border:0}
.dark_blue2 .b{margin:0 3px;border-width:0 2px}
.dark_blue2 .c{margin:0 2px}
.dark_blue2 .d{height:2px;margin:0 1px}
.dark_blue2 .content4{padding:0}

.yellow9{margin:0 auto;width:100%}
.yellow9 .a,.yellow9 .b,.yellow9 .c,.yellow9 .d{height:1px}
.yellow9 .a,.yellow9 .b,.yellow9 .c,.yellow9 .d,.yellow9 .content8{background:#fff9dd;overflow:hidden;border:0 solid #fff9dd;border-width:0 1px}
.yellow9 .a{margin:0 5px;background:#fff9dd;border:0}
.yellow9 .b{margin:0 3px;border-width:0 2px}
.yellow9 .c{margin:0 2px}
.yellow9 .d{height:2px;margin:0 1px}
.yellow9 .content8{padding:0}





.green8{margin:0 auto;width:100%}
.green8 .a,.green8 .b,.green8 .c,.green8 .d{height:1px}
.green8 .a,.green8 .b,.green8 .c,.green8 .d,.green8 .content12{background:#f5f4e0;overflow:hidden;border:0 solid #fff9dd;border-width:0 1px}
.green8 .a{margin:0 5px;background:#f5f4e0;border:0}
.green8 .b{margin:0 3px;border-width:0 2px}
.green8 .c{margin:0 2px}
.green8 .d{height:2px;margin:0 1px}
.green8 .content12{padding:0}


.light{margin:0 auto;width:100%}
.light .a,.light .b,.light .c,.light .d{height:1px}
.light .a,.light .b,.light .c,.light .d,.light .contentr{background:#e1ebf2;overflow:hidden;border:0 solid #e1ebf2;border-width:0 1px}
.light .a{margin:0 5px;background:#e1ebf2;border:0}
.light .b{margin:0 3px;border-width:0 2px}
.light .c{margin:0 2px}
.light .d{height:2px;margin:0 1px}
.light .contentr{padding:0}

.whiter{margin:0 auto;width:100%}
.whiter .a,.whiter .b,.whiter .c,.whiter .d{height:1px}
.whiter .a,.whiter .b,.whiter .c,.whiter .d,.whiter .contente{background:#eeeeee;overflow:hidden;border:0 solid #eeeeee;border-width:0 1px}
.whiter .a{margin:0 5px;background:#eeeeee;border:0}
.whiter .b{margin:0 3px;border-width:0 2px}
.whiter .c{margin:0 2px}
.whiter .d{height:2px;margin:0 1px}
.whiter .contente{padding:0}

.ny_postbit_bottom {
border-bottom:2px solid #e1ebf2;
}
.nymember_postbitround * {
display:block;
height:1px;
overflow:hidden;
background:#e1ebf2;
}
.nymember_postbitround1 {
border-right:1px solid #e1ebf2;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e1ebf2;
padding-left:1px;
margin-left:3px;
background:#e1ebf2;
}
.nymember_postbitround2 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
background:#e1ebf2;
margin:0 1px;
padding:0 1px;
}
.nymember_postbitround3 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
margin:0 1px;
}
.nymember_postbitround4 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
}
.nymember_postbitround5 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
}
.nymember_postbitround_content {
background:#e1ebf2;
padding:0 5px;
}
.ny_roundalt1,.ny_roundnavbar,.ny_newpostbox,.ny_postbit,.nymember_postbitround,.ny_quicksearch,.ny_extrabar,.ny_currentver,ny_box1,.ny_box2,.ny_box3,.ny_box4,.ny_navbits_info,.ny_poll,.ny_announcement,.ny_unapbutton,.ubunu_loginbox,.ny_lastpost,.ny_announce,.ny_tags,.ny_forumhomelayout,.uf_normal_round,.ny_feisty_a {
display:block;
}.ny_roundnavbar *,.ny_postbit * {
display:block;
height:1px;
overflow:hidden;
background:#e1ebf2;
}
.ny_roundnavbar1,.ny_postbit1 {
border-right:1px solid #e1ebf2;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e1ebf2;
padding-left:1px;
margin-left:3px;
background:#e1ebf2;
}
.ny_roundnavbar2,.ny_postbit2 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
background:#e1ebf2;
margin:0 1px;
padding:0 1px;
}
.ny_roundnavbar3,.ny_postbit3 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
margin:0 1px;
}
.ny_roundnavbar4,.ny_postbit4 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
}
.ny_roundnavbar5,.ny_postbit5 {
border-right:1px solid #e1ebf2;
border-left:1px solid #e1ebf2;
}
.ny_roundnavbar_content,.ny_postbit_content {
background:#e1ebf2;
padding:0 5px;
}


.ny_lastpost * {
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#f6f5f0;
}
.ny_lastpost1 {
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #fbfaf8;
border-right:1px solid #fbfaf8;
background:#f8f7f3;
}
.ny_lastpost2 {
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #fefefd;
border-right:1px solid #fefefd;
background:#f7f6f2;
}
.ny_lastpost3 {
margin-left:1px;
margin-right:1px;
border-left:1px solid #f7f6f2;
border-right:1px solid #f7f6f2;
}
.ny_lastpost4 {
border-left:1px solid #fbfaf8;
border-right:1px solid #fbfaf8;
}
.ny_lastpost5 {
border-left:1px solid #f8f7f3;
border-right:1px solid #f8f7f3;
}
.ny_lastposter {
background:#f6f5f0;
color:#000;
font:12px Tahoma, Sans, Arial, Helvetica, sans-serif;
padding:5px;
}


.ny_cat * {
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#FFC;
}
.ny_cat1 {
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #ffffe9;
border-right:1px solid #ffffe9;
background:#ffffd8;
}
.ny_cat2 {
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #fffff9;
border-right:1px solid #fffff9;
background:#ffffd5;
}
.ny_cat3 {
margin-left:1px;
margin-right:1px;
border-left:1px solid #ffffd5;
border-right:1px solid #ffffd5;
}
.ny_cat4 {
border-left:1px solid #ffffe9;
border-right:1px solid #ffffe9;
}
.ny_cat5 {
border-left:1px solid #ffffd8;
border-right:1px solid #ffffd8;
}
.ny_cater {
background:#FFC;
padding:5px;
}


.ny_cathead a:link,.ny_cathead_alink,.ny_cathead a:visited,.ny_cathead_avisited {
color:#4d4d4d;
text-decoration:none;
}
.ny_cathead {
color:#79786c;
font-weight:400;
font:normal 1.5em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}
.ny_cathead a:hover,.ny_cathead a:active,.ny_cathead_ahover {
color:#79786c;
text-decoration:underline;
}

.ny_log * {
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#ffffff;
}
.ny_log1 {
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
background:#ffffff;
}
.ny_log2 {
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
background:#ffffff;
}
.ny_log3 {
margin-left:1px;
margin-right:1px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
.ny_log4 {
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
.ny_log5 {
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}
.ny_loger {
background:#ffffff;
padding:3px;

}
If someone could take a look at it and tell me if I messed up somewhere it would be greatly appreciated.

How I implimented the rounded corners:
In the postbit template I added
Code:
<div>
<b class="ny_postbit">
<b class="ny_postbit1"><b></b></b>
<b class="ny_postbit2"><b></b></b>
<b class="ny_postbit3"></b>
<b class="ny_postbit4"></b>
<b class="ny_postbit5"></b>
</b> <div class="ny_postbit_content">
Right above
Code:
<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
		<tr>
In postbit(same template) I added
Code:
 </div>
<b class="ny_postbit">
<b class="ny_postbit5"></b>
<b class="ny_postbit4"></b>
<b class="ny_postbit3"></b>
<b class="ny_postbit2"><b></b></b>
<b class="ny_postbit1"><b></b></b>
</b>
</div>
Right above
Code:
<!-- / user info -->
I have to break this thread up into 2 posts. Please view second post.
Reply With Quote
  #2  
Old 05-25-2007, 12:39 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the full postbit template
Code:
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
	<td class="thead" $post[scrolltothis]>
		<div class="normal" style="float:$stylevar[right]">
			&nbsp;
			<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
			<if condition="$show['reputationlink']">
				<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
				<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>&nbsp;
			</if>
			<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> &nbsp;</if>
			<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a> &nbsp;</if>
			$post[iplogged]
			<if condition="$show['inlinemod']">
			<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
			</if>
		</div>
		
		<div class="normal">
			<!-- status icon and date -->
			<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
			<if condition="!$show['announcement']">
				$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
			<else />
				<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
			</if>
			$post[firstnewinsert]
			<!-- / status icon and date -->
		</div>
	</td>
</tr>
<tr>
	<td style="padding:0px">
		<!-- user info -->
        <div>
<b class="ny_postbit">
<b class="ny_postbit1"><b></b></b>
<b class="ny_postbit2"><b></b></b>
<b class="ny_postbit3"></b>
<b class="ny_postbit4"></b>
<b class="ny_postbit5"></b>
</b> <div class="ny_postbit_content">
		<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
		<tr>
			<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
			<td nowrap="nowrap">
			
				<div id="postmenu_$post[postid]">
					<if condition="$show['profile']">
					<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
					$post[onlinestatus]
					<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
					<else />
					$post[musername]
					</if>
				</div>
				
				<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				
			</td>
			<td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">
				
				<div class="smallfont">
					<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
					<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
					<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
					<div>
						$vbphrase[posts]: $post[posts]
					</div>
					<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
					<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
				</div>
				
			</td>
		</tr>
		</table>
        </div>
<b class="ny_postbit">
<b class="ny_postbit5"></b>
<b class="ny_postbit4"></b>
<b class="ny_postbit3"></b>
<b class="ny_postbit2"><b></b></b>
<b class="ny_postbit1"><b></b></b>
</b>
</div>
		<!-- / user info -->
	</td>
</tr>
<tr>
	<td class="alt1" id="td_post_$post[postid]">
	<!-- message, attachments, sig -->
	
		<if condition="$show['messageicon'] OR $post['title']">
			<!-- icon and title -->
			<div class="smallfont">
				<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
				<if condition="$post['title']"><strong>$post[title]</strong></if>
			</div>
			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
			<!-- / icon and title -->
		</if>
		
		<!-- message -->
		<div id="post_message_$post[postid]">$post[message]</div>
		<!-- / message -->
	
		<if condition="$show['attachments']">
		<!-- attachments -->
			<div style="padding:$stylevar[cellpadding]px">
			
			<if condition="$show['thumbnailattachment']">
				<fieldset class="fieldset">
					<legend>$vbphrase[attached_thumbnails]</legend>
					<div style="padding:$stylevar[formspacer]px">
					$post[thumbnailattachments]
					</div>
				</fieldset>
			</if>
		
			<if condition="$show['imageattachment']">
				<fieldset class="fieldset">
					<legend>$vbphrase[attached_images]</legend>
					<div style="padding:$stylevar[formspacer]px">
					$post[imageattachments]
					</div>
				</fieldset>
			</if>
			
			<if condition="$show['imageattachmentlink']">
				<fieldset class="fieldset">
					<legend>$vbphrase[attached_images]</legend>
					<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
					$post[imageattachmentlinks]
					</table>
					</fieldset>
			</if>
			
			<if condition="$show['otherattachment']">
				<fieldset class="fieldset">
					<legend>$vbphrase[attached_files]</legend>
					<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
					$post[otherattachments]
					</table>
				</fieldset>
			</if>
			
			<if condition="$show['moderatedattachment']">
				<fieldset class="fieldset">
					<legend>$vbphrase[attachments_pending_approval]</legend>
					<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
					$post[moderatedattachments]
					</table>
				</fieldset>		
			</if>
			
			</div>
		<!-- / attachments -->
		</if>
		
		<if condition="$post['signature']">
		<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
			</div>
		<!-- / sig -->
		</if>
		
		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
				<em>
				<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
				<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
				</em>
			</div>
		<!-- / edit note -->
		</if>
	
		<div style="margin-top: 10px" align="$stylevar[right]">
			<!-- controls -->
			<if condition="$post['editlink']">
				<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
				<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
			</if>
			<if condition="$post['forwardlink']">
				<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
			</if>
			<if condition="$post['replylink']">
				<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
			</if>
			<if condition="$show['multiquote_post']">
				<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
			</if>
			<if condition="$show['quickreply'] AND !$show['threadedmode']">
				<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
			</if>
			<if condition="$show['moderated']">
				<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
			</if>
			<if condition="$show['deletedpost']">
				<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
			</if>
			<if condition="$show['redcard']">
				<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
			<else />
				<if condition="$show['yellowcard']">
					<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
				</if>
			</if>
			<!-- / controls -->
		</div>
		
	<!-- message, attachments, sig -->
	
	</td>
</tr>
</table>

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">$post[username]</td>
	</tr>
	<if condition="$show['profile']">
		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
	</if>
	<if condition="$show['pmlink']">
		<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['emaillink']">
		<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['homepage']">
		<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
	</if>
	<if condition="$show['search']">
		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
	</if>
	<if condition="$post['userid'] AND $show['member']">
	<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
	</if>
	</table>
</div>
<!-- / post $post[postid] popup menu -->
My issue here is that in FireFox it shows up JUST as I wanted it to, but in IE7 I get these bands/lines repeating above and bellow the user info table, which are not supposed to be there.
Please view the screen-captures.
If anyone could please help I would greatly appreciate it.

Thanks in advance,
Danny
Attached Images
File Type: jpg fIREfOX.jpg (46.1 KB, 0 views)
File Type: jpg iNTERNET-eXPLORER.jpg (39.6 KB, 0 views)
Reply With Quote
  #3  
Old 05-25-2007, 12:42 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why don't you check www.ubuntuforums.org since you 100% copied the style from them with just changing colors.
Reply With Quote
  #4  
Old 05-25-2007, 12:48 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't 100% copy the style.
A lot of people are using the same CSS method these days.

Even if the styles are similar(which I know they are because I used them for inspiration) people are always creating styles and mods to emulate their favorite software or site.
Examples:
https://vborg.vbsupport.ru/showthread.php?t=88269
https://vborg.vbsupport.ru/showthread.php?t=88537
https://vborg.vbsupport.ru/showthrea...ght=deviantart
https://vborg.vbsupport.ru/showthrea...highlight=digg
https://vborg.vbsupport.ru/showthrea...hlight=myspace

I have a small request.
This thread was posted to get help. That's what VBulletin.org is about.
I would greatly appreciate it if people with negative attitudes don't turn this thread into that kind of conversation.
WHAT IS THE POINT?
If you have a side comment to make about that part of the conversation it is ok to make, but I would like to primarily get support for my issue.

Thank you.
Reply With Quote
  #5  
Old 05-25-2007, 01:15 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone can look at a website and get some ideas however in your condition the only change you have from ubuntuforums is the colors. I checked your source also and you 100% copied their code. What i call that is stealing. I know that because it happens to me all the time. People come check my site and try to copy the code.

vBulletin.org is for vBulletin modifications. My personal opinion i will never help a guy who steals someone else's code. There maybe other people who can help you but unfortunately not me.

Whats the point ?

Respect.

If you don't respect anybody elses work and directly copy it on your site and claim you are writing a web 2.0 style ( which 100% prooves you have no knowledge about both web 2.0 and CSS ) then probably you wont get help from anyone else.

Continue copying other people's work. You'll be only a copycat.
Reply With Quote
  #6  
Old 05-25-2007, 01:48 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I never CLAIMED to be writing a "web2.0" style in that thread. I said I was going to try and create the web2.0 LOOK. I understand that there is a difference between an ACTUAL web2.0 website and a website that just has that look.

What I was doing was exactly what I said I would do. I was going to create the style for my forums.
To me there was no better place to get inspiration from than Ubuntu forums.
I would be disrespecting the people at Ubuntu if I didn't acknowledge that I was inspired by them at all.
Do we not come here at VBulletin.org to use mods that other people have created all the time?
It doesn't matter if I used the same CSS method as they did. They didn't WRITE and create cascading style sheets. This was a widely used method at implementing those rounded corners.
Other people use other sites to help them write code ALL the time.

I DO RESPECT Ubuntu, am a member of the forums and I use thier software.

I NEVER ASK YOU LIZARD-KING (WHO GOT HIS NAME FROM THE BAND THE DOORS)
for any help. If YOU didn't want to help me you could have ignored the thread.

Now please do us all a favor and just leave this thread alone.
We don't want to "steal" YOUR stuff.
Reply With Quote
  #7  
Old 05-26-2007, 03:40 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I came here for support.
Thanks for turning this into that conversation.
Reply With Quote
  #8  
Old 05-30-2007, 11:02 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW
Ubuntu use this site to make their rounded corners.
http://www.spiffycorners.com/index.php
Reply With Quote
  #9  
Old 05-30-2007, 11:39 AM
nexialys
Guest
 
Posts: n/a
Default

... sometimes, Lizard can be a little of a Overprotecting Father.. lol

actually, your template is 500% incompatible and not-compliant with any web protocol... you use the <b > tag to create borders, but the <b > tag is a BOLD tag, not BORDER...

it is not to use a "better" solution, but a "real" solution, by changing your <b tag for a <div or a <span, depending on how your CSS is built... THEN you will have something that may be reworked to be compliant and compatible...

btw, here is your best solution: http://www.alistapart.com/articles/customcorners/

oh, and on a second reading, there is NO "Web 2.0" look... that is a urban legend... Web 2 is for accessibility and usability, not design... so it's a logic and a protocol, not a border, bold or highlight thing...
Reply With Quote
  #10  
Old 05-30-2007, 11:50 AM
xcingix's Avatar
xcingix xcingix is offline
 
Join Date: Feb 2006
Location: Brooklyn, NY
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think over-protective father is the word you want to use for what he behaves like.
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

Forum Jump


All times are GMT. The time now is 07:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04461 seconds
  • Memory Usage 2,334KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete